/*  ------------------------------------------
/*  Habillage des formulaires de contact
/*  ------------------------------------------ */
.formulaire_contact input,.formulaire_contact select,.formulaire_contact textarea { font-size: 100%; font-family: inherit; }


/* Structure generale des formulaires
----------------------------------------------- */
.formulaire_contact { clear: both; width: 80%; margin-bottom: 0 auto 2em; padding: 0; border: 0; text-align: left; font-size: 1em; }
.formulaire_contact form { margin: 0; padding: 0; } /* Bug IE/Win */

/* Fieldset */
.formulaire_contact fieldset { clear: both; margin: 0 0 1em 0; padding: 5px; border: 1px black solid;}
.formulaire_contact fieldset legend { padding: 0 5px; font-size: 1.05em; font-weight: bold; background-color: #fff; color: #333; } /* Preciser la couleur des legend et du fond pour IE/Win */

/* Lignes */
.formulaire_contact ul { margin: 0; padding: 0; list-style: none; }
.formulaire_contact ul li { clear: both; margin: 0; padding: 0.50em 0; }
.formulaire_contact ul li.boutons {text-align: center; }

/* Labels */
.formulaire_contact label { display: block; text-align: left; color: #444; /* pour IE/Win */ position: relative;  }
.formulaire_contact li p { margin-top: 0; margin-bottom: 0; }


/* Champs de saisie */
.formulaire_contact input.text { width: 50%; border: 1px inset; }
.formulaire_contact textarea { width: 99%; border: 1px inset; }
.formulaire_contact select { width: 99%; }

/* Reponses, previsu et erreurs
----------------------------------------------- */

/* Champs obligatoires */
.formulaire_contact li.obligatoire {}
.formulaire_contact li.obligatoire label {}

/* Previsualisation du message */
.formulaire_contact fieldset.previsu { margin-bottom: 2em; padding: 1em; border: 1px dashed #F57900; }
.formulaire_contact fieldset.previsu legend { padding: 0 0.50em; font-weight: bold; color: #F57900; }
.formulaire_contact fieldset.previsu li { padding: 3px; border: none; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; font-size: 1.20em; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }
fieldset.reponse_formulaire legend { color: #F57900; } /* Preciser la couleur des legend et du fond pour IE/Win */

/* * Erreurs */
.formulaire_contact li.erreur .erreur_message { display: block; color: #C30; font-weight: bold; }
.formulaire_contact li.erreur input.text, .formulaire_contact li.erreur textarea { background-color: #FCC; border-style: solid; border-color: #C30; }
.reponse_formulaire_erreur { margin: 0; color: #C30; font-weight: bold; }

/* * OK */
.reponse_formulaire_ok { margin: 0; color: #53AD20; font-weight: bold; }
