#menu {
	height: 77px;
	width: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(design/barre-menu-trans.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 111;

}

#menu UL {
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	z-index: 111;
}

#menu UL LI {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	list-style-type: none;
}

#menu UL LI A {
	float: left;
	display: block;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 9px;
	background: transparent;
}

#menu UL LI A:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#menu UL LI A:hover {
	font-weight: normal;
	color: #f0b824;
	text-decoration: none;
}
#menu UL LI A.choisi {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(design/under-link.gif);
	background-position: -1px 15px;
	background-repeat: no-repeat;
}
#menu UL LI.sep {
	color: white;
	padding: 0.8em 0em 0.5em 0em;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu UL LI a {
	float: none;
}

/* End IE5-Mac hack */
#menu UL.level2 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	background-color: #272328;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#menu UL.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	background-color: #272328;
	margin: 0px;
	padding: 0px;
}

#menu UL.level2 LI {
	float: none;
	margin: 0;
	padding: 0;
	width: 120px;

}
#menu UL.level3 LI {
	float: none;
	margin: 0;
	padding: 0;
	width: 120px;

}

#menu UL.level2 LI A {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 4px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#menu UL.level3 LI A {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 4px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#menu UL.level2 LI A:hover {
	font-weight: normal;
	color: #f0b824;
	/* background-color: #f0b824; */
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0b824;
}
#menu UL.level3 LI A:hover {
	font-weight: normal;
	color: #f0b824;
	/* background-color: #f0b824; */
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0b824;
}
