.ui-tabs .ui-tabs-hide {
     display: none;
}
#home_solutions div.jq-checkpointSubhead, #home_actualite_content div.jq-home-actualites {
	display: none;
}

#home_solutions div.jq-checkpointSubhead {
	position: absolute;
	background:#A1A0A6;
	color:#ffffff;
	border:1px solid #ffffff;
	padding:10px;
	width:418px;
	height:78px;
	z-index:0;
	top: 644px;
	left: 11.4%;
}

#home_actualite_content div.jq-home-actualites {
	position: absolute;
	background:#A1A0A6;
	color:#ffffff;
	border:1px solid #ffffff;
	padding:10px;
	width:218px;
	z-index: 100;
	top: 180px;
	left: 70.2%;
	/*
	z-index:0;
	
	*/
}

/* ----- clear fix for floats ----- */
.jq-clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
.jq-clearfix { display:inline-block; }
/* hides clearfix from IE-mac \*/
* html .jq-clearfix { height:1%; }
.jq-clearfix { display:block; }
/* end hide from IE-mac */