p.titre {
  float:left;
  color:#345071;
  font-size:1.2em;
  position:relative;
  width:10em;

}

fieldset {
  border:none;
  margin-bottom:1em;
  width:24em;
  padding-top:1em;
}
select {
  margin-left:9em;
  margin-bottom:0px;
}



#civilite {
  font-size:90%;
}

#civilite input {
  margin-left:3em;
}
#civilite input + input {
  margin-left:1em;
}
/* zone de texte du message */
textarea {
  font:.8em "Trebuchet MS", Verdana, sans-serif;
  width:29em;
  padding:0px;
  margin:0 auto;
}

/* les boutons submit et reset */
input[type="submit"], input[type="reset"] {
  background:#1b3646;
  font:1.2em "Trebuchet MS", Verdana, sans-serif;
  color:#b6d9ec;
  border:none;
}

p#buttons {
  text-align:center;
}

