/* Menu Utilitaire */
#util {
	background-color: #a1b355;
	background-image: url(../int/bas_fond.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	clear: both;
	list-style: none;
	margin: 0 0 0 0;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 190px;
	border-bottom-color: #819046;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#util div {position:relative; z-index:999 !important;}
#util div a{
	display: inline-block;
	text-decoration: none;
}
#util div a:hover{
	display: inline-block;
	width: 160px;
}
#util div a{
	background-color: transparent;
	background-image: url(../int/gauche_puce_off.png);
	background-repeat: no-repeat;
	background-position: 7px 12px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-top: 7px;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 101;
	line-height: 18px;
}

/* MENU couleur n°1 */
#util div.on1 a:hover{
	background-color: #dc921a;
	background-image: url(../int/gauche_puce_on5.png);
	background-repeat: no-repeat;
	background-position: 7px 12px;
}
#util div.on1 a.current{
	background-color: #dc921a;
	background-image: url(../int/gauche_puce_on5.png);
	background-repeat: no-repeat;
	background-position: 7px 12px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-top: 7px;
	white-space: nowrap;
	position: relative;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #D1DFE5;
	z-index: 101;
}
#util div.on1 a:hover.current{
	background-color: #dc921a;
	background-image: url(../int/gauche_puce_on5.png);
	background-repeat: no-repeat;
	background-position: 7px 12px;
	color: #FFFFFF;
}
#util li {
	float: left;
	position: relative;
}

/* Sous-menu */
#util li li a{display: block; zoom:1; padding: 1px 2px 1px 5px; margin: 0; font-weight: bold; font-family: Geneva, Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; text-decoration: none; color: #FFFFFF;}
#util li ul{background-color: #779EC9;display: none;position: absolute;z-index: 99 !important;top: 0%;left: 150px;width: 200px;line-height: 20px;height: 20px;vertical-align: middle;padding: 0;margin-top: 0px;}
#util li:hover ul,#pro li.over ul{display: block;background-color: #779EC9;}

/* MENU couleur n°1 */
#util li li.on1 {background-color: #C1CD8C;display: block;zoom: 1;float: none;padding: 0;margin: 0;text-align: left;}
#util li li.on1 a:hover {background-color: #8A9C43;color: #FFFFFF;}

#util li {behavior:expression(navAddHover(this));}
