@charset "utf-8";

*{padding:0; margin:0;}
*{font-family: "Nimbus Sans L", Arial, "Liberation Sans", FreeSans, sans-serif;}
.menu {
	white-space:nowrap /*IE hack*/;
	float:left;
	width:549px;
	border:none;
	background-color: #e1e1e1;
	background-repeat: no-repeat; /* pour eviter sa repetition */
	color:#5b5b5b;
	font-size:18px;
}
.menu ul {
	/* padding:0; margin:0; */
	list-style-type:none;
}
.menu ul li {
	float:left;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/;
	padding : 0 0em; /* Espacement entre les rubriques*/
	margin:0 0em;
	min-width: 80px;
}
.menu ul li a {
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	display:block;
	height:38px;
	line-height:3.1em;
	padding:0 10px 0 10px;
	text-decoration:none;
	color: #5b5b5b;
	font-size: 12px;
	font-weight:bold;
}
.menu ul li ul {
	display:none;
	border:none;

	background-repeat:repeat-y;
	height:500px;
	}

/*Non-IE6 hovering*/

.menu ul li:hover {
	position:relative;
	font-weight:bold;
	}
.menu ul li:hover a {
	background-color: #DE1A17;
	background-repeat: no-repeat;
	background-position:50%;
	text-decoration:none;
	color: #000000;
	} 

/*Color main cells hovering mode*/

.menu ul li:hover ul {
	display:block;
	width:130px;
	position:absolute;
	z-index:999;
	top:1.4em;
	left:0px;

	}
.menu ul li:hover ul li a {
	white-space:normal;
	display:block;
	text-align:left;
	width:11em;
	height:auto;
	line-height:1.3em;
	margin-left:18px; /**/
	padding:4px 16px 4px 16px;
	border-bottom: solid 1px rgb(255,255,255);
	background-color:#de1c18;
	font-weight:normal;
	color:#FFFFFF;
	}
.menu ul li:hover ul li a:hover {
	text-decoration:none;
	color:#000000;
	font-weight: bolder;
	}
	
div#enfonce a {
	position:relative;
	font-weight:bold;
	background-color: #666666;
	background-repeat: no-repeat;
	background-position:50%;
	text-decoration:none;
	color: #FFFFFF;
	}

div#enfonce a:hover {
	background-color: #DE1A17;
	background-repeat: no-repeat;
	background-position:50%;
	text-decoration:none;
	color: #000000;
	} 
	
div.finmenu {
	width:165px;
	height:24px;
	margin-left:18px;
	float:left;
	background-image:url(../images/bas-menu.png);
	}