P, H1, H2, SMALL, LEGEND, LABEL {
  text-indent: 20px;
  font-family: verdana, arial, helvetica, sans-serif ;
  font-size: 12px;
  color: #cc6600;
  text-align: justify;
}
.center {
  text-indent: 0px;  
  text-align: center;
}

A {
  color: #cc6600;
  font-weight: bold;
}
A:hover {
  color: #ff9935;
}

H1 {
  text-indent: 0px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

H2 {
  text-indent: 40px;
  font-size: 16px;
  font-weight: bold;
}

LI {
  font-family: verdana, arial, helvetica, sans-serif ;
  font-size: 12px;
  color: #cc6600;
  line-height: 1.5em;
}

SMALL {
  font-size: 10px;
}

#formulaire FIELDSET {
  border: 1px solid #000000;
} 
#formulaire LEGEND {
  text-indent: 0px;
  font-weight: bold; 
}
#formulaire LABEL {
  width: 140px;
  float: left;
}
#formulaire INPUT,#formulaire TEXTAREA {
  width: 330px;
  border: 1px solid #666666;
  margin: 1px;
  font-family: verdana, arial, helvetica, sans-serif ;
  font-size: 12px;
}
#formulaire .champ_message {
  height: 8em;
}
#formulaire .petit {
  width: 100px;
}
#formulaire .submit {
  width: 100px;
}

