/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */
input, select, textarea { font-size: 100%; font-family: inherit;}


/* Structure generale des formulaires
----------------------------------------------- */
.formulaire_spip { clear: both; padding: 0; border: 0; text-align: left; font-size: 1em; }
.formulaire_spip form { margin: 0; padding: 0; } /* Bug IE/Win */

.formulaire_spip h2{ clear: both; text-align: left; font-size: 1.5em; border-bottom:1px solid #FF3333;margin:15px 0 0 0; padding-bottom:3px;}
/* Fieldset */
.formulaire_spip fieldset { clear: both; margin: 0 0 1em 0; padding: 0; border: 0; }
.formulaire_spip fieldset legend { margin: 0; padding: 0; font-size: 1.05em; font-weight: bold; background-color: #fff; color: #333; } /* Preciser la couleur des legend et du fond pour IE/Win */
.formulaire_spip fieldset fieldset { margin-top: 1em; }
.formulaire_spip fieldset fieldset legend { font-size: 1em; font-weight: normal; }

/* Explications */
.formulaire_spip .explication { color: #444; }

/* Lignes */
.formulaire_spip ul { margin: 0; padding: 0; list-style: none; }
.formulaire_spip ul li { clear: both; margin: 0; padding: 10px; background-color:#F7F7F7; border-bottom:1px solid #FFF;}


/* Labels */
.formulaire_spip label { display: block; text-align: left; color: #444; font-weight: bold; /* pour IE/Win */ position: relative;  }
.formulaire_spip li p { margin-top: 0; margin-bottom: 0; }

.formulaire_spip .choix label{display:inline;font-weight:normal;}
.formulaire_spip .choix input.radio,
.formulaire_spip .choix input.checkbox {width:auto;}


/* Champs de saisie */
.formulaire_spip input.text { border: 1px solid #CCC; }
textarea {  border: 1px solid #BBB; display:block; width:100%; }
.formulaire_spip select {border: 1px solid #CCC;  font-size:0.9em;}

/* Boutons */

.formulaire_spip input.boutons , input.submit {cursor:pointer;border:1px solid #CFCFCF; border-bottom:1px solid #999; border-right:1px solid #BBB;  background:url(../images/bg-panel-header.gif) repeat-x center;  margin:0 5px 0 5px; padding:1px 7px 1px 7px; -moz-border-radius:5px; border-radius:5px;color:#000; clear:right; font-weight:bold;}


/* Reponses, previsu et erreurs
----------------------------------------------- */

/* Champs obligatoires */
.formulaire_spip li.obligatoire {background-color:#FCEAE9;}
.formulaire_spip li.obligatoire label {}

/* Previsualisation du message */
.formulaire_spip fieldset.previsu { margin-bottom: 2em; padding: 1em; border: 2px dashed #F57900; }
.formulaire_spip fieldset.previsu legend { padding: 0 0.50em; font-weight: bold; color: #F57900; }
.formulaire_spip 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.reponse_formulaire legend { color: #F57900; } /* Preciser la couleur des legend et du fond pour IE/Win */

/* * Erreurs */
.formulaire_spip li.erreur{ background-color:#FBF4F4}
span.erreur{ color:#CC6600;}
.formulaire_spip li.erreur input.text, .formulaire_spip li.erreur textarea { background-color: #FCC; border-style: solid; border-color: #C30; }
.reponse_formulaire_erreur { margin: 10px 0 10px 0; padding:5px; background-color: #C30; font-weight: bold; font-size:1.1em; color:#FFF;}

/* * OK */
.reponse_formulaire_ok { margin:10px 0 10px 0; padding:5px; background-color: #53AD20 ; font-weight: bold; font-size:1.1em;color:#FFF;}
