/*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 - text */
.m0l0iout {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	margin: 4px 0 0 8px;
	color: #D71B1C;/*color: #3A3A3A;*/
	font-weight: bold;
}
.m0l0iover {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 5px 0 0 8px;
	color: #3A3A3A;/*color: #D71B1C;*/
	white-space:nowrap;
	font-weight: bold;
}

/* level 0 outer - button */
.m0l0oout {
	text-decoration : none;
	background-image:url(./images/lien_haut_centre.gif);
	background-color: #FFFFFF;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	white-space:nowrap;
	font-weight: bold;
}
.m0l0oover {
	text-decoration : none;
	background-image:url(./images/lien_haut_centre.jpg);
	background-color:#FFFFFF;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	font-weight: bold;
}


/* level 1 inner - text */
.m0l1iout {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 4px 0 0 8px;
	color: #3A3A3A;
	font-weight: bold;
}
.m0l1iover {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 4px 0 0 13px;
	color: #D71B1C;
	font-weight: bold;
}

/* level 1 outer - button */
.m0l1oout {
	text-decoration : none;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 0;
	font-weight: bold;
}
.m0l1oover {
	text-decoration : none;
	background-color:#FFFFFF;
	background-image:url(./images/lien_haut_centre.jpg);
	border: 1px solid #DDDDDD;
	padding: 0;
	font-weight: bold;
}