/***************** 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:#0ab2e7 url(../images/charte/bg-body.gif) left top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
height:auto!important;
height:100%;
width:990px;
margin:0 auto;
background:url(../images/charte/bg-container.gif) left top repeat-y;
}
/***************** HEADER *****************/
#header{
width:990px;
height:137px;
background:url(../images/charte/header.jpg) left top no-repeat;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:866px;
padding-left:124px;
height:41px;
background:url(../images/charte/bg-menu.gif) left top no-repeat;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop span{
display:none;
}
#menuTop a{
display:block;
height:41px;
overflow:hidden;
background-position:left top;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
background-position:left bottom;
}
li.bt1 a{background:url(../images/charte/bt1.gif) no-repeat; width:164px; }
li.bt2 a{background:url(../images/charte/bt2.gif) no-repeat; width:150px; }
li.bt3 a{background:url(../images/charte/bt3.gif) no-repeat; width:119px; }
li.bt4 a{background:url(../images/charte/bt4.gif) no-repeat; width:120px; }
li.bt5 a{background:url(../images/charte/bt5.gif) no-repeat; width:169px; }
/***************** SOUS MENU *****************/
#menuTop li ul{
list-style:none;
position:absolute;
width:150px;
text-align:center;
top:-6000px;
left:0;
background:#2a577a;
border:solid #fff;
border-width:1px 0 0 0;
}
#menuTop li ul.inscription{
list-style:none;
position:absolute;
width:150px;
text-align:center;
top:-6000px;
left:0;
margin-left:-15px;
background:#2a577a;
border:solid #2a577a;
border-width:1px 0 0 0;
}
#menuTop li li{
float:none;
}
#container #menuTop li li a{
background:none;
width:auto;
position:relative;
height:20px;
font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#fff;
text-decoration:none;
border:solid #2a577a;
border-width:0 0 1px 0;
}
#container #menuTop li li a:hover{
background:#fff;
color:#2a577a;
}
/***************** CONTENU *****************/
#contenu{
width:940px;
background:url(../images/charte/bg-contenu.gif) left top no-repeat;
min-height:350px;
padding:20px 50px 0 0px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:50px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:990px;
height:50px;
margin:-50px auto 0;
background:url(../images/charte/footer.gif) left top no-repeat;
}
#idep{
position:absolute;
left:78px;
top:0;
width:195px;
height:50px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#fff;
margin:17px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:underline;
color:#fff;
}
