@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
}
img {
	border:none;
}
hr{

}
.bordure{
	border-bottom: 1px solid #002d5b;
	border-right:1px solid  #002d5b;
}
.pdf { 
width : 100%; 
height : 200px; 
} 

#container{
	position:relative;
	width:990px;
	height:454px; /* donc 522+ 768 avec header + footer */
	background-color:#FFFFFF;
}


#header{
	height:180px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:990px;
}

#menu{
	position:relative;
	float:left;
	width:210px;
	height:454px;
	font-size:10px;
	z-index:100;
}

#main{
	position:relative;
	float:right;
	width:780px;
	overflow:auto;
	height:484px;

}

#retour{
	position:relative;
	float:right;
	margin-top:150px;
	margin-right:45px;
}

#inter_form{ 
	margin-left:10px;
}

#contact{
	margin-top:216px;
	margin-left:20px;
}
#contact_pm{
	margin-top:125px;
	margin-left:20px;
}
#contact_pt{
	margin-top:180px;
	margin-left:20px;
}
#contact_ps{
	margin-top:144px;
	margin-left:20px;
}

#contact_pe{
	margin-top:126px;
	margin-left:20px;
}

#contact_pte{
	margin-top:108px;
	margin-left:20px;
}

#contact_pc{
	margin-top:135px;
	margin-left:20px;
}

#footer{
	height:66px;
	width:990px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-color:#999999;
}

#span {

}

#telecharger{
	float:right;
	margin-right:10px;
	width:250px;
}
#pdf{
	float:right;
	margin-right:10px;
}

#inter{
	background-image:url(images/inter.jpg);
	background-repeat:no-repeat;
	height:64px;
	width:100px;
	float:right;
	margin-right:10px;
	margin-top:5px;
}

#inscription{
	float:right;
	margin-right:10px;
}


ul{list-style:none; padding:0px; margin:0px; margin-top:-2px;}
li{list-style:none; padding:0px; margin:0px; margin-top:-2px;}

.sousmenu{
	margin-left:30px;
	padding-top:4px;
	display:block;
	text-decoration:none;
	font-weight:bold;

}



a{ 
	font-size:10px; 
	color:#000000;
	text-decoration:none;
	
}

/*Contenu des pages*/
div#titre_principal{
	position:relative;
	margin-top:-95px;
	margin-left:130px;
	font-size:20px;
	font-weight:bold;
	height:95px;
	width:350px;
}

div#pole_vide{
	position:relative;
	margin-top:-80px;
	margin-left:130px;
	font-size:20px;
	font-weight:bold;
	height:95px;
	width:600px;
}

#ul.titre_activite{

}
div#descr{
	margin-left:200px;
}

/*Page index */
#index{
	text-align:justify;
	margin:20px 20px 20px 20px;
	color:#1e2762;	
	font-size:14px;
	width:500px;
}

#index_presentation{
	width:100%;
	height:95%;
	background-image:url(images/presentation_bg.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;

}

#pole_presentation{
	width:100%;
	height:95%;
	background-image:url(images/pole_bg.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;

}

/*Pole management*/
.soussousmenu_m{
	position: absolute;
	left: 170px;
	margin-top: -1.4em;
	width: 37em;
	background:#fcedf4;
	border: 1px solid #f8cfdf;
	text-decoration:none;
	line-height:16px;
	padding-left:5px;
	text-align:left;

}
.sousousmenu_m_survol:hover{
	border: 1px solid #9b4b8a;
	padding-left:4px;
	margin-left:-5px;
	line-height:14px;
	text-align:left;
}
#m1{
	background-image:url(images/btn/man_menu1_btn.jpg);
	width:200px;
	height:18px;
	background-repeat:no-repeat; 
	background-position:top;
	padding:0px;
	margin:0px;}
	
#m1:hover{background-image:url(images/btn/man_menu1_btn_h.jpg);}

#m2{background-image:url(images/btn/man_menu2_btn.jpg); width:200px; height:18px; background-repeat:no-repeat; background-position:top;}
#m2:hover{background-image:url(images/btn/man_menu2_btn_h.jpg);}

#m3{background-image:url(images/btn/man_menu3_btn.jpg); width:200px; height:37px; background-repeat:no-repeat; background-position:top;}
#m3:hover{background-image:url(images/btn/man_menu3_btn_h.jpg);}

