html, body {
    height: 100%;
	text-align: center;
	margin:0px;
	padding:0px;
}

html {
    overflow-x: scroll; 
    overflow-y: scroll; 
    font-size: 100%; 
    font-family: Arial, sans-serif; 
}

body
{
	top: 0px;
	background: none;
	background-repeat: repeat;
	background-color: #ffffff;
	font-family: Arial,Verdana,sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
}

.spacer {
    clear: both; 
}

.no_border
{
	border:none;
}

.general
 {
	position:relative;
	width:1000px;
	min-height: 635px;	
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	top:0px;
}

#header {
	background-image:url(images/header.jpg);
	left:0px;
	top:0px;
	width:1000px;
	height:216px;
	position:relative;
}

.header {
	background-image:url(images/header_int.jpg);
	left:0px;
	top:0px;
	width:1000px;
	height:216px;
	position:relative;
}



.logo
{
	position:absolute;
	width:400px;
	height:106px;
	left:29px;
	top:46px;
}

img{
	border:0;
}

.menu_haut
{
	width:300px;
	height:auto;
	display:inline;
	top:0;
	text-align:center;
	float:right;
	margin:198px 190px 0 0;
}

.menu_haut a
{
	color:#000000;
	text-decoration:none;
}

.menu_haut a:hover
{
	color:#000000;
	text-decoration:underline;
}

.menu_haut_blanc
{
	width:300px;
	height:auto;
	display:inline;
	top:-50px;
	text-align:center;
	float:right;
	margin:198px 185px 8px 0;
}

.menu_haut_blanc a
{
	color:#ffffff;
	text-decoration: none;
	font-size: 12px;
	
}
.menu_haut_blanc a:hover
{
	color:#000000;
	text-decoration: none;
	font-size: 12px;
	text-decoration: underline;
	
}

.content
{
	background:#ffffff url(images/content.jpg) no-repeat center top;
	background-repeat: no-repeat;
	text-align:left;
	left:0px;
	top: 0px;
	height: auto;
	width:1000px;
	margin-top: -1px;
	z-index:10;
	min-height:456px;
    height: auto !important;
    

}

#construction
{
margin-top: 480px;
}
#expertise
{
margin-top: 450px;
}


#content_presentation
{
	background:#ffffff url(images/content_presentation.jpg) no-repeat center top;
	min-height: 530px;
}

#content_construction
{
	background:#ffffff url(images/content_construction.jpg) no-repeat center top;
}

#content_adp
{
	background:#ffffff url(images/content_adp.jpg) no-repeat center top;
}

#content_iard
{
	background:#ffffff url(images/content_iard.jpg) no-repeat center top;
}

#content_pro
{
	background:#ffffff url(images/content_pro.jpg) no-repeat center top;
}

#content_gestion
{
	background:#ffffff url(images/content_gestion.jpg) no-repeat center top;
}

#content_vierge
{
	background:#ffffff url(images/content_vierge.jpg) no-repeat center top;
}

#content_services
{
	background:#ffffff url(images/content_services.jpg) no-repeat center top;
}

#content_rh
{
	background:#ffffff url(images/content_rh.jpg) no-repeat center top;
}

#content_espace
{
	background:#ffffff url(images/content_espace.jpg) no-repeat center top;
	min-height: 1050px;
}

#content_contact
{
	background:#ffffff url(images/content_contact.jpg) no-repeat center top;
}

#content_transport
{
	background:#ffffff url(images/content_transport.png) no-repeat center top;
	min-height: 650px;
}

.left
{
	height: 444px;
	width:234px;
	float:left;
	margin:0 0 0 0;
	
	top:236px;
	left:100;

	/*border:1px solid red;*/
}

.gauche_esp .left
{
	height: 150px;
	width:234px;
	float:left;
	margin:0 0 0 0;
	padding: 15px 0 0 0;
	top:236px;
	left:100;
	/*border:1px solid red;*/
}

.menu
{
	width:206px;
	height:220px;
	float:left;
	margin: 0 0 0 0px;
	display:inline;
	left:100px;
}

