@charset "utf-8";
/**************************************/
/* BOUTON VIGNETTES */
/**************************************/
.ajouterPanier{
text-decoration: none;
width:70px;
height:18px;
border:none;
border-width:0;
background-color:transparent;
background-image:url(../images/page_listing_produits/produit_ajouter.gif);
background-repeat:no-repeat;
}
.ajouterPanier:hover {
background-image:url(../images/page_listing_produits/produit_ajouter_on.gif);
cursor: pointer;
cursor: hand;
}

.ajouterPanier.on{
	background-image:url(../images/page_listing_produits/produit_ajouter_click.gif);
}
.ajouterPanier.on:hover {
	background-image:url(../images/page_listing_produits/produit_ajouter_click_on.gif);
}

.dejaAjouterPanier{
text-decoration: none;
width:70px;
height:18px;
border:none;
border-width:0;
background-color:transparent;
background-image:url(../images/page_listing_produits/produit_ajouter_click.gif);
background-repeat:no-repeat;
}
.dejaAjouterPanier:hover {
background-image:url(../images/page_listing_produits/produit_ajouter_click_on.gif);
cursor: pointer;
cursor: hand;
}
/**************************************/
/* BOUTON FICHE PRODUIT */
/**************************************/
.ajouterPanierFicheProduit{
text-decoration: none;
width:131px;
height:18px;
border:none;
border-width:0;
background-color:transparent;
background-image:url(../images/page_fiche_produit/bt_ajouter_panier.gif);
background-repeat:no-repeat;

}
.ajouterPanierFicheProduit:hover {
background-image:url(../images/page_fiche_produit/bt_ajouter_panier_on.gif);
cursor: pointer;
cursor: hand;
}

.ajouterPanierFicheProduit.on{
	background-image:url(../images/page_fiche_produit/bt_ajouter_panier_click.gif);
}
.ajouterPanierFicheProduit.on:hover {
	background-image:url(../images/page_fiche_produit/bt_ajouter_panier_click_on.gif);
}

.dejaAjouterPanierFicheProduit{
text-decoration: none;
width:131px;
height:18px;
border:none;
border-width:0;
background-color:transparent;
background-image:url(../images/page_fiche_produit/bt_ajouter_panier_click.gif);
background-repeat:no-repeat;

}
.dejaAjouterPanierFicheProduit:hover {
background-image:url(../images/page_fiche_produit/bt_ajouter_panier_click_on.gif);
cursor: pointer;
cursor: hand;
}

/**************************************/
/* BOUTON MON COMPTE */
/**************************************/
.monCompteOK {
width:28px;
height:17px;
border:none;
border-width:0;
background-color:transparent;
background-image:url(../images/general/colonne_droite/moncompte_ok.jpg);
background-repeat:no-repeat;
}

.monCompteOK:hover {
width:28px;
height:17px;
border:none;
border-width:0;
background-color:transparent;
background-image:url(../images/general/colonne_droite/moncompte_ok_on.jpg);
background-repeat:no-repeat;
cursor: pointer;
cursor: hand;
}

/**************************************/
/* BOUTON INSCRIPTION */
/**************************************/
.validerInscription{
width:115px;
height:27px;
border:none;
border-width:0;
background-color:transparent;
background-image:url(../images/page_contact/valider.gif);
background-repeat:no-repeat;
}

.validerInscription:hover{
width:115px;
height:27px;
border:none;
border-width:0;
background-color:transparent;
background-image:url(../images/page_contact/valider_on.gif);
background-repeat:no-repeat;
cursor: pointer;
cursor: hand;
}

/**************************************/
/* BOUTON MES INFORMATIONS */
/**************************************/
.enregistrerInscription{
width:115px;
height:27px;
border:none;
border-width:0;
background-color:transparent;
background-image:url(../images/mon_compte/enregistrer_modifications.gif);
background-repeat:no-repeat;
}

.enregistrerInscription:hover{
width:115px;
height:27px;
border:none;
border-width:0;
background-color:transparent;
background-image:url(../images/mon_compte/enregistrer_modifications_on.gif);
background-repeat:no-repeat;
cursor: pointer;
cursor: hand;
}

/***************************************/
/* BOUTON ENVOYER MESSAGE PAGE CONTACT */
/***************************************/
.envoyerContact{
width:135px;
height:15px;
border:none;
border-width:0;
background-color:transparent;
background-image:url(../images/page_contact/envoyer.gif);
background-repeat:no-repeat;
}

.envoyerContact:hover{
width:135px;
height:15px;
border:none;
border-width:0;
background-color:transparent;
background-image:url(../images/page_contact/envoyer_on.gif);
background-repeat:no-repeat;
cursor: pointer;
cursor: hand;
}


/**************************************/
/* BOUTON Listes de courses */
/**************************************/
.ajouterPanierListeDeCourses{
text-decoration: none;
width:70px;
height:18px;
border:none;
border-width:0;
background-color:transparent;
background-image:url(../images/page_commande/ajouter.gif);
background-repeat:no-repeat;

}
.ajouterPanierListeDeCourses:hover {
cursor: pointer;
cursor: hand;
}



