/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #000000;/*Couleur titres : blanc*/
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;/*bold;*/
	text-decoration: underline;/*none*/
	margin: 5px 0 0 8px;
	color: #333333;/*Couleur titres : blanc*/
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(../skins/_yellow/lev0_bg1.gif);
	border: 1px solid #000000;/*Jaune : FFFF00 ou FFFF33*/
	background-color: #000000;/*Noir*/
}
.m0l0oover {
	text-decoration : none;
	background-image: url(../skins/_yellow/lev0_bg2.gif);
	background-color: #000000;/*Noir*/
	border: 1px solid #000000;/**/
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 12px;
	color: #CCCCCC;/*Texte*/
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 18px;
	color: #FFFFFF;/*Texte*/
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #000000;/*Couleur fond arbo. OFF : 5286BB*/
	border: 1px solid #999999;/*Couleur bordure arbo. OFF : 336699*/
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #000000;/*Couleur fond arbo. ON : 1A4D81*/
	background-image: url(../skins/_yellow/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #FFFF00;/*Jaune*/
	padding: 0;
}