/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/
div#menu a:link { 
    font-size: 12px;
    text-decoration: none; 
    color: #4477DD;
}
div#menu a:visited { 
    font-size: 12px;
    text-decoration: none; 
    color: #4477DD;
}
div#menu a:hover, a:active {
    font-size: 12px;
    text-decoration: none;
    color: #4B7DE1;
}
div#menu {
	/*font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;*/
	font-size: 13px;
	font-weight: bold;
	text-decoration : none;
}
/* level 0 inner */
.m0l0iout {
	margin: 4px 0 0 8px;
	color: #2C5F93;
	z-index: 1500;
}
.m0l0iover {
	/*text-decoration: underline;*/
	/*margin: 5px 0 0 8px;*/
	margin: 4px 0 0 8px;
	color: #2C5F93;
	z-index: 1500;
}

/* level 0 outer */
.m0l0oout {
	background: transparent url(../img/nuage.png) no-repeat center center;
	z-index: 1500;
	position: absolute;
	top: 0px; 
	width: 130px;
	height: 26px;
	visibility: visible;
	cursor: pointer;
}
.m0l0oover {
	background: transparent url(../img/nuage.png) no-repeat center center;
	z-index: 1500;
}

/* level 1 wrapper */
.m0l1iwrap {
	position: absolute;
	top: 25px;
	width: 130px;
	height: 30px;
	display: none;
}

/* level 1 inner */
.m0l1iout {
	margin: 6px 0 0 17px;
	padding-top: 8px;
	color: #2C5F93; /*color: #FFFFFF;*/
	z-index: 1500;
}
.m0l1iover {
	margin: 6px 0 0 17px;
	color: #2C5F93; /*color: #FFFFFF;*/
	z-index: 1500;
}

/* level 1 outer */
.m0l1oout {
	background: transparent url(../img/nuage.png) no-repeat center center;
	padding: 0;
	z-index: 1500;
	position: relative;
	left: 0px;
	width: 130px;
	height: 30px;
	cursor: pointer;
	display: none;
}
.m0l1oover {
	text-decoration: underline;
	background: transparent url(../img/nuage.png) no-repeat center center;
	padding: 0;
	z-index: 1500;
}
