#menu_haut {
	height:31px;
	width:764px;
	padding:0;
	margin:0;
	float:left;
	}
#menu_ {
	height: 31px;
	width: 764px;
	}
	
#menu_hautie_mac div.popup_t_menu ul {
	width: 170px;
	text-align: center;
	font-size: 0.8em;
	} 

#menu_hautie_mac div.popup_t_menu ul li {
	font-size: 1.2em;
	text-align: left;
	}

div.popup_t_menu {
	float: left;
	margin:0px;
	padding:0px;
	}
	
div.popup_t_menu ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
	float: left;
	}


	
div.popup_t_menu ul li {
	margin:0px;
	padding:0px;
	position: relative;
	display:block;
	float: left;
	}
	
div.popup_t_menu ul li a { display:block; margin:0px; color:#FFF; padding:6px 20px 7px 20px; font-weight:bold; font-size:1.3em; }

div.popup_t_menu ul li ul { /* boîte de sous rubrique / sous menu */
	list-style-type: none;
	position:absolute;
	width:180px;
	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 { display:none;	} /* sous-sous menus */

div.popup_t_menu ul li ul li a { 
	vertical-align:middle; 
	margin:0px;
	width:165px;
	_width:180px;
	display:block; 
	color:#FFF;
	text-decoration:none; 
	padding:5px 3px 5px 12px;
	font-weight:normal;
	font-size:1em;
	}
div.popup_t_menu ul li ul li a:hover { /* background:#FBC972; */ padding:5px 3px 5px 12px; }

#menu_3_root li a:hover { background:#91C2FC; }
#menu_3_root li ul li a { background:#91C2FC; }
#menu_3_root li ul li a:hover { background:#A7CDFB; }

#menu_4_root li a:hover { background:#FDA702; }
#menu_4_root li ul li a { background:#FDA702; }
#menu_4_root li ul li a:hover { background:#FCB836; }

#menu_5_root li a:hover { background:#99CC33; }
#menu_5_root li ul li a { background:#99CC33; }
#menu_5_root li ul li a:hover { background:#ACD953; }

#menu_6_root li a:hover { background:#91C2FC; }
#menu_6_root li ul li a { background:#91C2FC; }
#menu_6_root li ul li a:hover { background:#A7CDFB; }



/* ---- MENU GAUCHE ---- */
#menu_gauche {
	width:149px;
	background:url("images/menu_gauche.gif") top left no-repeat;
	margin:0;
	padding:35px 0px 10px 0px;
	}
	#menu_gauche a {
		display:block;
		padding:2px 10px 2px 15px;
		color:#213D66;
		text-decoration:none;
		}
		#menu_gauche a:hover {
			background:#91C2FC;
			}

/* --- DROITE --- */
.rubrique-no a { 
	display:block;
	width:190px;
	padding: 6px 10px 6px 9px;
	color:#FFF;
	}
.rubrique-no a:hover {
	background:#6699FF;
	}

.rubrique-act {
	width: 209px;
	text-align: left;		
	}
.rubrique-act a {
	display: block;
	width:172px;
	padding: 6px 15px 6px 22px;
	color: #fff;
	text-decoration: none;
	background: #69F url("images/rubrique_act.gif") no-repeat 5px 10px;
	}

		/* sous-rubriques */
		.sousrub-no, .sousrub-act {
			padding: 0px;
			margin: 0px;
			width:207px;
			border-left:1px solid #69F;
			border-right:1px solid #69F;
			}
		.sousrub-no a {
			display: block;
			width:171px;
			padding: 2px 10px 2px 26px;
			color: #69F;
			text-decoration: none;
			background: #fff;
			}
			.sousrub-no a:hover {
				background: #DCECFB;
				}
		.sousrub-act a {
			display: block;
			width:171px;
			padding: 2px 10px 2px 26px;
			color: #69F;
			text-decoration: none;
			background: #DCECFB;
			}

				/* sous-sous-rubriques */
				.soussousrub-no, .soussousrub-act {
					padding: 0px;
					margin: 0px;
					width:207px;
					border-left:1px solid #69F;
					border-right:1px solid #69F;
					}
					.soussousrub-no a {
						display: block;
						width:151px;
						padding: 2px 10px 2px 46px;
						color: #2A5BA3;
						text-decoration: none;
						background: #fff;
						}
						.soussousrub-no a:hover {
							background: #DCECFB;
							}
					.soussousrub-act a {
						display: block;
						width:151px;
						padding: 2px 10px 2px 46px;
						color: #2A5BA3;
						text-decoration: none;
						background: #ECF3F9;
						}