/* CSS Document */
#menuDeroulant
{
 font-family: Verdana;
 font-size: 10px;
 color: #6633FF;
 font-weight: bold;
 list-style-type: none;
 position: absolute;
 /*top: 425px;*/
 top: 100px;
 left: 93px;
 text-align:center;
}

#menuDeroulant li
{
 float: left;
 width: auto;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
 display: block;
 height: 1%;
 color: #6633CC;
 background: #FFFFFF;
 padding: 2px 8px;
 border-right: 1px solid #fff;
 text-decoration: none;
}
#menuDeroulant li a:hover { background-color: #ACE600; }
#menuDeroulant li a:active { background-color: #5F879D; }