/***************** 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:#efeedc url(../images/charte/bg-page-x.gif) repeat-x top left;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:1003px;
margin:0 auto;
background:url(../images/charte/bg-page-y.gif) repeat-y top left;
}
/***************** HEADER *****************/
#header{
width:1003px;
height:205px;
}


#contenu{
width:1003px;
min-height:320px;
background:url(../images/charte/bg-contenu.jpg) no-repeat left top;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:212px;
padding:94px 0 0 22px;
}
#menuLeft h1.accueil{
width:210px;
cursor:hand;
text-decoration:none;
font:bold 12px/23px Arial, Helvetica, sans-serif;
color:#06075b;
display:block;
height:23px;
overflow:hidden;
text-indent:30px;
background:none;
}
#menuLeft h1{
width:210px;
cursor:hand;
text-decoration:none;
font:bold 12px/27px Arial, Helvetica, sans-serif;
color:#06075b;
display:block;
height:27px;
overflow:hidden;
text-indent:30px;
background:url(../images/charte/bt.gif) no-repeat top left;
}

#menuLeft h1 a:link,#menuLeft h1 a:visited{
color:#000;
text-decoration:none;
}
#menuLeft h1 a:hover{
color:#fff;
}
#menuLeft ul{
list-style:none;
width:210px;
background:url(../images/charte/bg-ul.jpg) no-repeat bottom left;
}
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:normal 11px/18px Arial, Helvetica, sans-serif;
color:#000;
display:block;
height:18px;
overflow:hidden;
padding:0 0 0 30px;
}
#container #menuLeft li a:hover{
text-decoration:none;
color:#fff;
background-color:#000;
}

#container #menuLeft ul ul li a{
background:none;
border:none;
text-decoration:none;
font:normal 10px/15px Arial, Helvetica, sans-serif;
color:#000;
display:block;
height:15px;
overflow:hidden;
padding:0 0 0 40px;
}
#container #menuLeft ul ul li a:hover{
text-decoration:none;
color:#fff;
background-color:#000;
}
/***************** CONTENU *****************/

#texte{
float:left;
width:680px;
padding:0 0 0 40px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:40px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:1003px;
height:40px;
margin:-40px auto 0 auto;
background:url(../images/charte/bg-footer.gif) no-repeat bottom left;
}

#idep{
position:absolute;
left:30px;
width:195px;
height:20px;
top:18px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#000;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#000;
}


#footer p{
font:11px/30px Arial, Helvetica, sans-serif;
color:#39a32e;
text-align:right;
letter-spacing:1px;
padding:0px 110px 0 0;
}

