/***************** 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:url(../../charte/images/bg-body.jpg);
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
}
#container2{
background:scroll url(../../charte/images/bg-container.jpg) repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:180px;
display:block;/*obligatoire si il y a un flash*/
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:820px;
height:103px;
background:url(../../charte/images/bg-menuTop.jpg) no-repeat;
list-style:none;
padding:12px 0 0 140px;
}
#menuTop li{
position:relative;
float:left;
width:170px;
}
#menuTop a{
text-decoration:none;
font:bold 15px/30px Georgia, "Times New Roman", Times, serif;
color:#F8F8B2;
text-align:center;
display:block;
padding:4px 0 0 0;
height:32px;
overflow:hidden;
border-right:1px solid #6AE8E4;
}
#menuTop a#preums{
border-left:1px solid #6AE8E4;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
background:#FF6579;
color:#fff;
}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:170px;
top:-6000px;
left:0;
background:url(../../charte/images/bg-ssmenu.jpg) bottom left no-repeat;
border:solid #6AE8E4;
border-width:2px 0 0 0;
padding:0 0 16px 0;
}
#menuTop li li{
float:none;
}
#container #menuTop li li a{
background:none;
width:164px;
margin:0 0 0 3px;
position:relative;
height:20px;
font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#F8F8B2;
text-decoration:none;
}
#container #menuTop li li a:hover{
background:#265450;
color:#fff;
}
/***************** RECHERCHE *****************/
#search{
width:159px;
height:21px;
margin:0 0 10px 18px;
}
#search input{
border:none;
padding:3px 4px 0 3px;
font:12px Arial, Helvetica, sans-serif;
color:#565656;
width:123px;
height:17px;
float:left;
background: url(../../charte/images/recherche.gif) no-repeat;
}
#search form a span{
display:none;
}
#search input.btnok {
display:block;
background:url(../../charte/images/valid-search.gif) no-repeat;
width:29px;
height:21px;
float:right;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
height:395px;
background:url(../../charte/images/bg-menuLeft.jpg) left top no-repeat;
list-style:none;
padding:20px 0 0 0;
}
#menuLeft li a{
text-decoration:none;
font:bold 11px/25px Georgia, "Times New Roman", Times, serif;
color:#F8F8B2;
display:block;
height:30px;
width:179px;
overflow:hidden;
margin:0 0 0 9px;
padding:0 0 0 10px;
}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
background:#FF6579;
color:#fff;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
text-decoration:none;
font:bold 10px/20px Georgia, "Times New Roman", Times, serif;
color:#2C2F35;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 10px;
}
#menuLeft li ul li a:hover{
color:#FFF;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	/*background:url(../../charte/images/bg-contenu.jpg) left top no-repeat;*/
}
#contenu{
	float:left;
	width:740px;
	padding:20px 0 10px 15px;
}

#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:65px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:65px;
margin:-65px auto 0;
background:url(../../charte/images/bg-footer.jpg) left top no-repeat;
/*background:url(../../charte/images/bg-footer.gif) left top repeat-x;*/
}
#idep{
position:absolute;
left:0;
top:33px;
width:195px;
height:32px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#FFF;
margin:7px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#F8F8B2;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:12px/30px Georgia, "Times New Roman", Times, serif;
color:#fff;
text-align:right;
letter-spacing:1px;
padding:33px 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active{
color:#F8F8B2;
}

