.noprint {} /* Eléments qui ne seront ps affichés si impression de la page */

SUP.star { /* Etoile pour montrer qu'un champ de formulaire est obligatoire */
  color: red;
  font-weight: bold;
  font-size: 13px;
}
.textAlert { /* utilisé pour du texte décrivant une erreur */
  color: red;
}
.textSuccess { /* utilisé pour du texte décrivant une erreur */
  color: green;
}
.noborder {
  border: 0;
}

.printer {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(images/printer.png);
}

UL.puce, UL.puceVerte, UL.puceRouge {
  margin-left: 2em;
  margin-bottom: 2em;
}

UL.puce LI, UL.puceVerte LI, UL.puceRouge LI {
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 1em;
  margin-left: 0em;
  margin-bottom: 0.2em;
  border: 0px solid red;
}
UL.puce LI { background-image: url(images/virgule.png); } 
UL.puceVerte LI { background-image: url(images/virgule_verte.png); }
UL.puceRouge LI { background-image: url(images/virgule_rouge.png); }

/* ******* PAGES PRODUIT ************* */
.cadreImagesProduit {
  width: 320px; 
  background-color: #ffe6bb;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;

  color : #999; 
  font-size: 12px;
}
.cadreVignettesProduit {
  width: 300px;
  border: 1px solid #999999;
  background-color: #ccc;
  margin: auto;
  padding: 3px;
}
.cadreVignettesProduitA  {
  display : block;
  width : 96px;
  overflow : hidden;
  margin-right: 5px;
  float : left;
}
.cadrePrixProduit {
  float: right;
  width: 197px;
  height: 141px;
  background: url(images/prix.jpg) no-repeat top left;
  color : yellow;
  padding-left: 45px;
  padding-top: 55px;
  font-size: 25px;
  font-weight: bold;
}
.cadrePrixProduitPromo {
  float: right;
  width: 197px;
  height: 141px;
  background: url(images/prix.jpg) no-repeat top left;
  color: yellow;
  font-size: 25px;
  font-weight: bold;
}

.infosProduit {
  float: right; 
  width: 240px;
  
}
.infosProduit p{
  text-align: justify;
  padding : 10px;
  width : 220px;
}
/* ********* FORMULAIRES et TABLEAUX **************** */
/* Mise en forme des catégories de la page Mon compte */
.tableMonCompte { 
  width: 100%;
  margin-left: 2em;
  margin-right: 2em;
}
.tableMonCompte TH { 
  background-color: #CCC;
}
.tableMonCompte TD { 
  height: 5em; 
  width: 50%;
  vertical-align: middle; 
  background-color: #EEE;
  padding-left: 1em;
}
.tableMonCompte TD IMG { 
  vertical-align: middle; 
}
.tableMonCompte A { 
  color: #000;
  font-weight: normal;
}

/* Connexion */
TABLE.tableConnexion {
  width: 80%;
  border-collapse: collapse;
}
TABLE.tableConnexion TH,
TABLE.tableConnexion TD {
  padding: 5px;
  border: 1px solid #CCAB94;
}

