#menu .level1 .choisi>a {
	color: #D5CDC0;
}


#menu {
	height:auto;
	width: auto;
	z-index: 10;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 153px;
}

#menu UL {
	text-align:center;
	display: block;
	margin:0;
	padding: 0px;
	z-index: 111;
}

#menu UL LI {
	float: left;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5em;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu UL LI A {
	float: left;
	display: block;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}

#menu UL LI.puce {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}

#menu UL LI A:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#menu UL LI A:hover {
	font-weight: bold;
	color: #d5cdc1;
	text-decoration: none;
}

/* 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: #3A799E;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu UL.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	background-color: #6D5029;
	margin: 0px;
	padding: 0px;
}
#menu UL.level2 LI {
	text-align:left;
	float: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
#menu UL.level3 LI {
	float: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
#menu UL.level2 LI A {
	font-weight: bold;
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	font-size: 11px;
}

#menu UL.level3 LI A {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 4px;
	font-weight: bold;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
}
#menu UL.level2 LI A:hover {
	font-weight: bold;
	color: #d5cdc1;
	
}
#menu UL.level3 LI A:hover {
	font-weight: bold;
	color: #d5cdc1;
}


