/***************** 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:#fff;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:scroll url(../images/bg_container.jpg) repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:220px;
display:block;/*obligatoire si il y a un flash*/
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:830px;
height:38px;
background:url(../images/bg_menu.jpg) top left no-repeat;
list-style:none;
padding:0 0 0 130px;

}
#menuTop li{
position:relative;
float:left;
width:160px;
}

#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
text-transform:uppercase;
display:block;
height:38px;
overflow:hidden;

}

#menuTop  li a span{
display:none;
}

#menuTop li.bt1 {
background:url(../images/btn/bt1.gif) top left no-repeat;
width:114px;
}

#menuTop li.bt2 {
background:url(../images/btn/bt2.gif) top left no-repeat;
width:114px;
}

#menuTop li.bt3 {
background:url(../images/btn/bt3.gif) top left no-repeat;
width:105px;
}

#menuTop li.bt4 {
background:url(../images/btn/bt4.gif) top left no-repeat;
width:102px;
}

#menuTop li.bt5 {
background:url(../images/btn/bt5.gif) top left no-repeat;
width:149px;
}

#menuTop li.bt6 {
background:url(../images/btn/bt6.gif) top left no-repeat;
width:114px;
}

#menuTop li.bt7 {
background:url(../images/btn/bt7.gif) top left no-repeat;
width:100px;
}

#menuTop li.bt1 a:hover,
#menuTop li.bt1 a.trigered{
background:url(../images/btn/bt1.gif) bottom left no-repeat;

}

#menuTop li.bt2 a:hover,
#menuTop li.bt2 a.trigered{
background:url(../images/btn/bt2.gif) bottom left no-repeat;

}

#menuTop li.bt3 a:hover,
#menuTop li.bt3 a.trigered{
background:url(../images/btn/bt3.gif) bottom left no-repeat;

}

#menuTop li.bt4 a:hover,
#menuTop li.bt4 a.trigered{
background:url(../images/btn/bt4.gif) bottom left no-repeat;

}

#menuTop li.bt5 a:hover,
#menuTop li.bt5 a.trigered{
background:url(../images/btn/bt5.gif) bottom left no-repeat;

}

#menuTop li.bt6 a:hover,
#menuTop li.bt6 a.trigered{
background:url(../images/btn/bt6.gif) bottom left no-repeat;

}

#menuTop li.bt7 a:hover,
#menuTop li.bt7 a.trigered{
background:url(../images/btn/bt7.gif) bottom left no-repeat;

}


/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:114px;
top:-6000px;
left:0;
background:#ffc0a9;
border:solid #fff;
border-width:1px 0 0 0;
}
#menuTop li li{
float:none;
width:114px;
}
#container #menuTop li li a{
background:#fff;
width:114px;
position:relative;
height:20px;

font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#5f6871;
text-decoration:none;
border:solid #5f6871;
border-width:0px 0px 1px 0px;
}
#container #menuTop li li a:hover{
background:#ff781f;
color:#fff;
}

/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:960px;
	background:url(../../charte/images/bg-contenu.jpg) left top no-repeat;
}
#contenu{
	float:left;
	width:940px;
	padding:35px 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:90px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:90px;
margin:-90px auto 0;
background:url(../images/bg_footer.jpg) top left no-repeat;
/*background:url(../../charte/images/bg-footer.gif) left top repeat-x;*/
}
#idep{
position:absolute;
left:45px;
top:55px;
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:#aeabab;
margin:6px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#aeabab;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#aeabab;
text-align:right;
letter-spacing:1px;
padding:45px 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#aeabab;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#aeabab;
}


