div#etape_commande
{
  width:500px;
  text-align: center;
  padding: 5px 0px 5px 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 11px;
  color: #dddddd;
  background-color: #808080;
}

div#etape_commande a {
  font-size: 11px;
  color: white;
  text-decoration: none;
}

div#etape_commande a:hover {
  text-decoration: underline;
}

table.presentation {
  width: 100%;
}

table.presentation td {
  border: 1px solid black;
  font-size: 10px;
  text-align: center;
}

table.presentation table td {
  border: none;
}

tr.entete th {
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
  font-size: 10px;
  background-color: #808080;
  color: #ffffff;
  padding: 2px;
}

tr.pied th, tr.pied td {
  border-top: 1px solid #f2f2f2;
  height: 3px;
  overflow: hidden;
}

div#quantite input {
  font-size: 9px;
}

div#quantite a{
  text-decoration: none;
}

div#supprimer a{
  text-decoration: none;
}

div#bon_reduc {
  text-align: left;
  font-size: 12px;
  margin-left: 2px;
}

div#bon_reduc input {
  font-size: 9px;
}

div#msg_erreur {
  text-align: center;
  font-size: 11px;
  color: #aa0000;
}

div#msg_ok {
  text-align: center;
  font-size: 11px;
  color: #00aa00;
}

div#identification_client {
  font-family: Verdana;
  font-size: 11px;
  color: black;
}

div#identification_client a{
  color: black;
}

div#identification_client a:hover{
  color: black;
  text-decoration : underline;
}

div#identification_client span, h4 {
  color: black;
}

div#identification_client input {
  font-size: 9px;
}

div#inscription {
  font-family: Verdana;
  font-size: 11px;
  color: black;
  /*background: lightgreen;*/
}

div#inscription input {
  font-size: 9px;
}

div#inscription h4 {
  font-size: 12px;
  margin-bottom: 20px;
  color: #777777;
  text-align: center;
}

div#recap_coordonnees {
  width: 586px;
  font-size: 11px;
  color: black;
}

div#recap_coordonnees input{
  font-size: 9px;
}

div#recap_coordonnees h4 {
  font-size: 11px;
  margin-bottom: 20px;
  color: #777777;
  text-align: center;
}

table.recap_coordonnees td {
  text-align: left;
}

table.recap_coordonnees th {
  text-align: left;
  border-bottom: 1px solid #f2f2f2;
}


/* ---------------- LIVRAISON (ETAPE3) ---------------- */

div#type_livraison {
  text-align: left;
  border: 0px solid  #f2f2f2;
  margin-bottom: 5px;
}

div#type_livraison div#image {
  border: 0px;
  width: 200px;
  height: 60px;
}

div#type_livraison div#text {
  font-size: 11px;
  text-align: left;
  margin: 10px;
}


/* ------------------------------- */

div.cgv {
  padding: 5px 5px 5px 5px;
  border: 1px solid black;
  height: 150px;
  overflow: auto;
  margin-top: 2px;
  background-color: white;
  font-size: 11px;
}
div.cgv h4 {
  color: #a9181c;
  margin-top: 2px;
}
div.cgv label {
  font-weight: bold;
}

div#save_panier {
  font-family: Verdana;
  font-size: 11px;
  color: black;
}

div#save_panier input {
  font-size: 9px;
}

div#carte_fidelite {
  text-align: left;
  font-size: 11px;
  margin-left: 2px;
}

div#carte_fidelite input {
  font-size: 9px;
}