@charset "utf-8";
img
	{
	border:0px;
	margin: 0px;
	padding:0px;
	}
	
hr 	{
	color:#1b5792;	
	margin: 20px 0 20px 0;
	}		
	
/*HEADER*/
.header {
	width:1050px;
	margin: 0px auto;
}	
#main_header {
	position:absolute;
	width:100%;
	height:213px;
	margin:0px;
	padding:0px;
	background: url(/images/layout/header_bg.jpg) repeat-x left top;
}
#jomaclogo {
	position: absolute;	
	height: 136px;
	width: 150px;
	float:left;
	left: 30px;
	top: 16px;
	margin: 0px;
	padding:0px;
}
#header_projects {
	position: absolute;
	height: 140px;
	width: 839px;
	float:left;
	left:195px;
	margin: 0px;
	padding:0px;
	top: 12px;
}
/*MENU*/
#navbar {
	position:absolute;
	width:100%;
	height:39px;
	text-align: center;
	margin: 0px;
	padding:0px;
}
#langue {
	float: right;
	height: 20px;
	width: 55px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}
/*SOUS-MENU*/
#sous_menu {
	position: relative;
	height: 20px;
	width: 441px;
	left: 60px;
	top: 45px;
}
#sous_menu_en {
	position: absolute;
	height: 20px;
	width: 441px;
	left: 55px;
	top: 225px;
}
#contact {
	position: absolute;
	height: 270px;
	width: 380px;
	left: 50px;
	top: 75px;	
}
#textcontact {
	width: 380px;
	margin-left: 50px;	
}
/*Accueil*/
#customize_btn {
	position: absolute;
	height: 95px;
	width: 430px;
	top: 234px;
	left: 0px;
	margin: 0px;
	padding:0px;
}
/*Google Maps*/
#gmap_p {
	width:280px;
	height:205px;
	margin-left:35px;
	text-decoration:none;
	color:#1b5792;	
	font: 9px Arial, Helvetica, sans-serif;
}
#gmap_p a:link, #gmap_p a {
	text-decoration:none;
	color:#1b5792;	
	font: 9px Arial, Helvetica, sans-serif;
}
#gmap_p a:hover {
	text-decoration:underline;
	color:#6d96bf;
	font: 9px Arial, Helvetica, sans-serif;
}
/*FOOTER*/
#main_footer {
	margin: 20px auto;
	width:100%;
	height:95px;
	padding:0px;
	color: #0c2953;
	background: url(/images/layout/footer_bg.jpg) repeat-x left top;
	
}
.footer {
	margin: 28px auto 0px;
	height:95px;
	width:1050px;
	color: #0c2953;
}	
#footerleft {
	width:266px;
	height:67px;
	margin: 28px 0px 0px;
	padding:0px;
	float:left;
}
#footercenter {
	width: 514px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #0c2953;
	text-align: center;
	margin: 67px 0px 0px;
	padding:0px;
	float:left;
}
#main_footer p, #main_footer a:link, #main_footer a {
	color: #0c2953;
}
#main_footer a:hover {
	color: #6d96bf;
}
#footerright {
	width: 270px;
	margin: 28px 0px 0px;
	padding:0px;
	float:right;
}
.logos {
	float:left;
	margin: 0px;
	padding:0px;
}
.logo3dv {
	float:right;
	margin-top: 40px;
	margin-right: 30px;
}
/*LAYOUT PAGES*/
/* Project Details */
.table_project
	{
	margin:35px 25px 0 25px;
	}
#ssp_units
	{
	border: 1px solid #6d96bf;
	}		
td
	{
	vertical-align:top;
	}
/*Table CERTIFICATION*/
.photo 
	{
	width:100px;
	vertical-align:top;
	}
.spacer
	{
	width:1px;
	}
.text
	{
	vertical-align:top;
	}
/*COMMON CLASSES*/
.bleu1b5793 {
	color: #1b5793;
	text-decoration: none;
}