/***************** 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:#233178 url(../images/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:scroll #FFF url(../../charte/images/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:280px;
display:block;/*obligatoire si il y a un flash*/
}
#header #headerFlash{
position:absolute;
}
#header #encartPromo{
width:187px;
height:108px;
float:right;
display:block;

}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:960px;
height:30px;
margin:-30px 0 0 0;

}
#menuTop ul{
width:600px;
list-style:none;
float:right;
}
#menuTop li{
position:relative;
float:left;
padding:0 15px 0 10px;
}
#menuTop a{
text-decoration:none;
font:bold 12px/30px Georgia, "Times New Roman", Times, serif;
color:#d42c2b;
text-align:center;
text-transform:uppercase;
display:block;
height:30px;
overflow:hidden;
border:solid #FFF;
border-width:0 0px 0 0;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
background:url(../images/menutop-hover02.gif) center bottom 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 Georgia, "Times New Roman", Times, 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;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:180px;
min-height:350px;
padding:35px 0 0 20px;

background:url(../images/bg-menu-left.jpg) left top no-repeat;
list-style:none;
}
#menuLeft #titre-pizzas{
width:100px;
height:26px;
/*background:url(../images/bg-titre-menuleft.gif) no-repeat;*/
font:bold 18px Georgia, "Times New Roman", Times, serif;
color:#9b1202;
padding:7px 0 0 80px;
}

#menuLeft #titre-boissons{
width:120px;
height:26px;
/*background:url(../images/bg-titre-menuleft2.gif) no-repeat;*/
font:bold 18px Georgia, "Times New Roman", Times, serif;
color:#9b1202;
padding:7px 0 0 60px;
}
#menuLeft li a{
text-decoration:none;
text-align:left;
font: 12px/25px Georgia, "Times New Roman", Times, serif;
color:#d42c2b;
display:block;
height:25px;
overflow:hidden;
border:dotted #e2e2c2;
border-width:0 0 1px 0;
width:158px;
padding:0px 0px 0 20px;
}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
/*background:url(../images/bg-menuleft-hover.gif) no-repeat;*/
color:#233178;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:11px/20px Georgia, "Times New Roman", Times, serif;
color:#233178;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 15	px;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#d42c2b;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background:url(../../charte/images/bg-contenu.jpg) left top no-repeat;
}
#contenu{
	float:left;
	width:745px;
	padding:20px 0 150px 5px;
}
#contenu-droite{
	float:left;
	width:243px;
	margin:10px 0 0 0;

}


/*---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/bg-footer.gif) no-repeat;
}
#idep{
position:absolute;
left:18px;
top:0;
width:175px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#df9190;
margin:8px 0 0 20px;
padding: 0 0 0 0px;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#9b1202;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:9px/8px Arial, Helvetica, sans-serif;
color:#9b1202;
text-align:right;
padding:12px 20px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#df9190;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#9b1202;
}