#liste_formulaire {
  list-style-type: none;
}
#liste_formulaire li {
  clear: both;
  height: 18px;
}
label,label.label_long {
  clear: both;
  float: left;
  display: block;
  cursor: hand;
  width: 90px;
}
label.label_long {
  width: 150px;
}
.form_catalogue {
  float: left;
  border: 1px solid #b4b4b4;
  padding-left: 2px;
  width: 180px;
}
.form_catalogueFenetre {
  border: 1px solid #1d60bb;
  padding-left: 2px;
  width: 120px;
  margin-top:10px;
}
.form_catalogue2 {
  border: 1px solid #b4b4b4;
  padding-left: 2px;
  width: 120px;
}
.radio_form {
  float: left;
  margin-top: 5px;
}
.text_radio {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  *padding-top: 4px;
}
.mention_catalogue {
  clear: both;
  float: left;
  margin-top: 20px;
  font-family: Arial;
  width: 430px;
}
.bt_envoyer {
  float: right;
  margin-top: 17px;
}
.bt_envoyer input {
  border: 0;
  background: transparent;
  color: #b4b4b4;
  font-weight: bold;
  font-size: 14px;
}
