/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 4px;
	color: #FFFFFF;
	text-align: center;
}
.m0l0iover {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 4px;
	color: #FFFFFF;
	text-align: center;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: 0px solid #000000;
}
.m0l0oover {
	text-decoration : none;
	border: 0px solid #000000;
}

/* CHANGEZ LES COULEURS DE POLICE ICI  */
/* level 1 inner */
.m0l1iout {
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 4px;
 	color: #FFFFFF;
}
.m0l1iover {
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}
/* LIMIT CHANGEMENT DE POLICE PREMIER NIVEAU */

/*  !!! CHANGEZ LES COULEURS DE BACK GROUND ICI !!!! */
/* level 1 outer */
.m0l1oout_jaune {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #ECB200;
}
.m0l1oover_jaune {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E59A00;
}
.m0l1oout_rouge {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E03633;
}
.m0l1oover_rouge {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #C91511;
}
.m0l1oout_vert {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #007C3C;
}
.m0l1oover_vert {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #005D26;
}
/* LIMIT DE CHANGEMENT COULEUR */



/* level 2 inner #*/
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #9A584B;
}