/* -------------- MENUS -------------- */

/*-----menu haut ------*/
#menu-haut {
	position: absolute;
	right: 40px;
	_left: 530px;
	top: 72px;
}
#menu-haut ul {
	display: block;
	margin-right: 1px;
}

#menu-haut li {
	display: block;
	margin: 0px 0 0 0px;
	padding: 0px 10px 0 10px;
	background: url(images/menu_haut_puce.png) no-repeat 0 7px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	border-right: 1px solid #7f7f7f;
	float: left;
}
#menu-haut a {color: #7f7f7f;}
#menu-haut a:hover {color:black;text-decoration: underline;}

/*-----menu gauche ------*/
#menu-ga {
	position: absolute;
	left: 264px;
	top: 50px;
	width: 200px;
}
#menu-ga ul {
	display: block;
	margin-right: 1px;
}

#menu-ga li {
	display: block;
	margin: 0px;
	padding: 2px 0 2px 0;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#menu-ga a {
	display: block;
	padding: 0 78px 0 0;
	color: #F9E1E1;
	background: url(images/puce-menu-ga.png) no-repeat right 4px;
}
#menu-ga a:hover, #menu-ga a.actif {
	color: white;
	background: url(images/puce-menu-ga.png) no-repeat right -51px; 
}
