/***************** BODY *****************/
* {
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
}
body{
background:#7C0428 url(../../charte/images/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:990px;
margin:0 auto;
background:url(../../charte/images/bg-container.jpg) left top repeat-y;
}
/***************** HEADER *****************/
#header{
width:990px;
height:250px;
/*obligatoire si il y a un flash*/
display:block;
outline:none;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:990px;
height:40px;
background:url(../../charte/images/bg-menuTop.jpg) center top;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop a span{
display:none;
}
#menuTop a{
display:block;
height:40px;
width:170px;
overflow:hidden;
background-position:center top;
}
#menuTop li.bt1 a{
background-image:url(../../charte/images/bt1.gif);
width:180px;
}
#menuTop li.bt2 a{
background-image:url(../../charte/images/bt2.gif);
width:185px;
}
#menuTop li.bt3 a{
background-image:url(../../charte/images/bt3.gif);
width:160px;
}
#menuTop li.bt4 a{
background-image:url(../../charte/images/bt4.gif);
width:145px;
}
#menuTop li.bt5 a{
background-image:url(../../charte/images/bt5.gif);
width:170px;
}
#menuTop li.bt6 a{
background-image:url(../../charte/images/bt6.gif);
width:150px;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
background-position:bottom;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:180px;
padding:14px 0 0 35px;
background:url(../../charte/images/bg-menuLeft.jpg) left top no-repeat;
list-style:none;
}
#menuLeft li a{
text-decoration:none;
font:bold 14px/30px Georgia, "Times New Roman", Times, serif;
color:#b73423;
display:block;
height:30px;
overflow:hidden;
padding:0 0 0 17px;
background:url(../../charte/images/bt-menu.gif) left top no-repeat;
}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
color:#620a02;
background-position:left bottom;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:small-caps 12px/20px Georgia, "Times New Roman", Times, serif;
color:#b73423;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 17px;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#FFF;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:975px;
	background:url(../../charte/images/bg-contenu.jpg) left top no-repeat;
}
#contenu{
	float:left;
	width:925px;
	padding:21px 0 10px 30px;
}
#contenu-droite {
float:left;
width:223px;
}
#contenu-gauche{
	float:left;
	width:650px;
	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:90px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:90px;
margin:-90px 0 0;
background:url(../../charte/images/bg-footer.jpg) center top no-repeat;
}
#footer2{
position:relative;
width:990px;
height:90px;
margin:0 auto;
background:url(../../charte/images/bg-footer2.jpg) left top no-repeat;
}
#idep{
position:absolute;
left:15px;
top:50px;
width:175px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#DC7B4A;
margin:7px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#e6690c;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/40px Arial, Helvetica, sans-serif;
color:#DC7B4A;
text-align:right;
letter-spacing:1px;
padding:50px 25px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#DC7B4A;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#e6690c;
}