/* Inscription */
.tableInscription { width: 400px}
.tableInscription TD,
.tableInscription TH { padding-left: 5px; padding-right: 5px; }
.tableInscription TH { background-color: #ccc; font-weight: bold; }
.tableInscription TABLE TH { background-color: transparent; font-size: 9px; padding-top: 2em; color: orange; }
.tableInscription TR.sep { height: 2em; }
.tableInscription TH.facultatif { color: black; }

/* 
* Cadre pour le carnet d'adresses 
* Attention. La bordure d'une adresse sélectionnée est modifiée 
* Lorsqu'elle est déselectionnée, le javascript la rétabli avec largeur et couleur en DUR dans panier.js
* Donc si modification de border, s'assurer de modifier panier.js également
*/
.cadreAdresse {
  height: 260px;
  width: 200px; 
  float: left;
  border: 1px solid orange; 
  padding: 1em; 
  margin-right: 2em; 
  margin-bottom: 3em;
}

/* Tableau pour ajouter / modifier une adresse du carnet d'adresses */
.tableAdresse { width: 95%; }
.tableAdresse TD,
.tableAdresse TH { padding-left: 5px; padding-right: 5px; }
.tableAdresse TH { font-weight: bold; color: orange; }
.tableAdresse TR.sep { height: 2em; }
.tableAdresse TH.facultatif { color: black; }

/* Tableau général pour mettre en forme des données */
.table { width: 95%; }
.table TD, .table TH { padding: 3px; padding-left: 5px; padding-right: 5px; border: 1px solid black; }
.table TH { font-weight: bold; }

/* Cadre pour l'adresse de facturation dans l'onglet 'Facturation' du panier */
.cadreAdresseFacturation {
  width: 200px; 
  margin: auto;
  border: 1px solid orange; 
  padding: 1em; 
  margin-bottom: 3em;
}

/* Tableau de la page "mon panier", choix du moyen et options de livraison */
TABLE.tableMoyenLivraison {
  width: 99%;
  margin-bottom: 3em;
}
TABLE.tableMoyenLivraison TD, 
TABLE.tableMoyenLivraison TH { 
  border: 1px solid black; 
  padding: 5px;
}
TABLE.tableMoyenLivraison TH { 
  font-weight: bold;
  background-color: #d1e2ea;
}
TABLE.tableMoyenLivraison .tableMoyenLivraisonCellRadio,
TABLE.tableMoyenLivraison .tableMoyenLivraisonCellCheckbox {
  width: 3em;
  vertical-align: middle;
  text-align: center;
}
TABLE.tableMoyenLivraison TD.tableMoyenLivraisonNomOption { 
  font-weight: bold;
  background-color: #d1e2ea;
}
/* Tableau de la page "bilan de la commande", repris également sur le compte client pour visualiser les commandes  */
TABLE.bilanCommande {
  width: 95%;
  color: black;
}
TABLE.bilanCommande TD,
TABLE.bilanCommande TH {
  border: 1px solid black; 
  padding: 3px;
}
TABLE.bilanCommande TH {
  background-color: #d1e2ea;
}
TABLE.bilanCommande TR.sep {
  height: 25px;
}
TABLE.bilanCommande TR.sep TD {
  border: 0;
}
TABLE.bilanCommandeArticles {
  width: 100%;
  margin-top: 5px;
}
TABLE.bilanCommandeArticles TH {
  background-color: #eee;
}

/* cadre pour chaque produit sur une page de catégorie */
DIV.cadreProduit {
  text-align: center; 
  width: 180px; 
  float: left; 
  height: 260px; 
  border: 1px solid #878787; 
  margin-right: 10px; 
  margin-bottom: 10px;
  padding: 3px;
  background-color: #fcfdee;
}
DIV.cadreProduit A.imgProduit {
  display: block;
  overflow: hidden;
  width: 180px;
}
DIV.cadreProduit DIV.cadreTextProduit {
  background-color: #ccc; 
  text-align: center;
}
DIV.cadreProduit DIV.cadreTextProduit A {
  display: block; 
  width: 180px; 
  text-align: center; 
  margin: auto;
  height: 40px;
}

/* cadre pour chaque produit sur une page article */
DIV.cadreCadre {
  width: 95px;
  overflow-y: auto;
  overflow-x: hidden;
  margin : 0;
  padding : 0;
  height : 100%;
  background : #999;
}


DIV.cadreProduitArticle {
  margin: auto;
  text-align: center; 
  width: 69px; 
  /*float: left; */
  height: 140px; 
  border: 1px solid #878787; 
  /*margin-right: 3px; */
  margin-bottom: 3px;
  padding: 3px;
  background-color: #fcfdee;
  
}
DIV.cadreProduitArticle A.imgProduitArticle {
  display: block;
  overflow: hidden;
  width: 66px;
}
DIV.cadreProduitArticle DIV.cadreTextProduitArticle {
  background-color: #ccc; 
  text-align: center;
}
DIV.cadreProduitArticle DIV.cadreTextProduitArticle A {
  display: block; 
  width: 66px; 
  text-align: center; 
  margin: auto;
  height: 40px;
  font-size : 9px;
}

TABLE.infosLivraison {
  width: 90%;
}
TABLE.infosLivraison TH,
TABLE.infosLivraison TD {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
TABLE.infosLivraison TH {
  color: #FFF;
  background-color: #9a9a9a;
  padding: 3px 5px 3px 5px;
  border-right: 2px solid #fff;
}
TABLE.infosLivraison TD {  
  color: #000;
  padding: 5px 10px 5px 10px;
  border: 1px solid #9a9a9a;
}

/* PAGINATION */
.pagination {
  padding-left: 1em;
  padding-top: 3px;
  height: 25px;
  background-image: url(images/barre-degrade-pagination.gif);
}

.pagination A.cur {
  background-color: #FFF;
  text-decoration: underline;
}





