/***************** 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;
}
/***************** 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:260px;
}
#contenu{
width:1003px;
height:276px;
background:url(../images/charte/bg-contenu.jpg) no-repeat left top;
}
#contenu2{
	float:left;
	width:100%;
	background-image:url(../images/charte/1.gif);
	background-repeat:repeat-x;
	background-color:#d6d6d6;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:265px;
padding:0 0 0 10px;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
}

#menuLeft h1 a:link,#menuLeft h1 a:visited{
width:241px;
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#fff;
display:block;
height:30px;
overflow:hidden;
text-indent:30px;
background:url(../images/charte/bt.gif) no-repeat top left;
}
#menuLeft h1 a:hover{

color:#eee345;
}
/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:normal 11px/15px Arial, Helvetica, sans-serif;
color:#fff;
display:block;
height:15px;
overflow:hidden;
padding:0 0 0 30px;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#eee345;
}
/***************** CONTENU *****************/

#texte{
float:left;
width:654px;
}
#cont{
float:left;
width:644px;
padding-left:10px;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:38px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:1003px;
height:38px;
margin:-38px auto 0;
background:url(../images/charte/bg-footer.gif) no-repeat top left;
}
#idep{
position:absolute;
left:40px;
top:7px;
width:195px;
height:20px;
}
#idep img{
float:left;
padding:8px 0 0 0;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#fff;
margin:8px 0 0;
}
#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:#294727;
text-align:right;
letter-spacing:1px;
padding:5px 180px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#fff;
}
