#formulaire{
width:600px;
margin-left:325px;
}
form {
padding:0px;
}
#form1 {
width: 260px;
float:left;
}	
#form2 {
width: 310px;
float:left;
}	

form p{
text-align:left;
}
fieldset {
padding:0px;
margin-bottom:0px;
}
legend {
color: #000; 
font-weight:bold
}
label {
float:left;
margin:0pt;
padding:0pt 0.5em 0pt 0pt;
text-align:right;
width:75px;
}
input {
border:none;
border-bottom:1px solid #000;
background-color: #fff;
font-weight:bold;
/*	font-family: 'Quattrocento Sans', arial, serif; */

}
input[type=radio] {
margin-right:50px;
border:none;
}
select, option {
background-color:#eee;
}
textarea {
border:none;
border:1px solid #000;
background-color: #fff;
/*	font-family: 'Quattrocento Sans', arial, serif; */
}
.obligatoire{
color:#000;
font-weight:bold;
}
.erreur{
color:#ff0000;
font-weight:bold;
}

