#bouton
{
	margin-left: 422px;
}

#bouton a
{
	display: block;
	width: 83px;
	line-height: 17px;
	background: url(/images/retour.gif) no-repeat 0 0;
	color: #333333;
	color: #FFFFFF;
	font-size: 10px;
	text-indent: 17px;
	text-decoration: none;
	text-align: center;
}

#bouton a:hover
{
	background: url(/images/retour.gif) no-repeat 0 -17px; /* On décale l'image de 17px vers le haut pour afficher la 2e partie */
	color: #FFFFFF;
}

