/*affichage du formulaire*/
#formContact {
display:block;
position:relative;
overflow:auto;
width:750px;
padding:5px;
margin:0;
}
.formElement {
float:left;/*Associý au clear left permet de retourner ý la ligne*/
margin-top:5px;
}
.formArea {
float:left;
clear:left;
width:725px;
height:150px;
}
fieldset {
font-weight:bold;
float:left;
width:360px;
border:3px solid #9292aa;
margin:0 0 10px 0;
padding:5px;
}
fieldset legend {
font-size:1.2em;
}
.btnEnvoyer {
border:0;
background:url(images/envoyer.jpg);
width:125px;
height:40px;
float:none;
display:block;
clear:both;
margin:auto;
}
.btnEnvoyer:hover {
background:url(images/envoyer-on.jpg);
cursor:pointer;
}
.hidden {
display:none;
}
label {
float:left;
clear:left;
margin-top:5px;
padding-top:4px;
}
input {
float:left;
margin-top:5px;
border:1px solid #7F9DB9;
padding:2px 1px;
}
.radio {
border-width:0;
margin-top:3px;
}
.checkBox {
border-width:0;
}
textArea {
border:1px solid #7F9DB9;
padding:2px 1px;
}
#fieldSociete {
float:left;
width:355px;
}
#fieldSociete label{
width:100px;
}
.hackContactPro {
float:left;
width:370px;
}
#fieldCivilite {
float:left;
width:355px;
}
#fieldCivilite .radio{
margin-top:3px;
}
#fieldCivilite label{
width:60px;
}
#fieldCivilite .radioBtn {
clear:right;
width:35px;
}
#fieldAdresse {
float:left;
width:353px;
margin-left:5px;
}
#fieldAdresse label {
width:85px;
}
#fieldInfo{
float:left;
width:734px;
}
#fieldInfo label {
width:160px;
clear:none;
}
#fieldInfo input {
margin-right:35px;
}
#fieldMessage {
width:734px;
}
#fieldMessage label {
width:130px;
}
.sujet{
width:350px;
}
.labelNewsletter {
float:left;
margin:4px;
clear:right;
}
.champsObli img {
vertical-align:bottom;
}
#alertForm {
position:absolute;
}
#contentAlertForm {
background-color:#FFF;
padding:5px 29px 5px 5px;
}
#nom {
width:200px;
}
#prenom {
width:200px;
}
#adresse {
width:250px;
}
#codePostal {
width:75px;
}
#ville {
width:180px;
}
#telephone {
width:90px;
}
#portable {
width:90px;
}
#email {
width:225px;
}
#sujet {
width:450px;
}
.popup {
color:#000;
border:1px solid #140958;
}