#m4{background-image:url(images/btn/man_menu4_btn.jpg); width:200px; height:18px; background-repeat:no-repeat; background-position:top;}
#m4:hover{background-image:url(images/btn/man_menu4_btn_h.jpg);}

div#titre_m{
	position:relative;
	background-image:url(images/management/angle_mng.jpg);
	height:130px;
	width:215px;
	z-index:-1;
}
.titre_m{
	color:#501c4e;
	font-weight:bold;
	font-size:14px;
}

#barrevide_m{
	background-image:url(images/management/separateur_mng.jpg);
	background-repeat:no-repeat;
	height:15px;
	margin-bottom:20px;
}
	
#barrepleine_m{
	background-image:url(images/management/surligne_mng.jpg);
	background-repeat:no-repeat;
	height:11px;}

/*Pole tertiaire */

.soussousmenu_t{
	position: absolute;
	left: 170px;
	margin-top: -1.4em;
	width: 37em;
	background:#fefcd6;
	border: 1px solid #f8eb00;
	text-decoration:none;
	line-height:16px;
	padding-left:5px;
	text-align:left;
}
.sousousmenu_t_survol:hover{
	border: 1px solid #f9c400;
	padding-left:4px;
	margin-left:-5px;
	line-height:14px;
	text-align:left;

}

#t1{
	background-image:url(images/btn/tert_menu1_btn.jpg);
	width:200px;
	height:18px;
	background-repeat:no-repeat; 
	background-position:top;
	padding:0px;
	margin:0px;}
	
#t1:hover{background-image:url(images/btn/tert_menu1_btn_h.jpg);}

#t2{background-image:url(images/btn/tert_menu2_btn.jpg); width:200px; height:18px; background-repeat:no-repeat; background-position:top;}
#t2:hover{background-image:url(images/btn/tert_menu2_btn_h.jpg);}

div#titre_t{
	position:relative;
	background-image:url(images/tertiaire/angle_ter.jpg);
	height:130px;
	width:215px;
	z-index:-1;
}
.titre_t{
	color:#ce5c08;
	font-weight:bold;
	font-size:14px;
}

#barrevide_t{
	background-image:url(images/tertiaire/separateur_ter.jpg);
	background-repeat:no-repeat;
	height:15px;
	margin-bottom:20px;
}
	
#barrepleine_t{
	background-image:url(images/tertiaire/surligne_ter.jpg);
	background-repeat:no-repeat;
	height:11px;}


/*Pole qualité securité environnement */

.soussousmenu_s{
	position: absolute;
	left: 170px;
	margin-top: -1.4em;
	width: 56em;
	background:#f5fde6;
	border: 1px solid #9cc987;
	text-decoration:none;
	line-height:16px;
	padding-left:5px;
	text-align:left;
}
.sousousmenu_s_survol:hover{
	border: 1px solid #508e29;
	padding-left:4px;
	margin-left:-5px;
	line-height:14px;
	text-align:left;
}
#s1{
	background-image:url(images/btn/env_menu1_btn.jpg);
	width:200px;
	height:18px;
	background-repeat:no-repeat; 
	background-position:top;
	padding:0px;
	margin:0px;}
	
#s1:hover{background-image:url(images/btn/env_menu1_btn_h.jpg);}

#s2{background-image:url(images/btn/env_menu2_btn.jpg); width:200px; height:18px; background-repeat:no-repeat; background-position:top;}
#s2:hover{background-image:url(images/btn/env_menu2_btn_h.jpg);}

#s3{background-image:url(images/btn/env_menu3_btn.jpg); width:200px; height:18px; background-repeat:no-repeat; background-position:top;}
#s3:hover{background-image:url(images/btn/env_menu3_btn_h.jpg);}

#s4{background-image:url(images/btn/env_menu4_btn.jpg); width:200px; height:18px; background-repeat:no-repeat; background-position:top;}
#s4:hover{background-image:url(images/btn/env_menu4_btn_h.jpg);}

div#titre_s{
	position:relative;
	background-image:url(images/environnement/angle_qual.jpg);
	height:130px;
	width:215px;
	z-index:-1;
}
.titre_s{
	color:#29561c;
	font-weight:bold;
	font-size:14px;
}

#barrevide_s{
	background-image:url(images/environnement/separateur_qual.jpg);
	background-repeat:no-repeat;
	height:15px;
	margin-bottom:20px;
}
	
