/* -------------- MENUS -------------- */
#menu-haut {
	background: yellow;
	margin: 0px 0 0 340px;
}
#menu-haut a {color: white;}
#menu-haut a:hover {text-decoration: underline;}
#menu-haut ul.groupe {
	display: block;
	float: left;
	width: 149px;
	height: 101px;
	background: #525151 url(images/degrad.jpg) repeat-x 0 0;
	margin-right: 1px;
}

#menu-haut ul.groupe ul {
	display: block;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
}
#menu-haut li.rubrique {
	display: block;
	margin: 30px 0 0 18px;
	padding: 0px 0 0 12px;
	background: url(images/menu_haut_puce.png) no-repeat 0 7px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
}
#menu-haut ul.progs li.rubrique {
	margin: 14px 0 0 18px;
	background: url(images/menu_haut_puce_progs.png) no-repeat 0 0px;
}
#menu-haut #menu-haut ul.progs li.ss-rubrique li a {color: black;}
#menu-haut li.actif {
	background: url(images/menu_haut_puce.png) no-repeat 0 -18px;
}
#menu-haut li.ss-rubrique {
	font-size: 0em;
}
#menu-haut li.ss-rubrique li {
	margin: 0 0 0 30px;
	padding: 0 0 0 0px;
	color: white;
	font-size: 11px;
}


