form{
  margin:0;
  padding:0;

}
#formulaire{
  width: 382px;
  height: 377px;
  margin-top:7px;
  margin-left:19px;
  margin-right:19px;
  background:#eaeaea url(../images/trame.jpg) left top no-repeat;
}


#formulaire p{
  margin:0;
  padding:0;
  color: #eaeaea;
  font-size:11px;  
}

label{
  width: 95px;
  display: block;
  float: left;
  color: #eaeaea;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight:bold;
  text-align: right;
  margin-right: 5px;
  height: 26px;
  line-height: 30px;
  vertical-align: middle;
}
  
input{ 
  width: 267px;
  /*height: 20px;*/
  margin-top:5px;
  margin-bottom: 5px;
  /*border: none;*/
}

textarea { 
  float: left;
  width: 267px;
  height: 62px;
  margin-top:5px;
  border: none;
}

#submit{
  clear: left;
  width: 60px;
  background-color:blue;
  background: red url(../images/bouton_orange.jpg) left top no-repeat;
  border: none;
  font-family: arial, sans-serif;
  font-size:10px;
  font-weight:bold;
  text-align: center;
  margin-left: 99px;
  color: #eaeaea;
  margin-top:0px; 
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
}

