/***************** 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:#BCEBF9;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:scroll #fff url(../images/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:160px;
/*obligatoire si il y a un flash*/
display:block;
outline:none;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:960px;
height:89px;
background:url(../images/bg-menu.jpg) top left repeat-x;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
width:192px;
}
#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
text-transform:uppercase;
display:block;
height:60px;
overflow:hidden;
background:url(../images/separ.jpg) top right no-repeat;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
background:url(../images/menu-hover.jpg) no-repeat;
height:60px;
width:192px;
}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:192px;
top:-6000px;
left:0;
background:#00489B;
border:solid #fff;
border-width:1px 0 0 0;
}
#menuTop li li{
float:none;
}
#container #menuTop li li a{
background:none;
width:192px;
position:relative;
height:20px;
font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#fff;
text-decoration:none;
border:solid #fff;
border-width:0 0 1px 0;
}
#container #menuTop li li a:hover{
background:#00a6d0;
height:20px;
width:192px;
}
/***************** ENCART LEFT *****************/
#menuLeft{
float:left;
width:190px;
height:219px;
margin:20px 0 0 10px;
background:url(../images/encart-horaires.jpg) no-repeat;
}
#titreAdresse{
width:78px;
height:14px;
display:block;
margin:10px 0 0 8px;
background:url(../images/titre_adresse.png) no-repeat;
}
#titreTelephone{
width:95px;
height:17px;
display:block;
margin:30px 0 0 8px;
background:url(../images/titre_telephone.png) no-repeat;
}
#menuLeft p{
margin:20px 0 0 15px;
text-align:left;
font:12px Arial, Helvetica, sans-serif;
color:#00489B;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background:url(../images/bg-contenu.jpg) left top no-repeat;
}
#contenu{
	float:left;
	width:745px;
	padding:20px 0 10px 10px;
}
#contenu-droite {
	float:left;
	width:243px;
}
/*---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.jpg) repeat-x;
/*background:url(../images/bg-footer.gif) left top repeat-x;*/
}
#idep{
position:absolute;
left:10px;
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:#CCDDFF;
margin:3px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
letter-spacing:1px;
padding:0 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#CCDDFF;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#fff;
}