@charset "utf-8";
/* CSS Document */

#menuDeroulant
{
list-style-type: none;
margin: 0;
padding: 0;
border: 0;
}    

#menuDeroulant li
{
float: left;
width: 160px;
margin: 0;
padding: 0;
border: 0;
}	 

#menuDeroulant li a:link, #menuDeroulant li a:visited
{
display: block;
height: 1%;
font-family: Times New Roman, Times, serif;
font-size: 18px;
color: white;

background: url("bouton_bleu.jpg") center top no-repeat ;
 
margin: 0;
padding: 4px 8px;

text-decoration: none;

text-align: center;
font-weight: bold;
 
}

#menuDeroulant li a:hover 
{
color: black;
background: url("bouton_orange.jpg") center top no-repeat ;
}

#menuDeroulant li a:active 
{

}

