/* MENU HAUT DEROULANT */
.top_menu ul {
	display: inline;
	list-style-type: none;
	vertical-align:middle;
	float: left;
	z-index:0;
	width: auto !important;
	width: 1%;
	white-space: nowrap;
	background: #000;
	margin: 0px; padding: 0px;
	border: 1px solid #fff;
	}

.top_menu a {
	z-index:0;
	padding: 4px 10px;
	font-size: 1.1em;
	color: #fff;
	}
	.top_menu a:hover { color: #FF9933; }

.top_menu ul li {
	list-style-type: none;
	position: relative;
	height: 100%;
	vertical-align:middle;
	z-index:10;
	margin:0px; padding:0px;
	}

.top_menu ul li ul {
	display:block;
	
	visibility:hidden;
	height:auto;
	
	width: 170px;
	
	position:absolute;
	z-index:100;
	top: 102%;
	left: 0px;
	
	background: #F4F4F4;
	border: 1px solid #FF9933;
	border-top: 0px;
	}

.top_menu ul li ul li a {
	display: block;
	width: auto !important;
	width: 100%;
	padding: 3px 5px;
	font-size: 1em;
	color: #000;
	}
	.top_menu ul li ul li a:hover { background: #ff9933; color: #fff; }	

.top_menu ul li ul li ul {
	display: none;
	}

/* --- MENU CONTEXTUEL VERTICAL --- */
#menu_contextuel { padding: 20px 17px; }

#menu_contextuel dt, dl { margin: 0px; }	

.rubrique-no a, .rubrique-act a {
	display: block;
	padding:3px 0;
	text-decoration: none;
	}

.rubrique-no a { color: #fff; font-weight: bold; font-size: 1.2em;	}
	.rubrique-no a:hover { color: #5A9CEA; }

.rubrique-act a { color: #fff; font-weight: bold; font-size: 1.2em; }
	.rubrique-act a:hover { color: #5A9CEA; }	

		/* sousrubriques */
		.sousrub-no, .sousrub-act { }
		
		.sousrub-no a, .sousrub-act a {
			display: block;
			padding: 3px 10px 3px 15px;
			text-decoration: none;
			font-size: 1em;
			font-weight: normal;		
			} 
		
		.sousrub-no a {
			line-height: 11px; 
			color: #000;
			background: url("images/gauche1_puce.gif") no-repeat 7px 6px;
			}
			.sousrub-no a:hover { color: #fff; }

		.sousrub-act a { line-height: 11px; color: #fff; font-weight: bold; background: url("images/gauche1_puce.gif") no-repeat 7px 6px; }
			
		/* soussousrubriques */
		.soussousrub-no, .soussousrub-act { }
		
		.soussousrub-no a, .soussousrub-act a {
			display: block;
			padding: 3px 10px 3px 30px;
			text-decoration: none;
			font-size: 1em;
			font-weight: normal;		
			} 
		
		.soussousrub-no a {
			line-height: 11px; 
			color: #000;
			background: url("images/gauche1_puce.gif") no-repeat 7px 6px;
			}
			.soussousrub-no a:hover { color: #fff; }

		.soussousrub-act a { line-height: 11px; color: #fff; font-weight: bold; background: url("images/gauche1_puce.gif") no-repeat 7px 6px; }
/* --- menu contextuel vertical --- */

/* --- GAUCHE --- */
#menu_gauche2_haut {
	background: url("images/menu_gauche2_haut.gif") no-repeat;
	height: 30px;
	}

#menu_gauche2 {
	display: block;
	background: #5A9CEA;
	padding: 0 17px;
	width:132px;
	}
	
#menu_gauche2 .rubrique_mere {
	display: none;
	}	
	
#menu_gauche2 a {
	font-size: 1.1em;
	display: block;
	color: #000;
	padding-bottom: 6px;
	}
	#menu_gauche2 a:hover { color: #13519E; }
	
#menu_gauche2_bas {
	background: url("images/menu_gauche2_bas.gif") no-repeat;
	height: 15px;
	}	