#list_images{
/*  positionnement pour IE5 et IE5.5 */
position: absolute;	 
top: 0;
left: 0px; 
background: transparent url(../images/fondmenu.gif) top left no-repeat;	/* arrière-plan général du menu */
width: 735px;
text-align: center;
list-style-type: none;	/* suppression des puces de liste */
margin:0;
padding:0;
}

#list_images_li {
float: left;
height: 100px;
list-style-type: none;	/* suppression des puces de liste */
margin:0;
padding:0;
}

#list_images_li a {	/* dimensions et définitions des boutons */
display: block;	/* mise en block de <a> pour lui donner des dimensions */
height: 100px;
width: 120px;
color: #fff;
font-size: 14px;
line-height: 50px;	/* hauteur de ligne pour éviter les paddings */
font-weight: bold;
font-family: arial, serif;
text-decoration: none;
}

#list_images_li a:hover {
background: transparent url(../images/fondmenu.gif) top left no-repeat;
}
a#lien1:hover {
background-position: -720px 0%;	/* décalage de l'arrière-plan pour chaque bouton */
}
a#lien2:hover {
background-position: -840px 0%;
}
a#lien3:hover {
background-position: -960px 0%;
}
a#lien4:hover {
background-position: -1080px 0%;
}
a#lien5:hover {
background-position: -1200px 0%;
}
a#lien6:hover {
background-position: -1320px 0%;
}