.gauche_esp .menu
{
	width:206px;
	height:150px;
	float:left;
	margin: 0 0 0 0px;
	display:inline;
	left:100px;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	display:block;
	color:#ffffff;
	font-weight:bold;
	height:auto;
	
	left:100px;
}
/* position éléments menu principal */
.menu ul li
{
	background:url(images/menu.png) no-repeat;
	margin:0;
	padding:0;
	border-bottom: 5px;
	display:block;
	width:210px;
	height:auto;
	vertical-align:middle;
	font-size:11px;
	font-weight:bold;
	position:relative;
	left:29px;
	top: 0px;
}

.menu ul li a
{
	color:#ffffff;
	text-decoration:none;
	padding:2px 0 0 0;
	display:block;
	width:206px;
	height:17px;
	text-align:left;
	text-indent:60px;
	left:0px;
}

.menu ul li a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

.menu ul li a.active
{
	color:#bce0f6;
}


.menu ul ul{
	background:#ffffff;
	margin:0 0 0 61px;
	padding:0;
	list-style-type:none;
	display:block;
	color:#aeb0b3;
	font-weight:bold;
	width:145px;
	height:auto;
	left:0px;
}

.menu ul ul.niveau2 li
{
	background:url(images/sous_menu.jpg) no-repeat;
	margin:0;
	padding:0;
	display:block;
	width:145px;
	height:14px;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	left:0px;
	text-indent:11px;
}

.menu ul ul.niveau2 li a
{
	color:#aeb0b3;
	text-decoration:none;
	padding:0 0 0 0;
	display:block;
	width:145px;
	height:14px;
	text-align:left;
	text-indent:11px;
	left:0px;
}

.menu ul ul.niveau2 li a:hover
{
	color:#000000;
}

.menu ul ul.niveau2 li a#active
{
	color:#000000;
}


.menu ul ul.niveau2 li#fin
{
	background:none;
}

.menu ul li.parent
{
	background:none;
}

.niveau2{
	background:#ffffff;
}

.logo_left
{
	width:234px;
	height:auto;
	position:relative;
	text-align:left;
	font-size:11px;
	color:#000000;
	margin-top:350px;
	padding-left: 30px;
}

.logo_left a
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	
	
	
}
#vespi{
margin-bottom: 5px;
padding: 5px;
}

.middle
{
	height: auto;
	min-height:464px;
	width:440px;
	float:left;
	margin:0;
	padding-top:15px;
	top:0px;
	left:0;
	position:relative;
	overflow-x:hidden;
	/*border:1px solid green;*/
}

.middle_int
{
float: left;
    height: auto;
    left: 0;
    margin-left: 20px;
    min-height: 464px;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: 15px;
    width: 265px;
}

.middle_contact
{
	height: auto;
	min-height:464px;
	width:260px;
	float:left;
	margin-left:170px;
	padding:0;
	top:15px;
	left:0;
	position:relative;
	/*border:1px solid green;*/
}

.gauche_esp .middle
{
	height: auto;
	min-height:200px;
	width:265px;
	float:left;
	margin:0;
	padding:0;
	top:0px;
	left:0;
	position:relative;
	/*border:1px solid green;*/
}

.gauche_esp
{
	height: auto;
	min-height:400px;
	width:500px;
	float:left;
	margin:0;
	padding:0;
	top:0px;
	left:0;
	position:relative;
	/*border:1px solid green;*/
}

.publication_esp
{
	position:relative;
	width:266px;
	height:153px;
	/*border:1px solid yellow;*/
	display: inline-table;
	
	
}

.pdf
{
	width:117px;
	height:auto;
	text-align:right;
	float:right;
}

.pdf_index
{
	position:relative;
	width:90px;
	height:auto;
	text-align:left;
	float:left;
	display:block;
}

.pdf_index2
{
	width:91px;
	
	text-align:right;
	float:left;
}

.video
{
	position:relative;
	/*background:url(images/video.jpg) no-repeat;*/
	height: 195px;
	width:265px;
	margin:13px 0px 0 1px;
	left:0px;
	/*border:1px solid blue;*/
	display:block;
	z-index:10;
}

.chiffre_cle
{
	position:relative;
	width:266px;
	height:auto;
	margin: 15px 0 0 0;
}

.gauche_esp .chiffre_cle
{
	position:relative;
	width:266px;
	height:auto;
	margin: 165px 0 0 0;
}

#titre_chiffre
{
	background:url(images/titre_chiffre.jpg) no-repeat;
	width:266px;
	height:21px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding:3px 0 0 0;
	text-indent:12px;
	display:block;
}

