Voila, j'aimerai bien que les puces soient décallées de 5 pixels en partant de la gauche dans le bloc.
Actuellement, elles sont collés sur la gauche :
Actuellement, elles sont collés sur la gauche :
#gauche a
{
margin: 0px;
padding: 0px;
width: 130px;
text-decoration: none;
background-image: url(http://damien.klotz.free.fr/images/site/puce_orange.gif);
background-position: left center;
background-repeat: no-repeat;
text-indent: 10px;
display: block;
}
#gauche a:hover
{
text-decoration: none;
background-image: url(http://damien.klotz.free.fr/images/site/puce_rouge.gif);
background-position: left center;
background-repeat: no-repeat;
background-color: #ffa500;
}