/* CSS du menu horizontal, bieler batiste */

.menu{
    position:absolute;
    display:block;
    margin:0;
    padding:0;
    width:947px;
    }

.menu ul{
    position:absolute;
    display:block;
    width:145px;
    margin: 0 5px;
	padding:0;
	/*border:1px #00A5EA solid;*/
	border:1px #000000 solid;
	color: #E31381;
    }
    
.menu li ul{
    visibility:hidden;
    }

.menu li li ul{
    position:absolute;
    margin-left:200px;
	font-weight: bold;
    margin-top:-14px;
    background-color: #999;
    /*border:1px #ff9900 solid;*/
    }
    
.menu li{
    list-style:none;
    /*width:124px;*/
    /*height:auto;*/
    display:inline;
    display:block;
    float:none;
    float:left;
    margin:0;
    padding:0;
	font-size: 12px;
	font-family:Tahoma;
	font-weight: bold;
    }
    
.menu li li{
	padding-left: 5px;
    display:block;
    float:none;
    /*background-color: #D9F3FF;*/
	background-color: #000000;
	opacity: 0.8;
	-moz-opacity:0.8;
	filter: alpha(opacity=80);
    /*border:1px #ff9900 solid;*/
    }
    
/* correct a little IE bug */
* html .menu li li{
    display:inline;
    }

.menu a{
    text-align:left;
	font-size: 11px;
	font-family:Tahoma;
    /*background-color: #999;*/
    /*border:1px #ff9900 solid;*/
    color: #E31381;
    /*font-weight: bold;*/
    display:block;
    /*width:120px;*/
    text-decoration:none;
    /*padding:2px 0 0 3px;*/
    /*margin:1px;*/
    }
    
.menu a:hover{
    /*background-color: #B0E6FF;
	color: #E31381;*/
	
	background-color: #FFFFFF;
	color: #000000;
	
    /*border:1px #aaa solid;*/
    }
    
/* for a mozilla better display with key nav */
.menu a:focus{
    background-color: #aaf;
}

a.linkOver{
    background-color: #ccc;
    }

