/*
// +--------------------------------------------------------------------+
// | Formulaires
// +--------------------------------------------------------------------+
*/
form.formail {
margin : auto;
width : 95%;
}
td.formail{
width : 100px;
vertical-align : top;
text-align : right;
}
td.formailchamp{
width : 400px;
text-align : center;
}
/*
// +--------------------------------------------------------------------+
// | Design Champs, Zones de texte et Boutons
// +--------------------------------------------------------------------+
*/
input,textarea {
font-family : monospace;
font-size : 12px;
background-color : #fff;
border : 1px solid #000;
}
input.formailbouton {
margin : 10px;
}

