
div.formulaire {
background-color: #e4e4e4;
padding: 3px 4px;
margin: 1px 0;
clear: both;
border-bottom: none;
}
div.formulaire_bas {
border-bottom: ridge 2px #fff;
margin: 1px 0 4px 0;
text-align:left;
}
div.formulaire_haut{
border-top: groove 2px #fff;
margin: 4px 0 1px 0;
}
div#cadre_recherche{
height:100%;
}
fieldset.formulaire {
background-color: transparent;
border: none;
padding: 0;
margin: 0;
clear: both;
}
fieldset.formulaire legend {
font-weight: bold;
background-color: transparent;
border: none;
padding: 0;
margin: 0;
}
div.conteneur_champ {
padding: 0;
margin: 0 4px 0 0;
}
div.champ_option {
background-color: #eaeaea;
margin: 1px 0;
height:1%;
position:relative;
}
div.conteneur_champ input, div.conteneur_champ textarea, div.conteneur_champ select {
width: 100%;
}
div.champ_label {
font-weight: bold;
position: relative;
}
fieldset.champ_label { font-weight: bold; }
div.formulaire_entete {
background-color: #000;
color: #fff;
font-weight: bold;
padding: 3px 4px;
margin: 2px 0 -1px 0;
clear: both;
border-bottom: double medium #fff;
border-top: double medium #fff;
}

div.formulaire_erreur {
border: 2px solid #f00;
background-color: #fdd;
}
div.champ_option_erreur { background-color: #fee; }
