/* MENU HAUT MULTINIVEAUX */
#menuhaut ul { display:inline; list-style-type: none; float:left; }
#menuhaut ul li { display:block; position:relative; float:left; }
#menuhaut ul li a { display:block; float:left; height:27px; border-right:1px solid #FFF; }
#menuhaut ul li a span { display:none; }

#menu_24_root li a { width:162px; background:url("images/vosdemarches.gif") no-repeat; }
	#menu_24_root li a:hover { background:url("images/vosdemarcheso.gif") no-repeat; }
#menu_25_root li a { width:168px; background:url("images/bienvenue.gif") no-repeat; }
	#menu_25_root li a:hover { background:url("images/bienvenueo.gif") no-repeat; }
#menu_26_root li a { width:128px; background:url("images/viepratique.gif") no-repeat; }
	#menu_26_root li a:hover { background:url("images/viepratiqueo.gif") no-repeat; }
#menu_27_root li a { width:148px; background:url("images/viemunicipale.gif") no-repeat; }
	#menu_27_root li a:hover { background:url("images/viemunicipaleo.gif") no-repeat; }
#menu_28_root li a { width:148px; background:url("images/culture.gif") no-repeat; }
	#menu_28_root li a:hover { background:url("images/cultureo.gif") no-repeat; }

#menuhaut ul li ul { display:block; visibility:hidden; width:160px; height:auto; position:absolute; z-index:100; top:101%; left:0px; padding:0 0 1px 0; }
#menuhaut ul li ul li { display:block; width:160px; text-align:left; border:0; margin:0; /*height:auto;*/ }
#menuhaut ul li ul li a { display:block; text-align:left; padding:3px 6px 3px 20px; margin:0; width:134px; height:1%; color:#2263A2; font-weight:normal; background:none; border:0; border-bottom:1px solid #FFF; font-size:1em; }
#menuhaut ul li ul li a:hover { color:#FFF; }
#menuhaut ul li ul li ul { display: none; }


ul#menu_24 { background:#F4CCCD; }
ul#menu_24 li a:hover { background:#D43238; }
ul#menu_25 { background:#CFEFDF; }
ul#menu_25 li a:hover { background:#29B56D; }
ul#menu_26 { background:#CAF2FA; }
ul#menu_26 li a:hover { background:#40D1F0; }
ul#menu_27 { background:#FCD8AE; }
ul#menu_27 li a:hover { background:#F7931E; }
ul#menu_28 { background:#F9E7B5; }
ul#menu_28 li a:hover { background:#FFCC33; }


/* MENUS GAUCHE */
#menu_gauche1 .rubrique_mere { height:25px; background:url("images/enunclic.gif") no-repeat; }
#menu_gauche1 .rubrique_mere span { display:none; }
#menu_gauche1 a { display:block; color:#000; padding:3px 5px 3px 39px; background:url("images/menugauche1a.gif") no-repeat 11px 1px; }
	#menu_gauche1 a:hover { color:#F7931E; }

#menu_gauche2 .rubrique_mere { height:25px; background:url("images/pratique.gif") no-repeat; }
#menu_gauche2 .rubrique_mere span { display:none; }
#menu_gauche2 a { display:block; color:#457DB2; padding:3px 5px 3px 39px; }
	#menu_gauche2 a:hover { color:#000; }
#menu_gauche2 a.a0 { background:url("images/mg2a0.gif") no-repeat 11px 1px; }
#menu_gauche2 a.a1 { background:url("images/mg2a1.gif") no-repeat 11px 1px; }
#menu_gauche2 a.a2 { background:url("images/mg2a3.gif") no-repeat 11px 1px; }
#menu_gauche2 a.a3 { background:url("images/mg2a4.gif") no-repeat 11px 1px; }
#menu_gauche2 a.a4 { background:url("images/mg2a5.gif") no-repeat 11px 1px; }
#menu_gauche2 a.a5 { background:url("images/mg2a6.gif") no-repeat 11px 1px; }
#menu_gauche2 a.a6 { background:url("images/mg2a7.gif") no-repeat 11px 1px; }

#menu_gauche2 a.a10 { background:url("images/mg2a10.gif") no-repeat 11px 1px; }
#menu_gauche2 a.a11 { background:url("images/mg2a11.gif") no-repeat 11px 1px; }


/* MENU CONTEXTUEL DROITE */
#contextueldroite a { display:block; }

#contextueldroite .rubrique-no a { padding-top:5px; height:23px; color:#FFF; text-align:center; background:url("images/rubriquenoa.gif") no-repeat; margin-bottom:1px; font-weight:bold; }
#contextueldroite .rubrique-act a { padding-top:5px; height:25px; color:#FFF; text-align:center; background:url("images/rubriqueacta.gif") no-repeat; margin-bottom:1px; font-weight:bold; }

	/* sousrubriques */
	#contextueldroite .sousrubriques { }
	#contextueldroite .sousrubriques a { height:auto; padding:2px 10px; margin:0; text-align:left; color:#2263A2; border-bottom:1px solid #FFF;
										 text-decoration:none; font-weight:normal; }
	
	#contextueldroite .sousrub-no, #contextueldroite .sousrub-act { }
	#contextueldroite .sousrub-no a { }
		#contextueldroite .sousrub-no a:hover { background:#0E70BF; color:#FFF; }
	#contextueldroite .sousrub-act a { font-weight:bold; }
		#contextueldroite .sousrub-act a:hover { cursor:default; }

		/* sousousrubriques */
		#contextueldroite .soussousrub-no a, #contextueldroite .soussousrub-act a { font-size:0.8em; padding-left:30px; }

		#contextueldroite .soussousrub-no a {	font-weight:normal; cursor:pointer; }
			#contextueldroite .soussousrub-no a:hover { background:#7DBDFB; cursor:pointer;}
		#contextueldroite .soussousrub-act a { font-weight: bold; }
			#contextueldroite .soussousrub-act a:hover { cursor:default; }
