@CHARSET "UTF-8";

#form_table {
  margin: 10px 55px;
  padding: 5px 5px 10px 10px;
  cellspacing: 20px;
  width: 610px;
  height: 564px;
  background: url(/images/formulaire/backgrd_form.jpg) no-repeat;
}

#top_left_corner {
  width: 10px;
  height: 10px;
}

#form_table_title p {
  padding-top: 6px;
  font-size: 16px; 
  color: #bc0926; 
  font-family: arial; 
  font-weight: bold;
}

#form_table input {
  width: 160px;
  margin-bottom: 2px;
  border: 1px solid #cccccc;
}

#form_table td {
  margin-bottom: 5px;
}

#form_table textarea {
  border: 1px solid #cccccc;
  margin-bottom: 2px;
}

#form_adresse {
  width: 160px;
  overflow:auto;
}

#form_message {
  width: 460px;
  overflow:auto;
}

#form_info {
  vertical-align: bottom;
  padding-bottom: 10px;
}

#form_bouton {
  padding-right: 40px;
}

#form_bouton input {
  border: none;
  width: 158px;
}

#form_obligatory {
  color: #bc0926;
  font-size: 11px;
  margin-top: 10px;
}

.form_title {
  text-align: right;
  vertical-align: top;
  font-size: 11px ;
  font-weight: bold;
  width: 100px;
}

.form_disclaimer {
  line-height: 18px;
  margin-top: 10px;
  font-size: 14px; 
  color: #bc0926; 
  font-family: arial; 
  font-weight: bold;
}

.form_star {
  color: #bc0926;
  font-weight: bold;
}

#form_cnil {
  color: #6c6c6c;
  font-size: 12px;
  font-family: arial;
}