/***************** BODY *****************/
* {
	/*---on passe toutes les marges à 0---*/
	margin:0;
	padding:0;
}
body,html{
	height:100%;
}
body{
	background:#aa2ca6 url(../images/bg-body.jpg) top center no-repeat;
}
/***************** CONTAINER *****************/
#container{
	position:relative;
	min-height:100%;
	width:990px;
	margin:0 auto;
	background:url(../images/bg-container-repeat.gif) top left repeat-y;
}


/***************** HEADER *****************/
#header{
width:990px;
height:125px;
}
/***************** FLASH */
#headerFlash{
	float:left;
	width:990px;
	height:125px;
	/*obligatoire si il y a un flash (firefox)*/
	display:block;
	outline:0;
}

/***************** MENU TOP *****************/
#menuTop{
position:relative;
float:left;
z-index:20;
width:737px;
padding-left:253px;
height:30px;
background:url(../images/bg-menuTop.jpg) top left no-repeat;
list-style:none;
}
#menuTop li{
	position:relative;
	float:left;
}
#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
text-transform:uppercase;
display:block;
height:30px;
overflow:hidden;
border:solid #408d00;
border-width:0 1px 0 0;
}
#container #menuTop a:hover,
#container #menuTop a.trigered,
#container #menuTop a.rubrique_active{
	background-position:left bottom;
}

#menuTop a span{
	display:none;
}
#menuTop li.bt1{width:80px;}
#menuTop li.bt2{width:149px;}
#menuTop li.bt3{width:155px;}
#menuTop li.bt4{width:84px;}
#menuTop li.bt5{width:65px;}
#menuTop li.bt1 a{background-image:url(../../charte/images/bt-01.jpg);}
#menuTop li.bt2 a{background-image:url(../../charte/images/bt-02.jpg);}
#menuTop li.bt3 a{background-image:url(../../charte/images/bt-03.jpg);}
#menuTop li.bt4 a{background-image:url(../../charte/images/bt-04.jpg);}
#menuTop li.bt5 a{background-image:url(../../charte/images/bt-05.jpg);}
/***************** SOUS MENU */
#menuTop li ul{
	list-style:none;
	position:absolute;
	width:146px;
	top:-6000px;
	left:2px;
	background:#333;
	border:solid #fff;
	border-width:1px 0 0 0;
	opacity:0.95;
}
#menuTop li li{
	float:none;
}
#container #menuTop li li a{
	background:#3e6617;
	width:auto;
	position:relative;
	height:20px;
	padding:0 10px;
	font:11px/20px Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:none;
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #1b1b1b;
}
#container #menuTop li li a:hover{
	background:#66FF00;
	color:#006600;
}
/***************** MENU LEFT *****************/
#menuLeft{
	float:left;
	width:160px;
	padding:0 0 0 15px;
	list-style:none;
}
/***************** RECHERCHE */
form#recherche{
	position:relative;
	height:63px;
	background:url(../images/bg-recherche.gif) top left no-repeat;
	}
form#recherche input.case{
	position:absolute;
	top:35px;
	left:11px;
	font:10px Arial, Helvetica, sans-serif;
	color:#666;
	width:117px;
	height:14px;
	padding:2px;
	border:none;
	background:none;
}
form#recherche input.btn{
	position:absolute;
	top:34px;
	left:135px;
	width:20px;
	height:19px;
}
/***************** CATALOGUE */
#menuLeft li a{
	text-decoration:none;
	font:bold 11px/11px Arial, Helvetica, sans-serif;
	color:#000;
	display:block;
	width:132px;
	margin:0 0 0 10px;
	padding:5px 0 4px 13px;
}
#menuLeft li a:hover,
#menuLeft li a.rubrique_active{
	color:#669933;
}
/***************** SOUS MENU */
#menuLeft li ul{
	list-style:none;
	background:#eaeaea;
	border-bottom:1px solid #d9d9d9;
}
#menuLeft li ul li a{
	background:none;
	border:none;
	text-decoration:none;
	font:11px/11px Arial, Helvetica, sans-serif;
	color:#999;
	display:block;
	padding:2px 5px 2px 13px;
	width:114px;
}
#menuLeft li ul li a:hover{
	text-decoration:underline;
	color:#000;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:800px;
	background:url(../images/bg-contenu.gif) top left no-repeat;
}
#contenu {
	float:left;
	width:780px;
	padding:20px 0 10px 10px;
}
#contenu-gauche{
	float:left;
	width:600px;
	margin:0;
	margin:0 10px 0 0;
}
#contenu-droite{
	float:left;
	width:170px;
	margin:0;
	overflow:hidden;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
	clear:both;
}
#clearFooter{
	height:50px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
	position:relative;
	clear:both;
	width:990px;
	height:50px;
	margin:-50px auto 0;
	background:url(../images/bg-footer.gif) top left no-repeat;
}
#idep{
	position:absolute;
	left:15px;
	top:15px;
	width:160px;
	height:25px;
}
#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:#99FF00;
}
/******************* STYLE FOOTER *****************/
#footer p{
	font:9px/40px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	padding:10px 0 0;
}
#footer a:link, #footer a:visited{
	text-decoration:none;
	color:#fff;
}
#footer a:hover, #footer a:active{
	text-decoration:underline;
	color:#99FF00;
}

