/***************** 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:#A1120A url(../images/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:962px;
margin:0 auto;
background:#FFF url(../images/bg-container.gif) left top repeat-y;
}
/***************** HEADER *****************/
#header{
width:962px;
height:244px;
display:block;/*obligatoire si il y a un flash*/
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
height:296px;

background:url(../../charte/images/bg-menu.jpg) left top no-repeat;
list-style:none;
}
#menuLeft li a{
text-decoration:none;
font:bold 12px/25px Georgia, Times New Roman, Times, serif;
color:#cb1604;
display:block;
height:25px;
overflow:hidden;
border:solid #bb9343;
border-width:0 0 1px 0px;
width:130px;
margin-left:3px;
padding:4px 0 0 45px;

}
#menuLeft li a:hover{
color:#71101c;
}

/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background:url(../../charte/images/bg-contenu.jpg) left top no-repeat;
}
#contenu{
	float:left;
	width:745px;
	padding:20px 0px 10px 10px;
}


/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:30px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:30px;
margin:-30px auto 0;
background:url(../images/bg-footer.jpg) top left repeat-x;
}
#idep{
position:absolute;
left:10px;
top:0;
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:#c49a49;
margin:7px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
letter-spacing:1px;
padding:0 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;
}