.titre_first {
    font-weight: bold;
    color: #004576;
    font-size: 14px;
}

.cadre_offre_abo {
  border: 1px solid black;
  background-color: #F1F1F1;
  float: left;
}

.cadre_choix_zone, .cadre_presentation {
  border: 1px solid black;
  background-color: #F1F1F1;
  padding: 5px;
}

.cadre_presentation {
  background-color: #7886a0;
  color: white;
}

.tarif_sl {
  color: #c02525;
  font-size: 18px;
}

#formulaire{
  width: 620px;  
}

.titre_formulaire{
  color: #F1F1F1;
  font-family: "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.form_label {
  float: left;
  width: 100px;
  text-align: right;
  margin-right: 10px;
}

.form_champ {
  float: left;
  width: 500px; 
}

.form_champ input {
  border: 1px solid gray;
  width: 330px;
}

.form_champ .checkbox {
  width: 20px;
  border: 0;
}