.menu{
	font-size:0.9em;
	}
/*MENU*/
.menu ul{
    position:absolute;
    display:block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;  
    }
.menu li{
	font-size:0.95em;
	display: block;
	color: #E0CBE6;
	float: left;
	font-weight: bold;
	margin: 0px;
	height: 20px;
	background-color: #4A375B;
    }

.menu li a{
color: #E0CBE6;
   text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9966CC;
    }
    
.menu li a:hover{
	color: #E0CBE6;
   border-bottom-color: #C6D539;
	border-bottom-width: 4px;
	border-bottom-style: solid;
    }


/* SOUS MENU*/  
.menu li ul{
    visibility:hidden;
	background-color: #FFFFFF;
    }
/*items du sous menu*/
.menu li li{display: block;
font-size:0.8em;
	color: #E0CBE6;
	font-weight: bold;
	margin: 0px;
	background-color: #4A375B;
    }
.menu li li a{
	height: 18px;
	color: #E0CBE6;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 16px;
	background-color: #4A375B;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9966CC;
    }
.menu li li a:hover{
	color: #E0CBE6;
   border-bottom-color: #C6D539;
	border-bottom-width: 3px;
	border-bottom-style: solid;
    }

    
/* correct a little IE bug */
* html .menu li li{
    display:inline;
    }
.actif {
	color: #99CC00;
	font-weight: bold;
}
.actif_violet {
	color:#CC0000;
	font-weight: bold;
}
