/* --- MULTINIVEAUX --- */
#menu_haut_haut {
	width: 988px;
	height: 2px;
	overflow: hidden;
	background: black;
}

#menu_haut_haut a:hover {
	color: black;
}


#menu_haut {
	background: black;
	}
 
#menu_haut_bas {
	width: 988px;
	height: 2px;
	overflow: hidden;
	background: black;
	}

/* TOP MENU */
.top_menu {
display: block;
width: 988px;
height: 20px;

margin: 0px;
padding: 0px;
}

.top_menu ul {
/**/list-style-type:none; margin:0px; padding:0px; vertical-align:middle; display: block; float: left; width: auto;z-index:0;
width: auto !important;
width:4em;
background: black;
}

.top_menu ul li{
list-style-type: none;
margin:0px;
padding:0px;
position: relative;
z-index:0;
vertical-align:middle;
height:100%;
}

.top_menu a {
	_position: relative;
	_top: 0px;

	margin-top: -2px !important;

	display:block;
	white-space: nowrap;
	width: auto;
	padding: 5px 20px 4px 20px;
	
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
	text-decoration:none;
	color: white;
	}
	.top_menu a:hover { color: black; }


	/* sous rubriques */
	.top_menu ul ul {
	position:absolute;

	display:block;
	width:156px !important;
	width:140px;
	z-index:10;
	visibility:hidden;
	height:auto;
	background: black;
	border: 2px solid yellow;
	}
	
	.top_menu ul ul li{
	z-index:10;
	width:100%;
	height:auto;
	}	
	
	.top_menu ul ul a {
		white-space: normal;
		font-family: Verdana;
		font-weight: normal;
		font-size: 1em;
		padding: 4px 8px 4px 8px;
		width:140px;
		border-bottom: 1px solid yellow;
		}

		/* sous sous rubriques */
		.top_menu ul ul ul {
		display: none;
		}
		
		.top_menu ul li ul li ul {
		top:0px;
		left:100.1%;
		z-index:10;
		}		




/* --- CONTEXTUEL --- */
#menu_contextuel { background: black; }

#menu_contextuel dt, dl {
	margin: 0px;
	}	

.rubrique-no a, .rubrique-act a {
	display: block;
	padding:4px 10px 4px 10px;
	text-decoration: none;
	border-top: 2px solid white;
	}

.rubrique-no a { display: none;	}

.rubrique-act a { font-weight: bold; }	

		/* sousrubriques */
		.sousrub-no, .sousrub-act { }
		
		.sousrub-no a, .sousrub-act a {
			display: block;
			padding: 3px 10px 3px 20px;
			text-decoration: none;		
			} 
		
		.sousrub-no a { border-bottom: 1px solid white; }

		.sousrub-act a { background: yellow; color: #000; font-weight: bold; border-bottom: 1px solid white; }

			/* sousousrubriques */
			.soussousrub-no, .soussousrub-act { }
			
			.soussousrub-no a, .soussousrub-act a {
				display: block;
				text-decoration: none;
				font-size: 0.9em;
								
				padding: 2px 10px 2px 30px;
				}
			
			.soussousrub-no a {	border-bottom: 1px solid white; }
				
			.soussousrub-act a { background: yellow; color: #000; font-weight: bold; border-bottom: 1px solid white; }			


/* --- GAUCHE --- */
#menu_gauche1_haut {
	display: block;
	width: 180px;
	height: 41px;
	background: url("images/menu_gauche1_haut.gif");
	}

#menu_gauche1 {
	display: block;
	width: 148px;
	background: black;
	padding: 0px 22px 0px 10px;
	}
	
#menu_gauche1 .rubrique_mere {
	display: none;
	}	
	
#menu_gauche1 a {
	display: block;
	width: 131px;
	
	padding-left: 17px;
	margin-bottom: 3px;
	background: url("images/menu_gauche1_puce.gif") no-repeat 4px 5px;
	}
	#menu_gauche1 a:hover { color: black; background: yellow; }
		
#menu_gauche1_bas {
	margin-top: -3px;
	display: block;
	width: 180px;
	height: 25px;
	background: url("images/menu_gauche1_bas.gif");
	}		