#barrepleine_s{
	background-image:url(images/environnement/surligne_qual.jpg);
	background-repeat:no-repeat;
	height:11px;}


/*Pole evaluation */

.soussousmenu_e{
	position: absolute;
	left: 170px;
	margin-top: -1.4em;
	width: 37em;
	background:#edf6fb;
	border: 1px solid #bcdff5;
	text-decoration:none;
	line-height:16px;
	padding-left:5px;
	text-align:left;
}
.sousousmenu_e_survol:hover{
	border: 1px solid #347cc4;
	padding-left:4px;
	margin-left:-5px;
	line-height:14px;
	text-align:left;
}
#e1{
	background-image:url(images/btn/eval_menu1_btn.jpg);
	width:200px;
	height:18px;
	background-repeat:no-repeat; 
	background-position:top;
	padding:0px;
	margin:0px;}
	
#e1:hover{background-image:url(images/btn/eval_menu1_btn_h.jpg);}

#e2{background-image:url(images/btn/eval_menu2_btn.jpg); width:200px; height:18px; background-repeat:no-repeat; background-position:top;}
#e2:hover{background-image:url(images/btn/eval_menu2_btn_h.jpg);}

#e3{background-image:url(images/btn/eval_menu3_btn.jpg); width:200px; height:18px; background-repeat:no-repeat; background-position:top;}
#e3:hover{background-image:url(images/btn/eval_menu3_btn_h.jpg);}

#e4{background-image:url(images/btn/eval_menu4_btn.jpg); width:200px; height:18px; background-repeat:no-repeat; background-position:top;}
#e4:hover{background-image:url(images/btn/eval_menu4_btn_h.jpg);}

#e5{background-image:url(images/btn/eval_menu5_btn.jpg); width:200px; height:18px; background-repeat:no-repeat; background-position:top;}
#e5:hover{background-image:url(images/btn/eval_menu5_btn_h.jpg);}

div#titre_e{
	position:relative;
	background-image:url(images/evaluation/angle_eval.jpg);
	height:130px;
	width:215px;
	z-index:-1;
}
.titre_e{
	color:#002d5b;
	font-weight:bold;
	font-size:14px;
}

#barrevide_e{
	background-image:url(images/evaluation/separateur_eval.jpg);
	background-repeat:no-repeat;
	height:15px;
	margin-bottom:20px;
}
	
#barrepleine_e{
	background-image:url(images/evaluation/surligne_eval.jpg);
	background-repeat:no-repeat;
	height:11px;}


/*Pole technique */

.soussousmenu_te{
	position: absolute;
	left: 170px;
	margin-top: -1.4em;
	width: 67em;
	background:#feefd8;
	border: 1px solid #f9ae97;
	text-decoration:none;
	line-height:16px;
	padding-left:5px;
	text-align:left;
}
.sousousmenu_te_survol:hover{
	border: 1px solid #ea5924;
	padding-left:4px;
	margin-left:-5px;
	line-height:14px;
	text-align:left;
}
#te1{
	background-image:url(images/btn/tech_menu1_btn.jpg);
	width:200px;
	height:18px;
	background-repeat:no-repeat; 
	background-position:top;
	padding:0px;
	margin:0px;}
	
#te1:hover{background-image:url(images/btn/tech_menu1_btn_h.jpg);}

#te2{background-image:url(images/btn/tech_menu2_btn.jpg); width:200px; height:18px; background-repeat:no-repeat; background-position:top;}
#te2:hover{background-image:url(images/btn/tech_menu2_btn_h.jpg);}

#te3{background-image:url(images/btn/tech_menu3_btn.jpg); width:200px; height:18px; background-repeat:no-repeat; background-position:top;}
#te3:hover{background-image:url(images/btn/tech_menu3_btn_h.jpg);}

#te4{background-image:url(images/btn/tech_menu4_btn.jpg); width:200px; height:18px; background-repeat:no-repeat; background-position:top;}
#te4:hover{background-image:url(images/btn/tech_menu4_btn_h.jpg);}

#te5{background-image:url(images/btn/tech_menu5_btn.jpg); width:200px; height:18px; background-repeat:no-repeat; background-position:top;}
#te5:hover{background-image:url(images/btn/tech_menu5_btn_h.jpg);}

