form{
float:left;
display:inline;
width:425px;
border:2px solid #f05c01;
margin-top:16px;
}

fieldset {
position:relative;
width:340px;
margin:0;
padding:20px 0 10px 20px;
border:none;
}

select {
  margin-left:0;
  margin-bottom:0;
}

.formu{
float:left;
width:380px;
margin-bottom:7px;
}

.gauche {
float:left;
width:232px;
}

label {
float:left;
width:80px;
}

.droite{
float:left;
width:232px;
margin-left:15px;
}

.adresse {
float:left;
width:430px;
}

.cp{
float:left;
width:138px;
margin-left:15px;
}

.cp label{
float:left;
width:40px;
}

.cp input{
float:right;
}

.demande{
float:left;
width:400px;
margin:10px 0 0 0;
}

.demande label{
float:left;
width:180px;
}

.demande select{
font-size:0.8em;
color:#481b04;
height:20px;
}

.message label{
float:left;
width:110px;
}

input{
border:1px solid #481b04;
height:18px;
}

input:hover{
background-color: #f05c01;
}

select{
border:1px solid #481b04;
height:18px;
}

textarea {
font-family:Arial, Helvetica, sans-serif;
width:260px;
font-size:1em;
overflow:hidden;
border:1px solid #481b04;
margin:0;
padding:0;
}

#bouton{
float:right;
margin-right:150px;
width:120px;
text-align:center;
margin-bottom:10px;
border:1px solid #481b04;
height:20px;
}

#bouton input{
width:120px;
height:20px;
border:none;
background-color:#f05c01;
text-align:center;
}

#bouton input:hover{
width:120px;
border:none;
background-color:#481b04;
text-align:center;
color:#f4e8d9;
}


#reponse{
font-weight:bold;
text-align:center;
margin-top:40px;
line-height:25px;
color:#481b04;
}





