#content p#intro
{ background-image: url("../../../images/form.png");
  background-repeat: no-repeat;
  padding: 7px 0 15px 43px;
}

#content p#intro strong
{ color: #cd003a;
}

#content .part
{ background-color: #dddddd;
  padding: 10px;
  margin-bottom: 5px;
}

#content table
{ width: 100%;
}

#content th
{ font-weight: normal;
  text-align: left;
  vertical-align: top;
}

#content td
{ vertical-align: top;
  text-align: left;
}

#content .part p, #content td p
{ margin: 0;
  padding: 0;
  text-align: justify;
}

#vente select
{ border: solid 1px #ee0345;
  width: 150px;
}

#vente ul
{ list-style-image: url("../../../images/li.gray.png");
  margin: 0 0 0 15px;
  padding: 0;
}

#content input, #content select, #content textarea
{ border: solid 1px #ee0345;
}

#content #infos_perso input[type=text], #infos_perso textarea
{ width: 150px;
}

#content #email
{ width: 227px;
}

/* ------------- liste des lots --------------- */

#content table#lots
{ background-color: #dddddd;
  padding: 0px;
  margin-bottom: 5px; 
}

th#lot_numero, th#lot_description , th#lot_limite
{ text-align: center;
  font-weight: bold;
  color: #ffffff;
  height: 23px;
  line-height: 23px;
}

th#lot_numero
{ width: 104px;
  background-image: url("../../../images/lot_numero.png");
}

th#lot_description
{ width: 337px;
  background-image: url("../../../images/lot_description.png");
}

th#lot_limite
{ width: 122px;
  background-image: url("../../../images/lot_limite.png");
}

#content table#lots td
{ text-align: center;
  height: 22px;
  vertical-align: middle;
}

input.lot_numero_value
{ width: 98px;
}

input.lot_description_value
{ width: 331px;
}

input.lot_limite_value
{ width: 116px;
}

#content table#lots td#continue
{ text-align: right;
}

#content table#lots td#continue a
{ text-decoration: none;
  display: block;
  float: right;
  width: 197px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background-image: url("../../../images/continuer.png");
  color: #ffffff;
  font-weight: bold;
  margin: 10px 5px 10px 0;
}

#content table#lots td#continue a:hover
{ background-image: url("../../../images/continuer_over.png");
  color: #b60034;
}

/* --------------------- rib ---------------------- */

.required
{ font-weight: bold;
  color: #a50234;
}

#banque
{ width: 541px;
  height: 57px;
}

#banque_resp_conteneur
{ text-align: right;
  margin-top: 3px;
}

#banque_resp_conteneur input
{ width: 300px;
}

#content table#rib
{ background-color: #dddddd;
  padding: 0px;
  margin-bottom: 5px; 
}

th#rib_banque, th#rib_guichet, th#rib_compte, th#rib_clef
{ text-align: center;
  font-weight: bold;
  color: #ffffff;
  height: 23px;
  line-height: 23px;
}

th#rib_banque
{ width: 104px;
  background-image: url("../../../images/rib_banque.png");
}

th#rib_guichet
{ width: 104px;
  background-image: url("../../../images/rib_banque.png");
}

th#rib_compte
{ width: 251px;
  background-image: url("../../../images/rib_compte.png");
}

th#rib_clef
{ width: 104px;
  background-image: url("../../../images/rib_banque.png");
}

#content table#rib td
{ text-align: center;
  height: 22px;
  vertical-align: middle;
}

input#rib_banque_value
{ width: 98px;
}

input#rib_guichet_value
{ width: 98px;
}

input#rib_compte_value
{ width: 245px;
}

input#rib_clef_value
{ width: 98px;
}

/* ---------------- bouton enregistrer -------------- */

#content #enregistrer
{ margin: 10px 5px 15px 0;
}

#content #enregistrer a
{ text-decoration: none;
  display: block;
  float: right;
  width: 200px;
  padding-left: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background-image: url("../../../images/enregistrer.png");
}

#content #enregistrer a:hover
{ background-image: url("../../../images/enregistrer_over.png");
  color: #b60034;
}