h1 {
text-align:center;
}
.signature {
float:right;
margin-right:40px;
}
.secondH1 {
clear:both;
}
/*** le formulaire ***/
.theForm {
margin:5px auto;
overflow:auto;
width:360px;
}
.theForm label{
float:left;
clear:left;
width:100px;
text-align:right;
margin:10px 3px 0;
}
.theForm input{
float:left;
margin:3px 0;
color:#847E6E;
width:170px;
font-size:12px;
}
.theForm .bigLabel{
display:block;
float:none;
width:auto;
text-align:center;
margin-bottom:0;
}
.theForm .bigInput {
width:350px;
clear:left;
}
.theForm textArea {
width:350px;
height:100px;
clear:both;
float:left;
color:#847E6E;
font-size:12px;
}
.theForm .btnEnvoyer {
border:1px solid #847E6E;
color:#847E6E;
background-color:#F6E0A6;
float:none;
cursor:pointer;
width:auto;
}
.theForm select {
color:#847E6E;
}
