/* CSS Document */

ul {
list-style-type: none;
width: 100%; /* précision pour Opera */
padding:0;
margin:0;
}

/*MENU GENERALE*/
.menu li {
float: left;
margin-right:10px;
font-size:10px;
font-weight:bold;
padding: 90px 0 0 0;
}

.menu a {
margin: 0;
padding: 4px 0 0 0;
width: 108px;
height: 18px;
display: block;
text-align: center;
text-decoration: none;
/*background:#EFE816;*/
color:#EFE816;
border: #EFE816 1px solid;
}

.menu a:hover {
border: 1px solid #E6D904; 
color: #333300;
background: #E6D904;
}

.menu a:active {
background: #E6D904;
border: 1px solid #E6D904; 
color: #fff;
}

/*MENU DATE*/

.menudate li {
float: left;
margin-top:20px;
margin-right:56px;
font-size:21px;
font-weight:bold;
}

.menudate a {
margin: 0;
padding: 4px 0 0 0;
width: 50px;
height: 40px;
display: block;
text-align: center;
text-decoration: none;
font-family: Times, serif;
color: #fff;
}

.menudate a:hover {
color: #EFE97F;
}

.menudate a:active {
color: #E6D904;
}

