/***************** BODY *****************/
* {
	/*---on passe toutes les marges à 0---*/
	margin:0;
	padding:0;
}
body,html{
	height:100%;
}
body{
	background:#90855e url(../images/bg-body.gif) left top repeat-x;
}
/***************** CONTAINER *****************/
#container{
	position:relative;
	min-height:100%;
	width:990px;
	margin:0 auto;
	background-image:url(../../charte/images/bg-container.gif);
}
/***************** HEADER *****************/
#header{
	width:990px;
	height:225px;
	overflow:hidden;
}
/***************** FLASH */
#headerFlash{
	float:left;
	width:805px;
	height:225px;
	/*obligatoire si il y a un flash (firefox)*/
	display:block;
	outline:0;
}

/***************** MENU TOP *****************/
#menuTop{
	position:relative;
	z-index:5;
	width:475px;
	height:30px;
	padding:0 0 0 515px;
	background:url(../../charte/images/bg-menuTop.jpg) 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:80px;}
#menuTop li.bt2{width:115px;}
#menuTop li.bt3{width:135px;}
#menuTop li.bt4{width:120px;}

#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);}


/***************** MENU LEFT *****************/
#menuLeft{
	float:left;
	width:175px;
	padding:0;
	list-style:none;
	background:url(../images/bg-menu-catalogue.gif) left top no-repeat;
}
/***************** RECHERCHE */
form#recherche{
	position:relative;
	height:63px;
	background:url(../../charte/images/bg-recherche.gif) right top no-repeat;	
}
form#recherche input.case{
	position:absolute;
	top:25px;
	left:14px;
	font:10px Arial, Helvetica, sans-serif;
	color:#666;
	width:117px;
	height:14px;
	padding:2px 2px 2px 17px;
	border:none;
	background:none;
}
form#recherche input.btn{
	position:absolute;
	top:25px;
	left:152px;
	width:20px;
	height:19px;
}
/***************** CATALOGUE */
#menuLeft li a{
	text-decoration:none;
	background:url(../../charte/images/bt-catalogue.gif) right top no-repeat;
	font:bold 11px/11px Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	width:132px;
	margin:0;
	padding:5px 0 4px 43px;
}
#menuLeft li a:hover,
#menuLeft li a.rubrique_active{
	color:#e3581c;
}
/***************** SOUS MENU */
#menuLeft li ul{
	list-style:none;
	background:url(../../charte/images/bt-off-catalogue.gif) right top no-repeat;
}
#menuLeft li ul li a{
	background:none;
	border:none;
	text-decoration:none;
	font:11px/11px Arial, Helvetica, sans-serif;
	color:#4e3d30;
	display:block;
	padding:2px 5px 2px 40px;
	width:114px;
}
#menuLeft li ul li a:hover{
	text-decoration:none;
	color:#f60;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:815px;
	background:url(../images/bg-contenu.jpg) center top 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(../../charte/images/bg-footer.jpg) left top 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:#635b47;
	margin:7px 0 0;
}
#footer #idep a.idep.optea{
	margin:0;
}
#footer #idep a:hover.idep{
	text-decoration:none;
	color:#e3581c;
}
/******************* 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:#635b47;
}


