/* CSS Document */

.affiche_compte {
  width: 95%;
  padding: 10px;
  text-align: center;
  border: 1px solid #000;
  margin: 5px;
}
.panier {
  width: 100%;
  height: auto;
}
.panier th {
  color: #fff;
  background-color: #2374D0;
  padding: 3px;
  text-align: center;
  font-size: 14px;
}
.panier tr td {
  border-bottom: 1px solid #6F655B!important;
}
.panier td {
  color: #000;
  padding: 2px;
  text-align: center;
  font-size: 12px;
}
.ligne_impaire {
  background-color: #C0C0C0;
  font-size: 12px;
  padding: 5px;
}
.ligne_paire {
  background-color: #fff;
  font-size: 12px;
  padding: 5px;  
}
.calcul {
  text-align: right!important;
}
.panier_vide {
  font-weight: bold;
}
.quantite {
  width: 30px;
  border: 1px solid #6F655B;
  text-align: center;
}
.lien_moins {
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.lien_plus {
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.lien_plus:hover {
  text-decoration: none;
}
.lien_moins:hover {
  text-decoration: none;
}
.bouton_effacer, .bouton_retour {
  display: block;
  color: #fff;
  background-color: #2374D0;
  padding: 5px;
  width: 150px;
  float: left;
  text-decoration: none;
  text-align: center;
  border: 1px solid #000;
  font-weight: bold;
  margin: 5px;
  font-size: 12px;
}
.bouton_effacer:hover, .bouton_retour:hover {
  text-decoration: none;
  color: #fff;
}
.bouton_recalculer, .panier_submit {
  display: block;
  color: #fff;
  background-color: #2374D0;
  padding: 5px;
  width: 150px;
  float: left;
  text-decoration: none;
  text-align: center;
  border: 1px solid #000;
  font-weight: bold;
  margin: 5px;
  font-size: 12px;
  cursor: pointer;
}

.bouton_envoyer_panier {
  display: block;
  color: #fff;
  background-color: #2374D0;
  padding: 5px;
  width: 150px;
  float: right;
  text-decoration: none;
  text-align: center;
  border: 1px solid #000;
  font-weight: bold;
  margin: 5px;
  font-size: 12px;
  cursor: pointer;
}
.bouton_imprimer {
  display: block;
  color: #fff;
  background-color: #2374D0;
  padding: 5px;
  width: 150px;
  float: left;
  text-decoration: none;
  text-align: center;
  border: 1px solid #000;
  font-weight: bold;
  margin: 5px;
  font-size: 12px;
}
.bouton_imprimer:hover {
  text-decoration: none;
  color: #fff;
}
.panier_somme {
  width: auto;
  height: auto;
  float: right;
}
.somme_libelle {
  color: #fff;
  background-color: #2374D0;
  padding: 3px;
  text-align: center;
  font-size: 14px;
  text-align: right;
  font-weight: bold;
}
.somme_valeur {
  color: #000;
  background-color: #C0C0C0;
  padding: 3px;
  font-size: 14px;
  text-align: right;
  font-weight: bold;
}
.clear {
  display: block;
  clear: both;
}

/*  formulaire */
fieldset {
  margin: 0;
  border: 0;
}
.formulaire_sep {
  display: block;
  clear: both;
  padding: 10px;
}
.liste_condition {
  
}
.label_inscription {
  display: block;
  float: left;
  width: 250px;
  font-weight: bold;
}
.form_panier {
  display: block;
  float: left;
  border: 1px solid #C0C0C0;
  width: 200px;
  font-size: 11px;
  padding: 2px;
}
.panier_radio {
  color: #C0C0C0;
}
.bouton_inscription {
  
}
.erreur_formulaire {
  color: red;
}
.sep_gauche {
  display: block;
  height: 10px;
  clear: both;
  padding: 0;
  margin: 0;
}

.bloc_log {
  text-align: left;
  display: block;
  float: left;
  width: 290px;
  margin: 10px;
  height: 200px;
  border: 1px solid #000;
  padding: 10px;
}
.libelle_formulaire {
  padding: 5px 0 5px 0;
  font-weight: bold;
}
.formulaire_message {
  display: block;
  clear: both;
  color: red;
  font-weight: bold;
}
.bouton_commander {
  display: block;
  clear: both;
  text-align: center;
  padding: 0!important;
  margin: 0!important;
  height: 47px!important;
  overflow: hidden!important;
}
.block_options {
  display: block;
  clear: both;
  text-align: center;
  height: 50px;
  overflow: hidden;
}
