/* Les boutons */
input.btn_supprimer {
	border: 0px;
	padding: 0px;
	margin-top: 2px;
	margin: 0px;
	width: 85px;
	height: 16px;
	background: url('../img/bouton-supprimer-panier-fr.png') center top no-repeat;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
	cursor: hand;
}

input.btn_recalculer {
	border: 0px;
	padding: 0px;
	margin-top: 2px;
	margin: 0px;
	width: 85px;
	height: 16px;
	background: url('../img/bouton-maj-panier-fr.png') center top no-repeat;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
	cursor: hand;
}

input.btn_commander {
	border: 0px;
	padding: 0px;
	margin-top: 2px;
	margin: 0px;
	width: 186px;
	height: 30px;
	background: url('../img/bouton-valider-panier-fr.png') center top no-repeat;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
	cursor: hand;
}

input.btn_terminer {
	border: 0px;
	padding: 0px;
	margin-top: 2px;
	margin: 0px;
	width: 119px;
	height: 30px;
	background: url('../img/bouton-terminer-fr.png') center top no-repeat;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
	cursor: hand;
}

input.btn_sinscrire {
	border: 0px;
	padding: 0px;
	margin-top: 2px;
	margin: 0px;
	width: 119px;
	height: 30px;
	background: url('../img/bouton-inscription-fr.png') center top no-repeat;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
	cursor: hand;
}

input.btn_continuer {
	border: 0px;
	padding: 0px;
	margin-top: 2px;
	margin: 0px;
	width: 119px;
	height: 30px;
	background: url('../img/bouton-continuer-fr.png') center top no-repeat;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
	cursor: hand;
}

input.btn_envoyer {
	border: 0px;
	padding: 0px;
	margin-top: 2px;
	margin: 0px;
	width: 95px;
	height: 30px;
	background: url('../img/bouton-envoyer-fr.png') center top no-repeat;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
	cursor: hand;
}

input.btn_connexion {
	border: 0px;
	padding: 0px;
	margin-top: 2px;
	margin: 0px;
	width: 119px;
	height: 30px;
	background: url('../img/bouton-connexion-fr.png') center top no-repeat;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
	cursor: hand;
}

a.btn_modifier {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 85px;
	height: 16px;
	display: block;
	background: url('../img/bouton-modifier-fr.png') center top no-repeat;
	font-size: 0px;
	line-height: 0px;
}

a.btn_rappel_mdp {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 30px;
	display: block;
	background: url('../img/bouton-rappel-mdp-fr.png') center top no-repeat;
	font-size: 0px;
	line-height: 0px;
}


