div.inscription ul.etapes {
	list-style-type:none;
	width:585px;
	height:100px;
	clear:both;
	float:left;
	margin:0;
	padding:0;
	margin-bottom:20px;
	
	background:url('panier/fond.gif') no-repeat;
	position:relative;
}

div.inscription ul.etapes li {
	position:absolute;
	width:80px; height:100px;
	text-align:center;
	top:6px;
}

div.inscription ul.etapes li a {
	width:100%;;
	height:100%;
	display:block;
}

div.inscription ul.etapes li b {
	display:block;
	padding-top:70px;
}

div.inscription ul.etapes li.coordonnees {
	left:27px;
	background:url('compte/coordonnees.gif') top center no-repeat;
}
div.inscription ul.etapes li.coordonnees.off {
	background:url('compte/coordonnees_off.gif') top center no-repeat;
}
div.inscription ul.etapes li.coordonnees.on {
	background:url('compte/coordonnees_on.gif') top center no-repeat;
}

div.inscription ul.etapes li.commandes {
	left:142px;
	background:url('compte/commandes.gif') top center no-repeat;
}
div.inscription ul.etapes li.commandes.off {
	background:url('compte/commandes_off.gif') top center no-repeat;
}
div.inscription ul.etapes li.commandes.on {
	background:url('compte/commandes_on.gif') top center no-repeat;
}