
/* ######################## MENU STYLES ######################## */
/* main container - ul id="menu" */
/* ################ 1e NIVEAU ################ */
.level0 {
	position: 					relative;
	margin: 						0;			/* reset the margins */
	padding: 					0;			/* reset the padding */
	width: 						100%; 	/* this size depends on your menu */
	float: 						left; 	/* line things up */
	font-size: 					12px;		/* increase the font size a bit */
	list-style: 				none;		/* no bullets on our list items */
	z-index:						20;
}

/* list elements */
#menu li.sublevel0 {
	display: 					inline;	/* make it horizontal */
	margin-right:				24px;
}

.clearLeft {
	clear: 						left;
}

a.menulink-0, a.menulink-a0 {
	font-family:				Arial;
	font-size:					12px;
	text-decoration:			none;
	font-weight: 				bold;
	color: 						#8A8076;
}
a.menulink-a0 {
	color:						#939c1c;
}

/* ################ 2e NIVEAU ################ */
.level1 {
	position: 					relative;
	margin: 						0;			/* reset the margins */
	padding: 					0;			/* reset the padding */
	margin-top:					7px;
	width: 						100%; 	/* this size depends on your menu */
	float: 						left; 	/* line things up */
	font-size: 					12px;		/* increase the font size a bit */
	list-style: 				none;		/* no bullets on our list items */
	z-index:						20;
	
}

/* list elements */
#menu li.sublevel1 {
	display: 					inline;	/* make it horizontal */
	margin-right:				24px;
}

a.menulink-1, a.menulink-a1 {
	font-family:				Arial;
	font-size:					12px;
	text-decoration:			none;
	font-weight: 				bold;
	color: 						#FFFFFF;
}
a.menulink-a1 {
	color:						#c3d021;
}
/* ######################## END MENU STYLES ######################## */

