/***************** 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/bg.jpg) repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:959px;
margin:0 auto;
background:url(../images/bg_container.jpg) repeat-y;

}
/***************** HEADER *****************/
#header{
width:959px;
height:232px;
display:block;/*obligatoire si il y a un flash*/
background:url(../images/header.jpg) left bottom no-repeat;
}
#header #headerFlash{
width:960px;
height:199px;
float:left;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:195px;
height:243px;
margin:0 0 0 0;
padding:20px 0 0 0;
list-style:none;
background:url(../images/bg_menu.jpg) top no-repeat;

}
#menuLeft li a{

text-decoration:none;
font:14px/25px Arial, Helvetica, sans-serif;
color:#000;
display:block;
height:25px;
padding:0 0 0 10px;
background:url(../images/roll.jpg) top right no-repeat;

}
#menuLeft li a:hover{

background:url(../images/bg_btn.jpg) top no-repeat;
color:red;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
text-align:left;
padding:0 0 0 23px;
font:11px/20px Arial, Helvetica, sans-serif;
color:red;
display:block;
height:20px;
overflow:hidden;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:red;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:764px;
	background:url(../images/bg_contenu.jpg) left top no-repeat;
}
#contenu{
	float:left;
	width:754px;
	padding:0px 0 5px 5px;
}


/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:51px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#foot
{
position:relative;
width:100%;
background:url(../images/bg_foot.jpg) center;
height:51px;
clear:both;
margin:-51px 0 0;

}



#footer{
position:relative;
width:959px;
height:51px;
margin:0 auto;
background:#2C2F35 url(../../charte/images/bg_footer.jpg) left top no-repeat;
/*background:url(../../charte/images/bg-footer.gif) left top repeat-x;*/
}
#idep{
position:absolute;
top:13px;
left:0;
width:195px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
margin-top:6px;
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:#fadc35;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
letter-spacing:1px;
padding:13px 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;
}