#titre_chiffre2
{
	background:url(images/titre_chiffre.jpg) no-repeat;
	width:266px;
	height:21px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding:3px 0 0 0;
	text-indent:12px;
	display:block;
}

.publication
{
	float: left;
	position:relative;
	width:183px;
	height:auto;
	margin-left: 10px;
	
	z-index:6;
	
}

#titre_publication
{
	background:url(images/titre_publication.jpg) no-repeat;
	width:183px;
	height:21px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding:3px 0 0 0;
	text-indent:12px;
	display:block;
	z-index:4;
}



.droite
{
	height: auto;
	min-height:464px;
	width:290px;
	float:right;
	margin-right:28px;
	padding-top:15px;
	top:0px;
	left:0;
	/*border:1px solid black;*/
}

.colonne_contact
{
	position:relative;
	width:257px;
	float:right;
	
	z-index:12;
	display:inline;
	
}

.colonne_contact a
{
	color:#000000;
}

#col1
{
	width:141px;
	float:left;
	height:auto;
	font-size:11px;
	line-height:11px;
}

.titre_bleu
{
	font-size:11px;
	font-weight:bold;
	color:#0085c8;
}

.titre_rouge
{
	font-size:11px;
	font-weight:bold;
	color:#d02b62;
}

#lien a
{
	text-decoration:none;
}

.titre_noir
{
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

#col2
{
	width:111px;
	float:left;
	height:auto;
	margin:0 0 0 5px;
	font-size:11px;
	line-height:11px;
}

#titre_contact
{
	background:url(images/titre_contact.jpg) no-repeat;
	width:257px;
	height:21px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	text-indent:12px;
	padding:3px 0 0 0;
}



.contact_carte
{
	width:190px;
	height:134px;
	float:right;
	margin:13px 0 0 5px;
	display:inline;
}

 /* agences */
 
 .agences
{
	margin:0 10px 0px 10px;
	padding:5px 0 5px 0;
	font-size:11px;
	/*
	background:#e6e7e8;
	*/
}


.bloc_agences{
	display: inline;
    float: left;
    margin-left: 10px;
    position: relative;
    margin-top: 10px;
    
    width: 430px;
    z-index: 12


}

#titre_agences{

background:url(images/titre_agences.jpg) no-repeat;
width: 409px;
height: 17px;
border-bottom: 2px solid #B6B7BA;
color:#ffffff;
font-weight:bold;
padding:3px 0 0 0;
text-indent:12px;
display:block;
z-index:4;

}
 
.col_contact
{
	/*
	border-left:2px solid #b6b7ba;
	border-right:2px solid #b6b7ba;
	border-bottom:2px solid #b6b7ba;
	background:#e6e7e8;
	*/
	width: 128px;
	margin-right: 11px;
	float: left;
}

.col_contact a
{
	text-decoration : none;

}

.col_agences_fin
{
	background:url(images/bottom_agences.jpg) no-repeat;
	height:28px;
	text-indent:12px;
	font-size:11px;
	font-weight:bold;
	color:#0085c8;
	padding:3px 0 0 0;
	width: 310px;
}
.titre_bleu1
{
	font-size:13px;
	font-weight:bold;
	color:#0085c8;
	text-align: right;
}

.agence_cell{
margin:0;
}


.bloc_agences_int
{
width: 280px;
height: auto;
}



 /* ***** actualités ***** */
.actu
{
	margin:0 10px 0px 10px;
	padding:5px 0 5px 0;
	font-size:10px;
	background:#eeeeee;
}

.actu_int
{
	margin:0 10px 0px 10px;
	padding:5px 0 5px 0;
	font-size:10px;
	background:#ececed;
}

.bloc_actualite
{
	width:290px;
	height:auto;
	float:right;
	
	
	display:inline;
}

.bloc_actualite_int
{
	width: 267px;
	height: auto;
	float: right;
	display: inline;
}

.actualite_int
{
	height: auto;
	width:272px;
	float:right;
	margin:0;
	padding:0;
	top:0px;
	left:0;
	
}





.col_actu
{
	border-left:2px solid #b6b7ba;
	border-right:2px solid #b6b7ba;
	border-bottom:2px solid #b6b7ba;
	width:286px;
	background:#eeeeee;
}

.col_actu_int
{
	border-left:2px solid #b6b7ba;
	border-right:2px solid #b6b7ba;
	border-bottom:2px solid #b6b7ba;
	width:268px;
	background:#ececed;
	
}



