/* CSS Document */
/* CSS issu des tutoriels www.alsacreations.com/articles */

ul {
list-style: none;
width: 90%; /* précision pour Opera */
}

.menu li {
float: left;
list-style: none;
}

.menu a {
margin: 0 2px;
width: 90px;
height: 18px;
display: block;
text-align: center;
border: 1px solid gray;
text-decoration: none;
color: #003399;
background: #fff;
}

.menu a:hover {
background: #FF9900;
border: 1px solid gray; 
text-decoration: none;
color: #000;
}

.menu a:active {
background: gray;
border: 1px solid gray; 
color: #fff;
}
.mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}
-->

