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


/* Structure generale des formulaires
----------------------------------------------- */
.formulaire_spip { clear: both; margin-bottom: 2em; padding: 0; border: 0; text-align: left; font-size: 1em; }
.formulaire_spip form { margin: 0; padding: 0 0 0 10px; } /* Bug IE/Win */

/* Fieldset */
.formulaire_spip fieldset {
    background-color: #EEEEEE;
    border: 0 none;
    clear: both;
    margin: 0 0 1em;
    padding: 0 10px;
}

.formulaire_newsletter {
    background-color: #EEEEEE;
    border: 0 none;
    clear: both;
    margin: 0 0 0 10px;
    padding: 0 10px 10px;
}

.formulaire_spip fieldset legend {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}/* 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 { margin: 0.50em 0; color: #444; }

/* Lignes */
.formulaire_spip ul { margin: 0; padding: 0; list-style: none; }
.formulaire_spip ul li { clear: both; margin: 0; padding: 0.50em 0; }

/* Labels */
.formulaire_spip label {
    color: #000000;
    float: left;
    font-size: 1.1em;
    font-weight: normal;
    padding-right: 10px;
    text-align: right;
    width: 117px;
	margin-top: 7px;
}
.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 dotted #000000;
    font-size: 1.1em;
    padding: 4px;
    width: 18em;
}
.formulaire_spip textarea {
    border: 1px dotted #000000;
    width: 98%;
	height: 160px;
	font-size: 1.1em;
    padding: 4px;
}
.formulaire_spip select { width: 99%; }

/* Boutons */
.formulaire_spip .boutons { clear: both; margin: 0; padding: 0; text-align: right; }
.formulaire_spip .boutons input { margin-left: 1em; }
.formulaire_spip .boutons input, input.submit {}


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

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

/* Previsualisation du message */
.formulaire_spip fieldset.previsu {
    background-color: #FFD1A5;
    font-size: 1.1em;
    margin-bottom: 2em;
    padding: 1em;
}

.formulaire_spip fieldset.previsu legend { padding: 0 0.50em; font-weight: bold; color: #F57900; }
.formulaire_spip fieldset.previsu li { padding: 3px; border: none; }
.formulaire_spip fieldset.previsu p { margin: 1em 0; } 

/* 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 .erreur_message {
    color: #CC3300;
    display: block;
    font-size: 1.05em;
    font-weight: bold;
    margin-top: 7px;
}
.formulaire_spip li.erreur input.text, .formulaire_spip 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 {
    color: #53AD20;
    font-weight: bold;
    margin: 0;
    padding-left: 10px;
}


/* Variantes et cas particuliers
----------------------------------------------- */
.spip_surligne {} /* Cf.: spip_style.css */
.formulaire_spip .bugajaxie { display: none; } /* Bug IE/Win */