.col_actu_fin
{
	background:url(images/bottom_actualite.jpg) no-repeat;
	height:28px;
	text-indent:12px;
	font-size:11px;
	font-weight:bold;
	color:#0085c8;
	padding:3px 0 0 0;
}

.col_actu_fin_int
{
	background:url(images/bottom_actualite_int.jpg) no-repeat;
	height:28px;
	text-indent:12px;
	font-size:11px;
	font-weight:bold;
	color:#0085c8;
	padding:3px 0 0 0;
}




.col_actu_fin a
{
	font-weight:bold;
	color:#0085c8;
}

.col_actu_fin_int a
{
	font-weight:bold;
	color:#0085c8;
	/*text-decoration:none;*/
}




#titre_actualite
{
	background:url(images/titre_actualite.jpg) no-repeat;
	width:290px;
	height:17px;
	text-indent:12px;
	font-size:11px;
	font-weight:bold;
	padding:3px 0 0 0;
	color:#ffffff;
	border-bottom:2px solid #b6b7ba;
}

.titre_actu_int
{
	background:url(images/titre_actu_int.jpg) no-repeat;
	width:272px;
	height:18px;
	text-indent:6px;
	font-size:11px;
	font-weight:bold;
	padding:3px 0 0 0;
	color:#ffffff;
	border-bottom:2px solid #b6b7ba;
	text-indent: 12px;
}





.col_fin_int
{
	border-left:2px solid #b6b7ba;
	border-right:2px solid #b6b7ba;
	width:267px;
	background:#ececed;
	margin-left:1px;
	text-indent:12px;
}



.actu_int a
{
	text-decoration:none;
	color:#d02b62;
}








 /*  ***** Fin actualités ***** */


.offre{
	width:190px;
	height:auto;
	float:left;
	margin-bottom:5px;
}

.offre_d{
	width:190px;
	height:auto;
	float:right;
}

.haut_offre{
	width:190px;
	height:10px;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0px;
}

.content_offre{
	background:url(images/content_offre.jpg) repeat-y;
	width:188px;
	min-height:51px;
	height:auto;
	padding: 0 3px 0 3px;
	margin:0;
}

.bas_offre{
	width:190px;
	height:9px;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0px;
}

.droite_int
{
	height: auto;
	min-height:464px;
	width:407px;
	float:left;
	margin:10px 0 0 55px;
	padding:0;
	top:0px;
	left:0;
	overflow-x:hidden;
	/*border:1px solid black;*/
}

.droite_contact
{
	height: auto;
	min-height:464px;
	width:260px;
	float:right;
	margin-right: 30px;
	margin-top: 15px;
	padding:0;
	top:0px;
	left:0;
	/*border:1px solid black;*/
}

.formulaire
{
	height: auto;
	min-height:464px;
	width:407px;
	float:left;
	margin:10px 0 0 333px;
	padding:0;
	top:0px;
	left:0;
	/*border:1px solid black;*/
}

.grd_ital_bleu
{
	margin:10px 0 0 0;
}

.colonne_1
{
	width:190px;
	float:left;
	height: auto;
	margin: 20px 0 0 0;
}

.colonne_1_int
{
	width:193px;
	float:left;
	height: auto;
	margin: 0 0 0 0;
}

.colonne_1_int a
{
 color:#d02b62;
}

.puce
{
width:2px;
height:auto;
float:left;
display:block;
position:relative;
}

.texte_puce{
	float:left;
	width:185px;
	display:block;
	position:relative;
}

.texte{
	margin:10px 2px 0 2px;
	text-align:justify;
}

.texte a{
	color:#000000;
}

.texte p
{
	padding:0;
	margin: 5px 0 0 0;
}

.texte ul
{
	list-style-type :none;
	text-indent:0px;
	margin:0;
	padding:0;
}


.texte ul li
{
	margin:0;
	text-indent:0px;
	font-size:11px;
	color:#000000;
	background:url(images/puce_rouge.jpg) no-repeat top left;
	background-position: 0px 3px;
	padding:0 0 0 10px;
	text-align:left;
}

.titre_droit_int
{
	background:url(images/titre_droit_int.jpg) no-repeat;
	width:190px;
	height:21px;
	text-indent:6px;
	font-size:11px;
	font-weight:bold;
	padding:3px 0 0 0;
	color:#ffffff;
}

