/* Je sélectionne les <li> du menu horizontal */

#menuhorizontal li { 

display : inline;
font-size : 16px;
padding : 0 0.5em; /* Pour espacer les boutons entre eux */
text-decoration : none;

}
#menuhorizontal a {text-decoration: none;}
#menuhorizontal	a:hover	{ color:#FFFFFF; background-color:#0101DF; }
#menuhorizontal	a.selected { color:#000000; background-color:#5D5D5D; }

#menuhorizontal {

list-style-type : none; /* Car sinon les puces se placent n'importe ou */
text-decoration : none;

}

