<!--
/* menu horizontal */
/* bordeaux: cc0000, vert: 006600, bleu: 333399, blanc: ffffff */

/* ul {list-style-type: none;}*/  /* on supprime les puces, inutiles */
/*li { float: left;} */                        /* on aligne les listes sur la gauche */*/

body {
}

div.menuh a  {
margin: 0 25px;
width: 180px; /* on définit la taille du bouton de menu */
height: 20px;
float: right;
display: block;
text-align: center;
border: 0px solid gray;
text-decoration: none;
color: white;
background: #c0a040;
text-size: 20pt
text-color: yellow;
font-family: serif;
}

div.menuh a:hover {
background: #ffc0c0;
border: 1px solid gray; 
font-color: #006600;
}

-->

