body {
margin:0;
padding:0px;
}
#hauteur {
margin:0;
padding:0px;
}
a img { border: none ; }

#menu {
margin:20px 0 0 150px;
padding:0;
list-style-type: none;
}

#menu li {              /*  l'arrière-plan constitue la partie gauche du bouton  */
float:left;
margin:0 15px 0 0;
padding: 0 0 0 22px;
background:#FFFF99 url(../img/bckgd.png) left top no-repeat;

}

#menu li#active {       /*  l'elément de liste actif affiche la partie gauche du bouton activé  */
background:#000000 url(../img/bckgd_active.png) left top no-repeat;
}

#menu li a {            /*  l'arrière-plan constitue le reste du bouton  */
float:left;
margin:0;
padding: 12px 22px 12px 0;
font:bold 1em "Georgia", Palatino, Times New Roman, serif;
color:#000000;
text-decoration:none;
text-align:center;
background:#FFFF99 url(../img/bckgd.png) right top no-repeat;
}

#menu li#active  a {    /*  l'elément de liste actif affiche la partie droite du bouton activé  */
background:#000000 url(../img/bckgd_active.png) right top no-repeat;
}

#menu li a:hover {
color:#000000;
}

