/* --- 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: center 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px;
	color: #FFFFFF;
	text-align:center;
filter: alpha(opacity=0);
-moz-opacity: 0.0;
opacity:.0;
}
.m0l0iover {
	font: center bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 0px;
	color: #FFFFFF;
	text-align:center;
filter: alpha(opacity=0);
-moz-opacity: 0.0;
opacity:.0;

}

/* level 0 outer
CDERY: Afficher les zone réactive...ici - filter: alpha(opacity=50);*/
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #b24644;
	text-align:center;
filter: alpha(opacity=0);
-moz-opacity: 0.00;
opacity:.0;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
filter: alpha(opacity=0);
-moz-opacity: 0.00;
opacity:.0;

}

/* level 1 inner */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	text-align:center;

}
.m0l1iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
	text-align:center;

}

/* level 1 outer Couleur du menu ici #3673a2*/
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
/*	background: #FF7D00; */
	background: #3673a2;
	filter: alpha(opacity=85);
-moz-opacity: 0.85;
opacity:.85;

}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	/* background: #8abbd9; */
	background: #FF7D00;
	filter: alpha(opacity=100);
-moz-opacity: 1.00;
opacity:1.00;
}

/* level 2 inner */
.m0l2iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	text-align:center;

}
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
	text-align:center;

}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
	text-align:center;
	filter: alpha(opacity=85);
-moz-opacity: 0.85;
opacity:.85;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
	
	filter: alpha(opacity=100);
-moz-opacity: 1.00;
opacity:1.00;
}
