/***************** 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:#6f1445 url(../images/charte/bg-body.jpg) repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../images/charte/bg-hauteur.gif) repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:200px;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:640px;
height:30px;
background: url(../images/charte/bg-menu.jpg) no-repeat;
list-style:none;
padding-left:320px;
}
#menuTop li{
position:relative;
float:left;
width:128px;
}
#menuTop li span{
display:none;
}
#menuTop li.bt1 a {
background:url(../images/charte/b-accueil1.jpg);
}
#menuTop li.bt2 a {
background:url(../images/charte/b-collections1.jpg);
}
#menuTop li.bt3 a {
background:url(../images/charte/b-defiles1.jpg);
}
#menuTop li.bt4 a {
background:url(../images/charte/b-mode-art1.jpg);
}
#menuTop li.bt5 a {
background:url(../images/charte/b-contact1.jpg);
}
#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
display:block;
height:30px;
overflow:hidden;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
text-decoration:none;
background-position:bottom;
}
/***************** SOUS MENU *****************/
#menuTop li ul{
list-style:none;
position:absolute;
width:128px;
top:-6000px;
left:5px;
background:#6f1445;
border:solid #fff;
border-width:1px;
}
#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 #913c6a;
border-width:0 0 1px 0;
}
#container #menuTop li li a:hover{
background:#c90f0f;
}
/***************** CONTENU *****************/
#contenu{
width:900px;
padding:20px 0 0 30px;
background:url(../images/charte/bg-contenu.jpg) no-repeat left top;
}
/*---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:30px;
margin:-30px auto 0;
background:url(../images/charte/bg-hauteur.gif) repeat-x;
}
#idep{
position:absolute;
left:0;
top:0;
width:295px;
height:30px;
padding-left:85px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#ffc2cc;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#e31319;
}
