/***************** 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:#bcd5ee url(../images/charte/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
width:960px;
margin:0 auto;
background:scroll url(../images/charte/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:202px;
}
/***************** MENU TOP *****************/
#ZoneSloganHaut{
width:250px;
height:51px;
background: url(../images/charte/bg-zone-solgan-haut.jpg) center top no-repeat;
float:left;
}
#menuTop{
width:710px;
height:51px;
float:left;
}
/***************** MENU LEFT *****************/
#ZoneSloganBas{
width:250px;
height:47px;
background: url(../images/charte/bg-zone-solgan-bas.jpg) center top no-repeat;
}
#menuLeft{
float:left;
width:250px;
}
#menuLeft ul{
list-style:none;
}
#menuLeft a{
background: url(../images/charte/bg-left-rubrique.jpg) center top no-repeat;
text-decoration:none;
font:bold 17px/51px "Times New Roman", Times, serif;
color:#9d2424;
display:block;
height:51px;
overflow:hidden;
text-align:center;
}
#menuLeft a:hover,
#menuTop a.trigered{
background: url(../images/charte/bg-left-rubrique-survol.jpg) center top no-repeat;
color:#fff;
}
/***************** SOUS MENU */
#container #menuLeft li a{
background: url(../images/charte/bg-left-sous-rubrique.gif) center top no-repeat;
border:none;
text-decoration:none;
font: 12px/34px "Times New Roman", Times, serif;
color:#fffcdb;
display:block;
height:34px;
overflow:hidden;
padding:0 0 0 65px;
text-align:left;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#000;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:710px;
}
#contenuTop{
width:710px;
height:26px;
background: url(../images/charte/bg-contenu-top.gif) center top no-repeat;
}
#ZoneTexte{
width:645px;
padding:0 55px 20px 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:84px;
margin:-132px auto 0;
background: url(../images/charte/bg-footer.jpg) center top no-repeat;
padding-top:48px;
}
#idep{
position:absolute;
left:138px;
top:48px;
width:195px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
margin:4px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
