/* --- GAUCHE 1 --- */
#menu_gauche1 {
	margin: 0px 30px 0px 20px;
	}

#menu_gauche1 a {
	font-size: 0.9em;
	display: block;
	_width: 100%;	
	padding: 7px 0px 7px 0px;
	font-weight: bold;
	color: #688386;
	border-bottom: 1px solid #688386;
	}
	#menu_gauche1 a:hover { color: #6A387D; }

/* --- menubox_multiniveaux.php --- */
#menu_haut {
	display: block;
	_overflow: hidden;
	margin-left: 20px;
	}

#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%;
	}

div.popup_t_menu a {
	display:block;
	padding: 0px 14px 0px 0px;
	text-decoration:none;
	font-size: 0.9em;
	font-weight: bold;
	
	text-transform: uppercase;
	_white-space: nowrap;
	color:#688386;
	}
	div.popup_t_menu a:hover {
		color:#6A387D;
		}

div.popup_t_menu ul ul {
	display:block;
	background:#fff;
	}


div.popup_t_menu ul ul a {
	_white-space: normal;
	clear: both;
	text-transform: none;
	padding: 4px 10px 2px 10px;
	display:block;
	width:154px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color:#6A387D;
	border-bottom: 1px solid #6A387D;
	}
	div.popup_t_menu ul ul a:hover {
		background:#6A387D;
		color:#fff;
		}	

/* -- RUBRIQUES -- */ 
#menu_3_root {
	padding-left: 12px;
	width: 110px;
	_width: 90px;
	background: url("images/menu_haut_puce.png") no-repeat;
	}
#menu_4_root {
	padding-left: 12px;
	width: 110px;
	_width: 90px;
	background: url("images/menu_haut_puce.png") no-repeat;
	}
#menu_5_root {
	padding-left: 12px;
	width: 100px;
	_width: 90px;
	background: url("images/menu_haut_puce.png") no-repeat;
	}
#menu_6_root {
	padding-left: 12px;
	width: 150px;
	_width: 90px;
	background: url("images/menu_haut_puce.png") no-repeat;
	}
#menu_7_root {
	padding-left: 12px;
	width: 140px;
	_width: 90px;
	background: url("images/menu_haut_puce.png") no-repeat;
	}
#menu_8_root {
	padding-left: 12px;
	width: 90px;
	_width: 90px;
	background: url("images/menu_haut_puce.png") no-repeat;
	}