/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body{
background:#dddddd url(../images/charte/bg-body.jpg) top center repeat-y;
}

#intro{
	position:absolute;
	height:448px;
	width:684px;
	left:50%;
	top:50%;
	margin-left:-342px;
	margin-top:-224px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
}
#introindustrie {
width:469px;
height:208px;
float:left;
}

.adresseindustrie {
width:215px;
height:178px;
float:left;
padding-top:30px;
}

#introbatiment {
width:469px;
height:213px;
float:left;
}

.adressebatiment {
width:215px;
float:left;
padding-top:30px;
}
.rouge {
color:#d82121;
}

.bleu {
color:#376df4;
}
#intro a:link, #intro a:visited{
text-decoration:none;}
#intro a:hover, #intro a:active{
text-decoration:underline;}

#footerintro {
width:684px;
height:27px;
float:left;
text-align:right;
color:#666;
}

#footerintro a{
font:normal 10px Arial, Helvetica, sans-serif; 
color:#666;
text-decoration:none;
}

#footerintro a:hover{
font:normal 10px Arial, Helvetica, sans-serif; 
color:#666;
text-decoration:underline;
}

/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:972px;
margin:0 auto;
background: url(../images/charte/bg-container.jpg) bottom left no-repeat;
}
#container2{
width:972px;
background: url(../images/charte/bg-contenu.jpg) top left no-repeat;
}
/***************** HEADER *****************/
#header{
position:absolute;
top:0;
right:0;
z-index:0;
width:771px;
height:190px;
}

/***************** LOGO *****************/
#logo{
width:201px;
height:182px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:161px;
margin:0 17px 0 23px;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
background:#d92222;
}
#menuLeft a{
background: url(../images/charte/bg-menu.jpg) no-repeat;
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#D92222;
display:block;
height:32px;
overflow:hidden;
padding:0 0 0 10px;
margin:5px 0;
}
#menuLeft a:hover,
#menuTop a.trigered{
color:#000;
background: url(../images/charte/bg-menu.jpg) 0 -32px no-repeat;
}

.separ {
width:161px;
height:29px;
background:url(../images/charte/separ.jpg) no-repeat;}
/***************** SOUS MENU */

#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 10px/15px Arial, Helvetica, sans-serif;
color:#FFF;
display:block;
height:15px;
overflow:hidden;
padding:0 0 0 5px;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#FFF;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:700px;
padding:10px 0 0 20px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:35px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:972px;
height:35px;
margin:-35px auto 0;
background: url(../images/charte/bg-footer.jpg) no-repeat;
}
#idep{
position:absolute;
right:43px;
top:0;
width:210px;
height:35px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
text-align:left;
color:#FFF;
margin:5px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:underline;
color:#fff;
}
