<!--
@charset "UTF-8";

#formulaire textarea,select{
background-color:#ebebe4;
width:200px;
}

#formulaire textarea,input,select, label,legend{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}


#formulaire input.text{
width:200px;
background-color:#ebebe4;
}


#formulaire input.zip{
width:100px;
}

#formulaire textarea{
width:250px;
height:100px;
}

#formulaire select{
width:200px;
}

#formulaire table{
width:450px;
text-align:left;
vertical-align:top;
}

#formulaire td{
text-align:left;
}
td.align{
text-align:right;
}


-->