form
{
padding:5px;
margin-left:200px;
background-color:#E8E8E8;

}
p.titre {
  background-image: url("http://www.notafrais.com/v4/images/titre2.jpg");
  color:#2D4099;
  padding:.2em .3em;
  font-size:1.2em;
  border:2px outset #DED983;
  position:relative;
  width:10em;
  margin-left:1em;
  margin-top:1em;
}
p.titre3 {
  background-image: url("http://www.notafrais.com/v4/images/titre2.jpg");
  color:#2D4099;
  padding:.2em .3em;
  font-size:1.2em;
  border:2px outset WHITE;
  position:relative;
  width:35em;
  
  margin-top:1em;
}
p.titre4 {
  background-image: url("http://www.notafrais.com/v4/images/titre2.jpg");
  color:#2D4099;
  padding:.2em .3em;
  font-size:1.2em;
  border:2px outset WHITE;
  position:relative;
  width:20em;
  
  margin-top:1em;
}
fieldset#coordonnees
{
padding:10px;
margin-bottom:-1px;
background-color:#E8E8E8;
 color:#000066;
  border:0px outset #9DF2CE;
 }
label 
  {
  display: inline;
  float: left;
  width: 250px;
  } 
fieldset#champs
{
padding:10px;
margin-bottom:-1px;
 background:#FF6633;
 color:WHITE;
  border:outset #9DF2CE;
 }
 fieldset#resultat
{
padding:10px;
margin-bottom:-1px;
 background:SILVER;
 color:#000066;
  border:outset BLACK;
 }
/* fieldset message */
fieldset#message {
   padding:10px;
  margin-right:1px;
  width:695px;
  height:110px;
  background:#5D77A8;
  border:outset SILVER;
} 
fieldset#choix
{
padding:5px;
margin-bottom:1px;
 color:WHITE;
 }

textarea {
  position:absolute;
  font:.8em "Trebuchet MS", Verdana, sans-serif;
  width:675px;
  padding:10px;
}
/* les boutons submit et reset */
#buttons
{
margin-left:250px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  margin-right:1px;
  background-color: #5D77A8;
  border: 2px outset #c0c0c0;
  font:1.2em Arial, "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  color:WHITE;
}
input[type="submit"]:hover, input[type="reset"]:hover 
{
  color: #5D77A8;
  background-color: WHITE;
  border: 2px inset #c0c0c0;
}

.libelle
{
 display: block;
 margin-left:200px; 
}
