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