/* -------------------------- Formulaires -------------------------- */

  form {
  text-align : left;
  width : 100%;
  float : left;
  padding : 0;
  }
  .fieldset {
  border : 0px;
  padding : 10px;
  border: 1px solid #e2decd;
  margin-bottom: 30px;
  }
  fieldset.width {
  border : 0px;
  padding : 10px;
  border: 0px;
  margin-bottom: 0px;
  }
  .fieldset legend {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #00498B;
  margin:0 0 6px;
  line-height: 20px;
  padding: 0px 10px 0px 10px;
  }
  .fieldset .textfield {
  margin : 3px;
  height : 15px;
  width : 200px;
  border: 1px solid black;
  padding: 3px;
  }  
  
  /* -- */
  
  .fieldset2 {
  border : 0px;
  padding : 10px;
  border: 1px solid #e2decd;
  margin-bottom: 30px;
  }
  .fieldset2 legend {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #00498B;
  margin:0 0 6px;
  line-height: 20px;
  padding: 0px 10px 0px 10px;
  }
  .fieldset2 .textfield {
  margin : 3px;
  height : 15px;
  width : 150px;
  border: 1px solid black;
  padding: 3px;
  }
  .fieldset2 label {
  text-align : left;
  width : 110px;
  float : left;
  margin : 0.3em 0 0;
  padding: 0 12px 0 20px;
  color: #00498B;
  line-height: 22px;
  background: url(/images/structure/formcheck.gif) 0 4px no-repeat;
  }
  
  /* -- */
  
  .fieldset3 {
  border : 0px;
  padding : 10px;
  border: 1px solid #e2decd;
  margin-bottom: 30px;
  }
  .fieldset3 legend {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #00498B;
  margin:0 0 6px;
  line-height: 20px;
  padding: 0px 10px 0px 10px;
  }
  .fieldset3 .textfield {
  margin : 3px;
  height : 15px;
  width : 450px;
  border: 1px solid black;
  padding: 3px;
  }
  .fieldset3 label {
  text-align : left;
  width : 150px;
  float : left;
  margin : 0.3em 0 0;
  padding: 0 12px 0 20px;
  color: #00498B;
  line-height: 22px;
  background: url(/images/structure/formcheck.gif) 0 4px no-repeat;
  }
  
  /* -- */
  
  label {
  text-align : left;
  width : 250px;
  float : left;
  margin : 0.3em 0 0;
  padding: 0 12px 0 20px;
  color: #00498B;
  line-height: 22px;
  background: url(/images/structure/formcheck.gif) 0 4px no-repeat;
  }
  select {
  margin : 3px;
  height : 20px;
  width : 200px;
  }
  option {
  margin : 2px;
  }  
