/* Formulaires ****************************************************************/

#content form {
  line-height : 2 ;
  text-align : left ;
  }

#content fieldset {
  border : 1px solid #7a4931 ;
  padding : 10px 20px 20px 20px ;
  margin-bottom : 10px ;
  }

#content fieldset div {
  clear : both ;
  }

#content input {
  border : 1px solid #c0c0c0 ;
  background : #e6e6e6 ;
  }

#content input[type=submit] {
  border : 2px outset black ;
  background : #7a4931 ;
  font-weight : bold ;
  text-align : center ;
  color : white ;
  font-size : 14px ;
  letter-spacing : 1px ;
  height : 30px ;
  width : 100% ;
  }

  #content input[type=submit]:hover {
    border : 2px outset #7a4931 ;
    background : #321709 ;
    }

  #content input[type=image] {
    border : 0 ;
    background : transparent ;
    }

#content textarea {
  width : 100% ;
  border : 1px solid #c0c0c0 ;
  background : #e6e6e6 ;
  }

#content select {
  border : 1px solid #c0c0c0 ;
  background : #e6e6e6 ;
  }

#content legend {
  font-weight : bold ;
  padding : 0 10px 0 10px ;
  font-size : 12px ;
  letter-spacing : 1px ;
  color : black ;
  }

#content div.error_message {
  color : #9f0c16 ;
  margin-bottom : 20px ;
  line-height : 1.5 ;
  }

#content div.fb_invalid {
  color : #9f0c16 ;
  }

#content div.nofloat label {
  float : none ;
  clear : none ;
  width : auto ;
  }

#content fieldset.partie100 label {
  width : 100px ;
  clear : left ;
  float : left ;
  }

#content fieldset.partie150 label {
  width : 150px ;
  clear : left ;
  float : left ;
  }

#content fieldset.partie200 label {
  width : 200px ;
  clear : left ;
  float : left ;
  }

#content fieldset.partie250 label {
  width : 250px ;
  clear : left ;
  float : left ;
  }

#content fieldset.partie300 label {
  width : 300px ;
  clear : left ;
  float : left ;
  }

#content div.form-explication {
  font-size : 10px ;
  text-align : justify ;
  }

#content div.captcha {
  border : 1px solid #7a4931 ;
  padding : 20px ;
  margin-bottom : 20px ;
  overflow : auto ;
  }

#content img.captchapict {
  border : 1px solid black ;
  float : left ;
  margin-right : 20px ;
  }