.titre_droit_int_2
{
	background:url(images/titre_droit_int_2.jpg) no-repeat;
	width:190px;
	height:33px;
	text-indent:6px;
	font-size:11px;
	font-weight:bold;
	padding:3px 0 0 0;
	color:#ffffff;
}

.grand_titre_droit
{
	background:url(images/grand_titre_droit.jpg) no-repeat;
	width:406px;
	height:20px;
	text-indent:6px;
	font-size:11px;
	font-weight:bold;
	padding:3px 0 0 0;
	color:#ffffff;
}

.colonne_2
{
	width:190px;
	float:left;
	height: auto;
	margin: 20px 0 0 20px;
}

.droite_contact .colonne_2
{
	width:190px;
	float:left;
	height: auto;
	margin: 20px 0 0 0px;
}

.colonne_2_int
{
	width:193px;
	float:left;
	height: auto;
	margin: 0px 0 0 20px;
}

.lien_rose
{
 color:#d02b62;
}

#rh  a
{
 color:#d02b62;
 text-decoration:none;
}

.droite_espace_com
{
	height: auto;
	min-height:480px;
	width:407px;
	float:left;
	margin:0;
	padding:0;
	top:0px;
	left:0;
	margin:10px 0 0 67px;
	/*border:1px solid black;*/
}

.info_lettre
{
	height: auto;
	width:115px;
	float:left;
	margin:0;
	padding:0;
	top:0px;
	left:0;
}

.titre_info_lettre
{
	background:url(images/info_lettre.jpg) no-repeat;
	width:115px;
	height:21px;
	text-indent:6px;
	font-size:11px;
	font-weight:bold;
	padding:3px 0 0 0;
	color:#ffffff;
}





.content_offre a
{
	text-decoration:none;
	color:#d02b62;
}





.carte_flash
{
	position:absolute;
	width:345px;
	height:272px;
	top:425px;
	left:425px;
}

.gras
{
	font-weight:bold;
}

.footer
{
	background:url(images/footer.png) left top;
	background-repeat:no-repeat;
	top:0px;
	color:#000000;
	border:0;	
	text-align:center;
	width:1000px;
	height:65px;
	margin-top: 10px;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	position:relative;
	font-size:9px;
}
.footer_lien
{
	background-repeat:no-repeat;
	top:0px;
	color:#000000;
	border:0;	
	text-align:center;
	width:1000px;
	height:50px;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	font-size:9px;
}

.logo_footer
{
	float:left;
	left:0px;
	margin-top: 5px;
    margin-left: 50px;
	position:absolute;
	text-align:right;
	}

.footer_right
{
	width:380px;
	height:20px;
	float:right;
	right:0px;
	margin:50px 150px 0 0;
	position:absolute;
	text-align:right;
	color:#000000;
}

.footer_right a
{
	text-decoration:none;
	color:#000000;
}

.menu_bas
{
    width:1000px;
	height:30px;
	top:0px;
	padding:0;
	text-align:center;
}

.menu_bas a
{
	color:#000000;
}

.menu_bas a:hover
{
	color:#0085c8;
	text-decoration:none;
}

.gras_justifie
{
	font-weight:bold;
	text-align:justify;
}

.gras_red
{
	font-weight:bold;
	color:red;	
}

.imgmap{
	float:left;
	width:766px;
	height:408px;
	margin:15px 0 0 -22px;
}

.imgmap_acc{
	float:left;
	width:344px;
	height:273px;
	margin:15px 0 0 -22px;
}

.imgmap2{
	float:left;
	width:548px;
	height:421px;
	margin:0 0 0 -3px;
}

.gras_police_sup{
	font-size:15px;
	font-weight:bold;
}

.plan_site a {
	Font-size:12px;
	font-weight:bold;
	color:#0085C8;
}

#plansite
{
float: right;
margin-right: 30px;

}

#int_haut
{
top:0;
}

.accroche_bleue
{
color: #0082C6;
font-family: comic Sans MS;
font-size: 21px;
font-style: oblique;
}


#mid_emploi
{
width: 280px;
}

#stage
{
width: 265px;
}


#transport_droite
{
width: 310px;
}

#accroche_index1
{
float: right;
margin-right: 35px;
}

.publication_int

{
margin-top: 150px;

}



