@charset "iso-8859-1";

/* --- menu principal internet ---
---------------------------------------------------------------------------*/


/* level 0 inner */
.Cm040iout {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../bouton2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 123px;
}
.Cm040iover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../bouton2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 123px;
	
}

/* level 0 outer */
.Cm040oout {
	text-decoration : none;
	padding:2px 0 0px 12px;
	
}
.Cm040oover {
	text-decoration : none;
	padding:2px 0 0px 12px;
}

/* level 1 inner */
.Cm041iout {
	font: 11px  helvetica, arial, sans-serif;
	text-decoration: none;
	color: #000066;
}
.Cm041iover {
	font: bolder 11px helvetica, arial, sans-serif;
	text-decoration : none;
	color: #990000;
}

/* level 1 outer */
.Cm041oout {
	text-decoration : none;
	border : 1px solid #dedede;
	background: #ffffff;
	padding:2px 0 0px 12px;
}
.Cm041oover {
	text-decoration : none;
	border : 1px solid #dedede;
	background: #F0F0F0;
	padding:2px 0 0px 12px;
}

/* level 2 inner */
.Cm042iout {
	font: 11px  helvetica, arial, sans-serif;
	text-decoration: none;
	color: #454545;
}
.Cm042iover {
	font: 11px  helvetica, arial, sans-serif;
	font-weight:bolder;
	text-decoration : none;
	color: #0099FF;
}

/* level 2 outer */
.Cm042oout {
	text-decoration : none;
	border : 1px solid #dedede;
	padding:2px 0 0px 12px;
	background: #ffffff;
}
.Cm042oover {
	text-decoration : none;
	border : 1px solid #dedede;
	padding:2px 0 0px 12px;
	background: #F0F0F0;
}


