/***************** 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:#84b4dd url(../images/charte/bg-body.jpg) repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:890px;
margin:0 auto;
background:#fff url(../images/charte/bg-container.gif) repeat-y;
}

#container2{
background:url(../images/charte/bg-contenu.jpg) 0 191px no-repeat;
}
/***************** HEADER *****************/
#header{
width:890px;
height:146px;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:890px;
height:45px;
list-style:none;
background:url(../images/charte/bg-menutop.jpg) no-repeat;
}
#menuTop li{
position:relative;
float:left;
width:160px;
}
#menuTop a{
text-decoration:none;
font:bold 12px/45px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
text-transform:uppercase;
display:block;
height:45px;
overflow:hidden;
}

#menuTop a span{
display:none;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
}
.accueil {
background:url(../images/charte/btn-accueil.jpg) no-repeat;}
.accueil:hover{
background:url(../images/charte/btn-accueil-ovr.jpg) no-repeat;}
.materiel {
background:url(../images/charte/btn-materiel.jpg) no-repeat;}
.materiel:hover{
background:url(../images/charte/btn-materiel-ovr.jpg) no-repeat;}
.prestations {
background:url(../images/charte/btn-prestations.jpg) no-repeat;}
.prestations:hover{
background:url(../images/charte/btn-prestations-ovr.jpg) no-repeat;}
.livredor {
background:url(../images/charte/btn-livredor.jpg) no-repeat;}
.livredor:hover{
background:url(../images/charte/btn-livredor-ovr.jpg) no-repeat;}
.contact {
background:url(../images/charte/btn-contact.jpg) no-repeat;}
.contact:hover{
background:url(../images/charte/btn-contact-ovr.jpg) no-repeat;}
.newsletter {
background:url(../images/charte/btn-newsletter.jpg) no-repeat;}
.newsletter:hover{
background:url(../images/charte/btn-newsletter-ovr.jpg) no-repeat;}



/***************** SOUS MENU *****************/
#menuTop li ul{
list-style:none;
position:absolute;
width:160px;
top:-6000px;
left:0;
background:#ffc0a9;
border:solid #fff;
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 #ffcfbd;
border-width:0 0 1px 0;
}
#container #menuTop li li a:hover{
background:#ff8598;
}
/***************** CONTENU *****************/
#contenu{
width:850px;
padding:20px 0 0 30px;
float:left;
}

#numero{
width:300px;
height:100px;
float:right;
padding:10px 0 0 30px;
}

#contenudrte{
width:300px;
padding:20px 0 0 30px;
float:left;
}
/*---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:890px;
height:30px;
margin:-30px auto 0;
background: url(../images/charte/bg-footer.jpg) no-repeat;
}
#footer .mention_legale{
text-decoration:underline;

}


#idep{
position:absolute;
left:0;
top:0;
width:300px;
height:10px;
}
#idep img{
float:left;
}


#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#FFF;
margin:3px 0 0;
width:auto;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:underline;
color:#fff;
}

