/***************** 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:url(../images/bg.jpg) top center no-repeat #600b1c;

}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../images/bg_container.jpg) scroll repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:216px;
/*obligatoire si il y a un flash*/
display:block;
outline:none;

}

/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:185px;
height:221px;
list-style:none;
background:url(../images/bg_menu_left.jpg) top left no-repeat;
margin:0 0 0 0;
padding:70px 15px 0 0;
}
#menuLeft li a{
display:block;
height:25px;
padding:0 45px 0 0;
text-align:center;
text-decoration:none;
font:bold 13px/25px Arial, Helvetica, sans-serif;
color:#ffd26e;

}
#menuLeft li a:hover{
color:#fff;

}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
text-align:center;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#fff;
display:block;
height:20px;
overflow:hidden;
padding:0 50px 0 0;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#fff;

}
/***************** CONTENU *****************/
#contenu_bg {
float:left;
width:760px;
background:url(../images/bg_contenu.jpg) top left no-repeat;
}
#contenu{
float:left;
width:745px;
padding:70px 0 13px 15px;

}
#contenu-droite {
float:left;
width:243px;
}
#contenu-gauche{
	float:left;
	width:450px;
	margin:0 25px 0 15px;
}


/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:96px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:96px;
margin:-96px auto 0;
background: url(../images/bg-footer.jpg) top left repeat-x;
}
#footer #footCenter{
width:960px;
height:96px;
margin:0 auto;
position:relative;/*pour que les elmt en position absolue se calent dans cette DIV en pas en dehors*/
background:url(../images/bg-footer-struct.jpg) top right no-repeat;
}
#idep{
position:absolute;
left:5px;
top:57px;
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:#850e26;
margin:6px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#850e26;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#850e26;
text-align:right;
letter-spacing:1px;
padding:55px 90px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#850e26;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#850e26;
}