/* Bouton Valider */
.cta-button_valider {
  display:block;
  width:140px;
  height:26px;
  background:url(/images/btn_valider.jpg) no-repeat 0 -26px;
  margin: 0px;
}
.cta-button_valider a {
  display:block;
  width:100%;
  height:100%;
  background:url(/images/btn_valider.jpg) no-repeat 0 0;
  text-indent:-9999px;
}
.cta-button_valider a:hover {
  background-position: 0 26px;
}

/* Bouton Détail / Commande */
.cta-button_deco {
  display:block;
  width:140px;
  height:26px;
  background:url(/images/btn_deco.jpg) no-repeat 0 -26px;
  margin: 0px;
}

.cta-button_deco a {
  display:block;
  width:100%;
  height:100%;
  background:url(/images/btn_deco.jpg) no-repeat 0 0;
  text-indent:-9999px;
}

.cta-button_deco a:hover {
  background-position: 0 25px;
}

/* Bouton Retour */
.cta-button_retour {
  display:block;
  width:140px;
  height:26px;
  background:url(/images/btn_retour.jpg) no-repeat 0 -26px;
  margin: 0px;
}
.cta-button_retour a {
  display:block;
  width:100%;
  height:100%;
  background:url(/images/btn_retour.jpg) no-repeat 0 0;
  text-indent:-9999px;
}
.cta-button_retour a:hover {
  background-position: 0 25px;
}

/* Bouton Commander */
.cta-button_commander {
  display:block;
  width:140px;
  height:26px;
  background:url(/images/btn_commander.jpg) no-repeat 0 -25px;
  margin: 0px;
}
.cta-button_commander a {
  display:block;
  width:100%;
  height:100%;
  background:url(/images/btn_commander.jpg) no-repeat 0 0;
  text-indent:-9999px;
}
.cta-button_commander a:hover {
  background-position: 0 25px;
}

/* Bouton Retour à l'accueil */
.cta-button_retourAccueil {
  display:block;
  width:140px;
  height:26px;
  background:url(/images/btn_retourAccueil.jpg) no-repeat 0 -25px;
  margin: 0px;
}
.cta-button_retourAccueil a {
  display:block;
  width:100%;
  height:100%;
  background:url(/images/btn_retourAccueil.jpg) no-repeat 0 0;
  text-indent:-9999px;
}
.cta-button_retourAccueil a:hover {
  background-position: 0 25px;
}