#te6{background-image:url(images/btn/tech_menu6_btn.jpg); width:200px; height:18px; background-repeat:no-repeat; background-position:top;}
#te6:hover{background-image:url(images/btn/tech_menu6_btn_h.jpg);}

div#titre_te{
	position:relative;
	background-image:url(images/technique/angle_tech.jpg);
	height:130px;
	width:215px;
	z-index:-1;
}
.titre_te{
	color:#951219;
	font-weight:bold;
	font-size:14px;
}

#barrevide_te{
	background-image:url(images/technique/separateur_tech.jpg);
	background-repeat:no-repeat;
	height:15px;
	margin-bottom:20px;
}
	
#barrepleine_te{
	background-image:url(images/technique/surligne_tech.jpg);
	background-repeat:no-repeat;
	height:11px;}

/*Pole long */

.soussousmenu_c{
	position: absolute;
	left: 170px;
	margin-top: -1.4em;
	width: 37em;
	background:#ddf1f2;
	border: 1px solid #87c7d0;
	text-decoration:none;
	line-height:16px;
	padding-left:5px;
	text-align:left;
}
.sousousmenu_c_survol:hover{
	border: 1px solid #098892;
	padding-left:4px;
	margin-left:-5px;
	line-height:14px;
	text-align:left;
}
#c1{
	background-image:url(images/btn/cy_menu1_btn.jpg);
	width:200px;
	height:18px;
	background-repeat:no-repeat; 
	background-position:top;
	padding:0px;
	margin:0px;}
	
#c1:hover{background-image:url(images/btn/cy_menu1_btn_h.jpg);}

#c2{background-image:url(images/btn/cy_menu2_btn.jpg); width:200px; height:37px; background-repeat:no-repeat; background-position:top;}
#c2:hover{background-image:url(images/btn/cy_menu2_btn_h.jpg);}

#c3{background-image:url(images/btn/cy_menu3_btn.jpg); width:200px; height:37px; background-repeat:no-repeat; background-position:top;}
#c3:hover{background-image:url(images/btn/cy_menu3_btn_h.jpg);}

div#titre_c{
	position:relative;
	background-image:url(images/cycles/angle_cyl.jpg);
	height:130px;
	width:215px;
	z-index:-1;
}
.titre_c{
	color:#003d3c;
	font-weight:bold;
	font-size:14px;
}

#barrevide_c{
	background-image:url(images/cycles/separateur_cyl.jpg);
	background-repeat:no-repeat;
	height:15px;
	margin-bottom:20px;
}
	
#barrepleine_c{
	background-image:url(images/cycles/surligne_cyl.jpg);
	background-repeat:no-repeat;
	height:11px;}


/*Contactez nous*/
div#equipe{
	position:relative;
	height:182px;
	width:441px;
	background-image:url(images/contact/contact_photo.jpg);
	float:right;
	margin-right:10px;
	z-index:0;
	background-color: #996666;
}

div#description_equipe{	
	position:relative;
	margin-top:0px;
	margin-left:50px;
}
div#siegesocial{

	width:260px;
}
div#siegesocial2{
	width:260px;
	margin-left:270px;
	margin-top:-115px;
}

div#antenne{
	margin-top:-320px;
	margin-left:270px;
	width:260px;
}
div#carte_contact{
	float:right;
	background-image:url(images/contact/contact_bg.jpg);
	height:330px;
	margin-top:-330px;
	width:434px;


}
.titre_contact{
	color:#902f1a;
	font-weight:bold;
	font-size:14px;
	
}
.fonction_contact{
	color:#00C;
	font-weight:100;
	font-size:10px;
	
}
.mail_contact{
	color:#693;
	font-weight:200;
	font-size:10px;
	
}

.soustitre_siegesocial{
	color:#ce401a;
	font-weight:bold;
	font-size:14px;
}
.soustitre_antenne{
	color:#541f52;
	font-weight:bold;
	font-size:14px;
}

.nom_contact{
	color:#cf401a;
	font-weight:bold;
	font-size:11px;
	line-height:15px;
}

.nom_contact_antenne{
	color:#541f52;
	font-weight:bold;
	font-size:11px;
	line-height:15px;
}

#flashcontent{
width:1024px;
margin-left:auto;
margin-right:auto;

}

#optimise{
margin-top:26px;
	
}
