/* --- GAUCHE 1 --- */
#menu_gauche0 {
	margin:0px;
	padding:0px;
	width:200px;
	}
	a.habiter {
		display:block;
		width:200px;
		height:32px;
		padding-bottom:20px;
		background:url("images/habiter.gif") no-repeat;
		}
		a.habiter:hover {background:url("images/habitero.gif") no-repeat; }
	a.decouvrir {
		display:block;
		width:200px;
		height:35px;
		padding-bottom:10px;
		background:url("images/decouvrir.gif") no-repeat top left;
		}
		a.decouvrir:hover {background:url("images/decouvriro.gif") no-repeat top left; }
	a.citoyen {
		display:block;
		width:200px;
		height:87px;
		padding:0;
		background:url("images/citoyen.gif") no-repeat;
		}
		a.citoyen:hover { background:url("images/citoyeno.gif") no-repeat; }

#menu_gauche1 {
	margin: 20px 0px 30px 0px;
	}

#menu_gauche1 a {
	display: block;	
	padding: 5px 0px 5px 30px;
	color: #FF0;
	background: url("images/pucemenugauche.gif") no-repeat 10px 8px;
	}
	#menu_gauche1 a:hover { color:#000; background: #FF0 url("images/pucemenugaucheo.gif") no-repeat 10px 8px; }

#acrobat {
	width:180px;
	margin:30px 10px 10px 10px;
	}

/* --- HAUT --- */
#menu_haut {
	height:42px;
	width:764px;
	padding:0px;
	margin:0px;
	float:left;
	/* background:url("images/menu_haut.gif") repeat-x; */
	}
#menu_ {
	height: 42px;
	width: 764px;
	}

/* -- menus popup haut -- */
div.popup_t_menu {
	float: left;
	margin:0px;
	padding:0px;
	}
div.popup_t_menu ul {
	list-style-type: none;
	height: 20px;
	margin:0px;
	padding:0px;
	float: left;
	}
div.popup_t_menu ul li {
	margin:0px;
	padding:0px;
	position: relative;
	height:20px;
	display:block;
	float: left;
	}
div.popup_t_menu ul li a { display:block; margin:0px; color:#FF0; font-weight:bold; padding:11px 8px 13px 8px; }
div.popup_t_menu ul li a:hover { color:#000; background:#FF0; border:1px solid #FFF; border-top:none; padding:11px 7px 12px 7px;}

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;
	background:#F9B135;
	}
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:#FF0; 
	text-decoration:none; 
	padding:5px 3px 5px 12px;
	border:none;
	border-bottom:1px solid white;
	font-weight:normal;
	}
div.popup_t_menu ul li ul li a:hover { background:#FF0; color:#000; padding:5px 3px 5px 12px; border:none; border-bottom:1px solid white;}

#menu_9_root li ul { right:0px; }

/* --- DROITE --- */
.rubrique-no a {
	height:0;
	display:none;
	}

.rubrique-act {
	width: 245px;
	text-align: left;		
	}
.rubrique-act a {
	display: block;
	width:208px;
	padding: 6px 15px 6px 22px;
	margin:0;
	color: #FF0;
	text-decoration: none;
	background: /* #5379C4*/  url("images/rubrique_act.gif") no-repeat 5px 10px;
	}

		/* sous-rubriques */
		.sousrub-no, .sousrub-act {
			padding:0;
			margin:0;
			width:243px;
			border-left:1px solid #CDE4F9;
			border-right:1px solid #CDE4F9;
			}
		.sousrub-no a {
			display: block;
			width:207px;
			padding: 2px 10px 2px 26px;
			color: #FF0;
			text-decoration: none;
			/* background: #fff; */
			margin:0;
			}
			.sousrub-no a:hover {
				color:#000; background: #FF0;
				}
		.sousrub-act a {
			display: block;
			width:207px;
			padding: 2px 10px 2px 26px;
			color: #FF0;
			text-decoration: none;
			background: #666;
			}

				/* sous-sous-rubriques */
				.soussousrub-no, .soussousrub-act {
					margin:0;
					padding:0;
					width:243px;
					border-left:1px solid #CDE4F9;
					border-right:1px solid #CDE4F9;
					background:#FFF;
					color:#496168;
					}
					.soussousrub-no a {
					display:block;
					color:#FF0;
					width:197px;
					padding: 2px 10px 2px 36px;
					}
					.soussousrub-act a {
					display:block;
					color:#008ACB;
					width:197px;
					padding: 2px 10px 2px 36px;
					}
					.soussousrub-no a:hover {
					color:#000; background: #FF0;
					}