/* CSS Document */
#gauche ul, li {	/* utilisation de liste pour le menu */
list-style-type: none;	/* suppression des puces de liste */
margin:0;
padding:0;
}
#gauche ul {
/* position: absolute;	*/
background: transparent url(images/menu-accueil/boutons_final.jpg) top left no-repeat;	/* arrière-plan général du menu */
width: 195px;
text-align: center;
}
#gauche li {
display: inline;
}	/* correction pour IE5 et IE5.5 */

#gauche li a {	/* dimensions et définitions des boutons */
display: block;	
height: 62px;
width: 195px;
color: #660000;
font-size: 12px;
font-family: georgia, serif;
text-decoration: none;
line-height: 62px;
}
#gauche li a:hover {
 color: #fff;
background: transparent url(images/menu-accueil/boutons_final.jpg) top left no-repeat;
}
#gauche a.menu1:hover {	
background-position: 0% -372px;
}
#gauche a.menu2:hover {
background-position: 0% -434px;
}
#gauche a.menu3:hover {
background-position: 0% -496px;
}
#gauche a.menu4:hover {
background-position: 0% -558px;
}
#gauche a.menu5:hover {
background-position: 0% -620px;
}
#gauche a.menu6:hover {
background-position: 0% -682px;
}

