/****************panier**************/
.txtpanier{
	background-image:url(../images/bar/btn-panier-checked.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:117px;
	height:35px;
	margin-top:20px;
}
.txtpanier_over{
	background-image:url(../images/menus/charte/btn-panier.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:117px;
	float:left;
	height:35px;
	margin-top:20px;
}
.txtpanier_selected{
	background-image:url(../images/bar/btn-panier-select.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:117px;
	float:left;
	height:35px;
	cursor: pointer;
	margin-top:20px;
}
.txtidentification{
	background-image:url(../images/bar/btn-identification-checked.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:117px;
	height:35px;
	margin-top:20px;
  margin-left: 3px;
}
.txtidentification_over{
	background-image:url(../images/bar/btn-identification.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:117px;
	height:35px;
  margin-left: 3px;
	margin-top:20px;
}
.txtidentification_selected{
	background-image:url(../images/bar/btn-identification-select.jpg);
	background-position:top left;
	float:left;
	background-repeat:no-repeat;
	width:117px;
	height:35px;
	margin-top:20px;
  margin-left: 3px;
}
.txtrecapitulatif{
	background-image:url(../images/bar/btn-recapitulatif-checked.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:117px;
	height:35px;
	margin-top:20px;
  margin-left: 3px;
}
.txtrecapitulatif_over{
	background-image:url(../images/bar/btn-recapitulatif.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:117px;
	float:left;
	height:35px;
  margin-left: 3px;
	margin-top:20px;
}
.txtrecapitulatif_selected{
	background-image:url(../images/bar/btn-recapitulatif-select.jpg);
	background-position:top left;
	float:left;
	background-repeat:no-repeat;
	width:117px;
	height:35px;
	margin-top:20px;
  margin-left: 3px;
}
.txtpaiement{
	background-image:url(../images/bar/btn-paiement-checked.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:117px;
	height:35px;
	margin-top:20px;
  margin-left: 3px;
}
.txtpaiement_over{
	background-image:url(../images/bar/btn-paiement.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:117px;
	height:35px;
  margin-left: 3px;
	margin-top:20px;
}
.txtpaiement_selected{
	background-image:url(../images/bar/btn-paiement-select.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:117px;
	height:35px;
	margin-top:20px;
}