ul { margin: 0; padding: 0; list-style: none; } ul li { margin: 2px 0 6px 0; padding: 0; font-weight: bold; line-height: 24px; /* Hauteur de l'icone */ background-repeat: no-repeat; background-position: 0 50%; } ul li a { padding-left: 30px; /* Largeur de l'icone et espacement */ } #email { background-image: url(email.gif); } #donate { background-image: url(donate.gif); } #tell { background-image: url(tell.gif); } #active { background-image: url(active.gif); } #vote { background-image: url(vote.gif); }