/***************** 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:#AF0909 url(../../charte/images/bg.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../../charte/images/bg-container.jpg) right top repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:160px;
float:right;
display:block;/*obligatoire si il y a un flash*/
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:195px;
list-style:none;
}
#menuLeft li a span{
visibility:hidden;
}
#menuLeft li a{
text-decoration:none;
display:block;
height:30px;
overflow:hidden;
background-position:top left;
}
#menuLeft li.bt1 a{
margin-top:10px;
background-image:url(../../charte/images/bt1.jpg);
}
#menuLeft li.bt2 a{
background-image:url(../../charte/images/bt2.jpg);
}
#menuLeft li.bt3 a{
background-image:url(../../charte/images/bt3.jpg);
}
#menuLeft li.bt4 a{
background-image:url(../../charte/images/bt4.jpg);
}
#menuLeft li.bt5 a{
background-image:url(../../charte/images/bt5.jpg);
}
#menuLeft li.bt6 a{
background-image:url(../../charte/images/bt6.jpg);
}
#menuLeft li.bt7 a{
background-image:url(../../charte/images/bt7.jpg);
}
#menuLeft li.bt8 a{
background-image:url(../../charte/images/bt8.jpg);
}
#menuLeft li.bt9 a{
background-image:url(../../charte/images/bt9.jpg);
}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
background-position:200px 0;
}
/***************** CONTENU *****************/
#contenu_bg {
float:left;
width:765px;
background:url(../../charte/images/bg-contenu.jpg) right top no-repeat;
}
#contenu{
float:left;
width:740px;
padding:20px 0 10px 15px;
}
#contenu-gauche{
float:left;
width:450px;
margin:0 25px 0 20px;
}
#contenu-droite{
float:right;
width:227px;
margin:3px 10px 0 0 ;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:32px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:32px;
margin:-32px auto;
background:url(../../charte/images/bg-footer.jpg) right top no-repeat;
}
#idep{
position:absolute;
left:200px;
top:0px;
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:#2248A5;
margin:7px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#D22929;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/11px Arial, Helvetica, sans-serif;
color:#2248A5;
text-align:right;
padding:3px 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#2248A5;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#D22929;
}

