/* --- menubox_multiniveaux.php --- */
#menu_haut {
	display: block;
	width: 650px;
	height: 29px;
	margin-left: 281px;
	_overflow: hidden;
	}

#menu_ { }

div.popup_t_menu {
	float: left;
	margin: 0px;
	padding: 0px;
	z-index:99;
}

div.popup_t_menu ul {
	display: block;
	height: 29px;
	list-style-type: none;
	vertical-align:top;
	margin:0px;
	float: left;
	padding:0px;
	text-decoration :none;
	}

div.popup_t_menu ul li {
	margin:0px;
	padding:0px;
	position: relative;
	z-index: 100;
	}

div.popup_t_menu ul li ul {
	list-style-type: none;
	position:absolute;
	width:174px;
	height:auto;
	visibility:hidden;
	}

div.popup_t_menu ul li ul li {
	width:100%;
	height:auto;
	}

div.popup_t_menu ul li ul li ul {
	top:0px;
	left:100.1%;
	display:none;
	}

div.popup_t_menu a {
	margin:0px;
	display:block;
	padding: 6px 10px 6px 10px;
	color:#fff;
	text-align: center;
	text-decoration:none;
	font-size:1.2em;
	font-weight: bold;
	}
	div.popup_t_menu a:hover {
		color:#4D5660;
		background:#FEF8E6;
		}

div.popup_t_menu ul ul {
	display:block;
	background:#FEF8E6;
	border: 1px solid #4D5660;
	}


div.popup_t_menu ul ul a {
	padding: 4px 10px 4px 10px;
	display:block;
	width:154px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color:#4D5660;
	}
	div.popup_t_menu ul ul a:hover {
		background:#4D5660;
		color:#FEF8E6;
		}	

/* -- RUBRIQUES -- */
#menu_3_root { width: 96px; }
#menu_4_root {	width: 123px; }
#menu_5_root {	width: 84px; }
#menu_6_root {	width: 150px; }


/* --- CONTEXTUEL 1 --- */
.rubrique-no a { display: none; }

.rubrique-act {
	width: 161px;
	text-align: left;		
	}


