#formulaire {
	width:570px;height:auto;
	float:left;
	overflow: hidden;
	padding-top:10px;
	margin-left:45px;
	}
#formulaire label{
width:155px;
float:left;
color:#6e8394;
margin:0;
font-size:1.05em;
display: block;
}
#formulaire label.legende{
width:200px;
margin-left:115px;
float:left;
color:#6e83945;
font-size:0.75em;
}
#formulaire input {
width:450px;
float:right;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border: solid 1px #bbb;
background-color:#f7f7f7;
color:#666;
margin:-17px 0 12px 0;
padding:3px 0 3px 5px;
font-size:.9em;
height:1.3em;
}
#formulaire textarea {
float:right;
width:450px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border: solid 1px #bbb;
background-color:#f7f7f7;
color:#666;
margin:-17px 0 12px 0;
padding:3px 0 3px 5px;
font-size:.9em;
height:auto;
overflow:auto; 
}
#formulaire input.validerbtn {
background:url(../images/envoyer_3.gif) no-repeat;
color: white;
text-align: center;
letter-spacing:0.1em;
width:95px;
height:22px;
float:right;
padding: 0 1px 10px 0;
margin:0 0 29px 0;
cursor:pointer;
border:0px;
}
