.legend{
/*color:#E75326;*/
color:#0094CE;
font-size:inherit;
font-size:1.4em;
}

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; width:450px;  margin:0 auto;  }
.formulaire_spip form { margin: 0; padding: 0; } /* Bug IE/Win */

/* 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;  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 { 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 { display: block; text-align: left; color: #444; font-weight: bold; /* pour IE/Win */ position: relative; width:15em; float:left;  }
.formulaire_spip li p { margin-top: 0; margin-bottom: 0; }


.formulaire_spip .choix{
padding:5px 0 5px 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 { width: 20em; height:1.3em; border: 1px inset; display:block; float:left; }
.formulaire_spip textarea { width: 20em; border: 1px inset; }
.formulaire_spip select { width: 20em;  }

/* Boutons */
.formulaire_spip .boutons { clear: both; margin: 0; padding: 0; text-align: center; }
.formulaire_spip .boutons input { margin-left: 1em; }
.formulaire_spip .boutons input, input.submit {
background:url(images/envoyer.png) no-repeat;
border:none;
width:70px;
height:18px;
cursor:pointer;
}


/* Reponses, previsu et erreurs
----------------------------------------------- */

/* Champs obligatoires */
.formulaire_spip li.obligatoire {}
.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; }
.formulaire_spip fieldset.previsu p { margin: 1em 0; } 

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #C5081E; 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 { display: block; clear:both; text-align:center; color: #C30; font-weight: bold; }
.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 { margin: 0; color: #C5081E; font-weight: bold; text-align:center; }

.obligatoire{
color: #C30;
font-weight:normal;
}
.formulaire_spip .choix{
clear:both;
}
.formulaire_tab1{
border:#FFFFFF 1px solid;
color:#000000;
padding:4px;
}
.formulaire_tab2{
border-right:none;
}
.formulaire_tab3{
border-top:none;
}
.formulaire_tab1 a{
color:#000000;
}
.formulaire_tab1 a:hover{
color:#000000;
text-decoration:underline;
font-weight:bold;
}
