/***************** 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:#FFF url(../images/charte/bg-body.jpg) repeat-x left top;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:scroll url(../images/charte/bg-hauteur.gif) left top repeat-y;
}

/***************** HEADER *****************/
#header{
width:960px;
height:248px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:149px;
}

.encart_left{
float:left;
width:149px;
}

.encart_news{
float:left;
width:126px;
height:40px;
padding:80px 3px 60px 20px;
background:url(../images/charte/bg_news.jpg) top no-repeat;
}

#menuLeft .encart_news img{
float:right;
margin:3px 15px 0 0;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:771px;
padding:20px;
background:url(../images/charte/bg-txt.jpg) no-repeat left top;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:67px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:67px;
margin:-67px auto;
background-color:#6f6f6f;
}
#footer2{
position:relative;
clear:both;
width:960px;
height:67px;
margin:0 auto;
background: url(../images/charte/footer.gif);
}
#idep{
position:absolute;
left:0;
top:40px;
width:195px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#b89800;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
padding:40px 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#fff;
}
