/* CSS Document */
ul {
width: 100%; /*precision pour Opera */
list-style-type: none;
}

.sousmenu li{
float: left;
}

.sousmenu a {
display: bloc;
margin: 0 10px;
width: 100px;
height: 20px;
text-align: center;
text-decoration: none;
color: #99CCFF;
}

.sousmenu a:hover {
background-color: #FBA673;
color:#000099;
}

.sousmenu a:active {
bacground-color: gray;
color: #666666;
}

