/***************** 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/charte/body.gif) center top repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:920px;
margin:0 auto;
background:url(../images/charte/bg-container.jpg) center top repeat-y;
}
#container2{
background:url(../images/charte/container.jpg) center top no-repeat;
width:920px;
min-height:100%;
}
/***************** HEADER *****************/
#header{
background:url(../images/charte/header.jpg) center top no-repeat;
width:920px;
height:180px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:160px;
padding:45px 0 0 30px;
}
#menuLeft ul{
list-style:none;
padding:10px 0 10px 0;
}
#menuLeft a{
background: url(../images/charte/btn.gif) left top no-repeat;
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#5C5C5C;
display:block;
height:30px;
width:160px;
overflow:hidden;
}
#menuLeft span{
display:block;
padding-left:35px;
}
#menuLeft a:hover,
#menuTop a.trigered{
background: url(../images/charte/btn.gif) right top no-repeat;
color:#333;
}
/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#666;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 30px;
}
#container #menuLeft li a:hover{
color:#474747;
}
/***************** ACTU *****************/
#actu{
float:right;
width:140px;
padding:50px 40px 0 0;
}
.uneactu{
margin:0 0 20px 0;
}
#actu .uneactu p{
font:11px Arial, Helvetica, sans-serif;
color:#333;
}
#actu .uneactu p.date{
color:#F9790C;
margin:0 0 5px 0;
font-weight:bold;
}
#actu .uneactu a{
position:relative;
top:5px;
font:10px Arial, Helvetica, sans-serif;
text-decoration:none;
}
#actu .uneactu a:hover{
color:#666;
}
/***************** DIAPO *****************/
#diapo{
width: 470px;
height:100px;
margin-bottom:20px;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:690px;
padding:0 0 0 40px;
}
#contenuTexte{
width:470px;
float:left;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:40px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:920px;
height:40px;
margin:-40px auto 0;
background:url(../images/charte/footer.jpg) center top no-repeat;
}
#idep{
position:absolute;
left:20px;
top:10px;
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:#666;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
