/***************** 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:178px;
}


#contenu{
width:1003px;
min-height:308px;
background:url(../images/charte/bg-contenu.jpg) no-repeat left top;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:240px;
padding:15px 0 0 30px;
}


#menuLeft h1 a:link,#menuLeft h1 a:visited{
width:178px;
cursor:hand;
text-decoration:none;
font:bold 12px/40px Arial, Helvetica, sans-serif;
color:#fff;
display:block;
height:40px;
overflow:hidden;
text-indent:30px;
background:url(../images/charte/bt.png) no-repeat left top;
_background:url();
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/charte/bt.png', sizingMethod='scale');
}
#menuLeft h1 a:hover{
color:red;
background:url(../images/charte/bt-on.png) no-repeat left top;
_background:url();
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/charte/bt-on.png', sizingMethod='scale');
}

/***************** CONTENU *****************/

#texte{
float:left;
width:650px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:53px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:1003px;
height:53px;
margin:-53px auto 0 auto;
background:url(../images/charte/bg-footer.jpg) no-repeat top left;
}

#idep{
position:relative;
left:60px;
width:195px;
height:20px;
top:25px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#fff;
}
#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:10px 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;
}

