/* CSS issu des tutoriels http://www.alsacreations.com/articles/modelesmenus/ */
ul.menu, li.menu {	/* utilisation de liste pour le menu */
list-style-type: none;	/* suppression des puces de liste */
margin:0;
padding:0;
text-align: center;
}
ul.menu {
position: absolute;	/* positionnement pour IE5 et IE5.5 */
top: 0px;
left: 0px;
background: transparent url(../icones/fond_menu_gauche.gif) top left no-repeat;	/* arrière-plan général du menu */
width: 160px;
padding-top: 17px;

}
li.menu {display: inline;}	/* correction pour IE5 et IE5.5 */

li.menu a {	/* dimensions et définitions des boutons */
display: block;	/* mise en block de <a> pour lui donner des dimensions */
height: 30px;
width: 160px;
color: #660000;
font-size: 17px;
font-family: georgia, serif;
text-decoration: none;
line-height: 25px;	/* hauteur de ligne pour éviter les paddings */
}
li.menu a:hover {
/*color: #FFD8A7;*/
background: transparent url(../icones/fond_menu_gauche.gif) top left no-repeat;
}
a#menu1:hover {	/* décalage de l'arrière-plan pour chaque bouton */
background-position: 0% -379px;
}
a#menu2:hover {
background-position: 0% -409px;
}
a#menu3:hover {
background-position: 0% -439px;
}
a#menu4:hover {
background-position: 0% -469px;
}
a#menu5:hover {
background-position: 0% -499px;
}
a#menu6:hover {
background-position: 0% -529px;
}
a#menu7:hover {
background-position: 0% -559px;
}
a#menu8:hover {
background-position: 0% -589px;
}
a#menu9:hover {
background-position: 0% -619px;
}
a#menu10:hover {
background-position: 0% -649px;
}
a#menu11:hover {
background-position: 0% -679px;
}

