/***************** BODY *****************/
* {
	/*---on passe toutes les marges à 0---*/
	margin:0;
	padding:0;
}
body,html{
	height:100%;
}
body{
	background:#9f8f80 url(../images/bg-body.gif) top left repeat-x;
}
/***************** CONTAINER *****************/
#container{
	position:relative;
	min-height:100%;
	width:990px;
	margin:0 auto;
	background:url(../images/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header{
	width:990px;
	height:189px;
	overflow:hidden;
}
/***************** FLASH */
#headerFlash{
	float:left;
	width:990px;
	height:189px;
	/*obligatoire si il y a un flash (firefox)*/
	display:block;
	outline:0;
}

/***************** MENU TOP *****************/
#menuTop{
	position:relative;
	z-index:5;
	width:975px;
	padding-left:15px;
	height:30px;
	background:url(../images/bg-menuTop.gif) left top no-repeat;
	list-style:none;
}
#menuTop li{
	position:relative;
	float:left;
}
#menuTop a{
	text-decoration:none;
	display:block;
	height:30px;
	overflow:hidden;
	background:left top no-repeat;
}
#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:102px;}
#menuTop li.bt2{width:139px;}
#menuTop li.bt3{width:118px;}
#menuTop li.bt4{width:75px;}
#menuTop li.bt5{width:176px;}
#menuTop li.bt6{width:250px;}
#menuTop li.bt7{width:100px;}

#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);}
#menuTop li.bt6 a{background-image:url(../../charte/images/bt-06.jpg);}
#menuTop li.bt7 a{background-image:url(../../charte/images/bt-07.jpg);}
/***************** SOUS MENU */
#menuTop li ul{
	list-style:none;
	position:absolute;
	width:139px;
	top:-6000px;
	left:-14px;
	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:none;
	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 #666;
}
#container #menuTop li li a:hover{
	color:#ff012b;
}
/***************** MENU LEFT *****************/
#menuLeft{
	float:left;
	width:145px;
	padding:0 0 0 15px;
	list-style:none;
}
/***************** RECHERCHE */
form#recherche{
	position:relative;
	width:160px;
	height:63px;
	background:url(../../charte/images/bg-recherche.gif) left top 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;
	background:url(../images/bg-ssrub.gif) top left no-repeat;
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#000;
	display:block;
	text-transform:none;
	width:112px;
	height:43px;
	margin:0 0 0 7px;
	padding:10px 0 0 40px;
	letter-spacing:none;
}
#menuLeft li a:hover,
#menuLeft li a.rubrique_active{
	color:#FF0000;
}
/***************** SOUS MENU */
#menuLeft li ul{
	list-style:none;

}
#menuLeft li ul li a{
	background:none;
	border:none;
	text-decoration:none;
	font:11px/11px Arial, Helvetica, sans-serif;
	color:#999;
	display:block;
	height:12px;
	padding:12px 5px 2px 13px;
	width:114px;
}
#menuLeft li ul li a:hover{
	text-decoration:underline;
	color:#CC0000;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:800px;
}
#contenu {
	float:left;
	width:780px;
	padding:20px 0 10px 22px;
}
#contenu-gauche{
	float:left;
	width:600px;
	margin:0;
	margin:0 10px 0 0;
}
#contenu-droite{
	float:left;
	width:170px;
	margin:0;
	overflow:hidden;
}

a.encart-pro {
width:170px;
height:72px;
display:block;
background:url(../images/encart-pro.jpg) top left no-repeat;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
	clear:both;
}
#clearFooter{
	height:60px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
	position:relative;
	clear:both;
	width:990px;
	height:60px;
	margin:-60px auto 0;
	background:#9f8f80 url(../images/bg-footer.gif) top left no-repeat;
}
#idep{
	position:absolute;
	left:15px;
	top:20px;
	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:#333;
}
/******************* 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:#333;
}