.rubrique-act a {
	display: block;
	padding: 4px 10px 4px 10px;
	line-height: 12pt;
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
	background: url("images/context_titre_bgd.png") no-repeat -1px 0px;
	_background: url("images/context_titre_bgd.png") no-repeat 0px 0px;
	}

		/* sousrubriques */
		.sousrub-no, .sousrub-act {
			padding-left : 0px;
			margin-left : 0px;
		}
		
		.sousrub-no a {
			display: block;
			padding: 2px 10px 2px 26px;		
			line-height: normal;
			color: #4B4841;
			text-decoration: none;
			background: #fff url("images/context1_puce.png") no-repeat 15px 7px;
			}
			.sousrub-no a:hover {
				background: #DCECFB url("images/context1_puce.png") no-repeat 15px 7px;
				}
				
		a.sub3:hover { background: #F3F3E7 url("images/context1_puce.png") no-repeat 15px 7px; }
		a.sub4:hover { background: #E7F2AD url("images/context1_puce.png") no-repeat 15px 7px; }
		a.sub5:hover { background: #F0C1EF url("images/context1_puce.png") no-repeat 15px 7px; }
		a.sub6:hover { background: #F6E7B0 url("images/context1_puce.png") no-repeat 15px 7px; }
		a.sub7:hover { background: #FBD4AB url("images/context1_puce.png") no-repeat 15px 7px; }
		a.sub8:hover { background: #279954 url("images/context1_puce.png") no-repeat 15px 7px; }
		a.sub9:hover { background: #DBECF6 url("images/context1_puce.png") no-repeat 15px 7px; }
		
			
		
		.sousrub-act a {
			display: block;
			padding: 2px 10px 2px 26px;		
			line-height: normal;
			color: #4B4841;
			text-decoration: none;
			background: #F3F3E7 url("images/context1_puce.png") no-repeat 15px 7px;
			font-weight: bold;
		}


			/* sousousrubriques */
			.soussousrub-no, .soussousrub-act {
			margin-left: 2px;
			}

			.soussousrub-no a {
				display: block;
				padding: 2px 6px 2px 38px;		
				font-family: Arial;
				font-size: 0.9em;
				line-height: normal;
				font-weight: normal;
				color: #A60227;
				text-decoration: none;
				background: #fff;
			}
			.soussousrub-no a:hover { background: #F3F3E7; }

			.soussousrub-act a {
				display: block;
				padding: 2px 6px 2px 38px;				
				font-family: Arial;
				font-size: 0.9em;
				line-height: normal;
				font-weight: normal;
				color: #A60227;
				text-decoration: none;
				background: #F3F3E7;
				font-weight: bold;
			}

/* */


/* --- CONTEXTUEL 2 --- */
#menu_contextuel2 {
	margin-top: 20px;
	}


.rubrique-no2 a {
	display: block;
	margin-bottom: 1px;	
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 6px 2px 14px;
	color: #4B4642;
	text-decoration: none;
	background: #C3BE9E url("images/context_titre_bgd.png") no-repeat -1px 0px;
	_background: #C3BE9E url("images/context_titre_bgd.png") no-repeat 0px 0px;
	}
	.rubrique-no2 a:hover {
		color: #fff;
		background: #C3BE9E url("images/context_titre_bgd.png") no-repeat -1px 0px;
		_background: #C3BE9E url("images/context_titre_bgd.png") no-repeat 0px 0px;
		}	

.rubrique-act2 {
	width: 161px;
	background: url("images/context_titre_bgd.png") no-repeat -1px 0px;	
	_background: url("images/context_titre_bgd.png") no-repeat 0px 0px;	
	}


.rubrique-act2 a {
	display: block;
	margin-bottom: 1px;	
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 6px 2px 14px;
	color: #4B4642;
	text-decoration: none;
	background: #C3BE9E url("images/context_titre_bgd.png") no-repeat;
}

		/* sousrubriques */
		.sousrub-no2, .sousrub-act2 {
			padding-left : 0px;
			margin-left : 2px;
		}
		
		.sousrub-no2 a {
			display: block;
			padding: 2px 10px 2px 26px;		
			line-height: normal;
			color: #4B4841;
			text-decoration: none;
			background: #fff url("images/context1_puce.png") no-repeat 15px 7px;
			}
			.sousrub-no2 a:hover {
				background: #FCDDA4 url("images/context1_puce.png") no-repeat 15px 7px;
				}
			
		
		.sousrub-act2 a {
			display: block;
			padding: 2px 10px 2px 26px;		
			line-height: normal;
			color: #4B4841;
			text-decoration: none;
			background: #FCDDA4 url("images/context1_puce.png") no-repeat 15px 7px;
		}


				/* sousousrubriques */
				.soussousrub-no2, .soussousrub-act2 {
				margin-left: 2px;
				}
				
				
				.soussousrub-no2 a {
					display: block;
					padding-left : 38px;				
					font-family: Arial;
					font-size: 0.9em;
					line-height: normal;
					font-weight: normal;
					color: #A60227;
					text-decoration: none;
					background: #fff;
				}
				.soussousrub-no2 a:hover { background: #DCECFB; }
				
				.soussousrub-act2 a {
					display: block;
					padding-left : 38px;				
					font-family: Arial;
					font-size: 0.9em;
					line-height: normal;
					font-weight: normal;
					color: #fff;
					text-decoration: none;
					background: #D5CFAD;
				}
				
/* --- GAUCHE 1 --- */
#menu_gauche1 {

	}

#menu_gauche1 .rubrique_mere {
	display: none;
	}

#menu_gauche1 a {
	display: block;	
	padding: 4px 10px 5px 34px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: url("images/g1_puce.png") no-repeat 0px 0px;
	}
	#menu_gauche1 a:hover {
		color: #D23E3E;
		background: url("images/g1_puceo.png") no-repeat 0px 0px;
	 	}
	 	
/* --- GAUCHE 1 --- */
#menu_droite1 {
	margin-top: 37px;
	width: 200px;
	}
	
#menu_droite1 .rubrique_mere {
	display: none;
	}	

#menu_droite1 a {
	display: block;
	width: 100%;	
	padding: 4px 10px 10px 34px;
	color: #4D5660;
	background: url("images/d1_puce.png") no-repeat 0px 0px;
	}
	#menu_droite1 a:hover {
		color: #D23E3E;
		background: url("images/d1_puceo.png") no-repeat 0px 0px;
	 	}	 	