/* MENU HAUT DEROULANT */
.top_menu ul {
	display: block;
	list-style-type: none;
	vertical-align: middle;
	float: left;
	
	
	z-index:0;
	width: auto;
	_width: 1%;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	border: 0;
	}
	
.top_menu li {}	

.top_menu a {
	z-index:0;
	display: block;
	padding: 6px 10px;
	font-size: 1.1em;
	color: yellow;
	text-align: left;
	font-weight: bold;
	background: #000;
	border: 1px solid yellow;
	}
	.top_menu a:hover { background: yellow; color: #000; }

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

	padding:0px;
	}

.top_menu ul li ul {
	display:block;
	
	visibility:hidden;
	height:auto;
	
	width: 270px;
	
	position:absolute;
	z-index:100;
	top: 100%;
	left: 0;
	border: 0;
	}

.top_menu ul li ul li a {
	display: block;
	width: 270px;
	padding: 5px 10px;
	font-size: 1em;
	font-weight: normal;
	}	

.top_menu ul li ul li ul {
	display: none;
	}

/* --- MENU CONTEXTUEL HORIZONTAL --- */
#menu_contextuel_horizontal {
	_width: 273px;
	clear: both;
	}
	
	#menu_contextuel_horizontal a { border-bottom: 1px solid yellow; color: yellow; }
		#menu_contextuel_horizontal a:hover { border-bottom: 1px solid yellow; color: #000; background: yellow; }

.rubrique-no { display: none; }

.rubrique-act a {
	text-align: left;
	display: block;
	padding: 4px 10px 4px 20px;
	text-decoration: none;
	}

.rubrique-no a { display: none; }

.rubrique-act a { color: #fff; font-weight: bold; }
	.rubrique-act a:hover { background: yellow; color: #000; }	

	/* sousrubriques */
	.sousrubriques {}
		
	.sousrub-no a {
		text-decoration: none;
		font-weight: normal;
		padding-left: 30px;
		}
		.sousrub-no a:hover {}	
			
	.sousrub-act a {
		text-decoration: none;
		font-weight: bold;
		padding-left: 30px;
		} 
		.sousrub-act a:hover {}		
	

		/* sousousrubriques */
			.soussousrub-no, .soussousrub-act { }
			
			.soussousrub-no a, .soussousrub-act a {
				display: block;
				text-decoration: none;
				font-size: 0.9em;
								
				padding: 3px 10px 3px 40px;
				border: 0;
				}
			
/* --- menu contextuel horizontal --- */

/* --- GAUCHE --- */
#menu_gauche1 {
	clear: both;
	display: block;
	padding: 10px 10px 10px 0;
	width: 265px;
	_width: 253px;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
	}
	
#menu_gauche1 .rubrique_mere {display: none;}	
	
#menu_gauche1 a {
	font-size: 1.1em;
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 3px 16px 3px 10px;
	border-bottom: 1px solid yellow;
	color: yellow;
	}
	#menu_gauche1 a:hover { color: #000; background: yellow; }

#menu_gauche2 {
	clear: both;
	display: block;
	width: 134px;
	_width: 124px;
	text-align: left;
	float: left;
	border-right: 1px solid yellow;
	padding: 0 10px;
	}
	
#menu_gauche2 .rubrique_mere {
	font-family: Trebuchet MS;
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 6px;
	}	
	
#menu_gauche2 a {
	display: block;
	padding: 5px 10px 5px 0;
	color: yellow;
	}
	#menu_gauche2 a:hover {background: yellow;color: #000; }	
