/***************** 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:#000 url(../images/charte/bg-body.jpg) left top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:990px;
margin:0 auto;
}
/***************** HEADER *****************/
#header{
width:990px;
height:116px;
background:url(../images/charte/header.jpg) left top no-repeat;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:990px;
height:34px;
background:url(../images/charte/bg-menu-top.gif) left top no-repeat;
list-style:none;
}
#menuTop span{
display:none;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop a{
display:block;
height:34px;
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:97px; }
li.bt2 a{background:url(../images/charte/bt2.gif) no-repeat; width:91px; }
li.bt3 a{background:url(../images/charte/bt3.gif) no-repeat; width:101px; }
li.bt4 a{background:url(../images/charte/bt4.gif) no-repeat; width:89px; }
li.bt5 a{background:url(../images/charte/bt5.gif) no-repeat; width:167px; }
li.bt6 a{background:url(../images/charte/bt6.gif) no-repeat; width:90px; }
li.bt7 a{background:url(../images/charte/bt7.gif) no-repeat; width:215px; }
li.bt8 a{background:url(../images/charte/bt8.gif) no-repeat; width:140px; }
/***************** SOUS MENU *****************/
#menuTop li ul{
list-style:none;
position:absolute;
top:-6000px;
left:0;
background:#000;
border:solid #333;
border-width:1px;
}
#menuTop li ul.meubles{
width:180px;
margin:0 0 0 -45px;
}
#menuTop li ul.event{
width:215px;
}
#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 #333;
border-width:0 0 1px 0;
text-align:center;
}
#container #menuTop li li a:hover{
background:#999;
}
/***************** CONTENU *****************/
#contenu{
width:960px;
padding:00px 0 0 30px;
}
/*---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 *****************/

#footer1{
width:100%;
height:40px;
clear:both;
position:relative;
margin:-40px auto;
background:url(../images/charte/bg-footer.jpg) left top repeat-x;
}
#footer{
position: relative;/*---obligatoire pour le footer---*/
margin:auto;
width:990px;
height:40px;
color:#000;
}
#idep{
position:absolute;
left:0;
top:0;
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:#333;
margin:15px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#000;
}
