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


/* Structure generale des formulaires
----------------------------------------------- */
.formulaire_spip { clear: both; margin: 0.5em; padding: 0; border:1px solid #fff; text-align: left; font-size: 1em; background-color:#bbb; }
.formulaire_spip form { margin: 0.3em; padding: 0; } /* Bug IE/Win */

/* Fieldset */
.formulaire_spip fieldset { clear: both; margin: 0 0 0.3em 0; padding: 0; border: 0; }
.formulaire_spip fieldset legend { margin: 0; padding: 0; font-size: 1.05em; color: #fff; } /* 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.20em 0; color: #333; font-size:0.8em; }

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

/* Labels */
.formulaire_spip label { display: block; text-align: left; font-size:0.8em; color: #036; 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 { width: 15em; border: double 3px #09f; background-color:#333; padding:0.1em; color:#fff; }
.formulaire_spip textarea { width: 99%; border: double 3px #09f; background-color:#333; color:#fff;}
.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 { font-size:0.8em; }



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

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

/* Previsualisation du message */
.previsu {font-size:0.95em;}
.previsu .forum-texte { margin-left:10px;}
.previsu .submit {color:#f60; font-weight:bold;}

.formulaire_spip fieldset.previsu { margin-bottom: 0.1em; padding: 0.2em; border-left: 1px double #000; border-right: 1px double #000; border-bottom: 1px double #000; }
.formulaire_spip fieldset.previsu legend { padding: 0 0.50em; color: #F57900; }

.previsu a{text-decoration:none; color:#000;w}
.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 .erreur_message { display: block; color: #f60; font-weight: bold;}
.formulaire_spip li.erreur input.text, .formulaire_spip li.erreur textarea { background-color: #ffc49b; border-style: double; border-color: #f60; color:#000; }
.reponse_formulaire_erreur { margin: 0; color: #C30; font-weight: bold; }

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


/* Variantes et cas particuliers
----------------------------------------------- */

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }
table.spip_barre a img { background: #bfdef7; padding: 3px; border: 1px outset #CC9; }
table.spip_barre a:focus img,
table.spip_barre a:hover img,
table.spip_barre a:active img { background: #FFF; border: 1px solid #CC9; }
table.spip_barre input.barre { width: 99%; background: transparent; border: 0; }
#barre_1 { background-color:#fff; margin-bottom:0.1em; color:#000; font-size:0.8em; font-family:Arial, Helvetica, sans-serif;}


/* Formulaire de forum */
.formulaire_forum .saisie_titre input.text, .formulaire_forum .saisie_titre textarea { width: 98%; }

/* Selection des langues */
.formulaire_menu_lang { margin: 0; padding: 0; background: none; }

/* Formulaires de recherche (site / petitions) */

#acercade {width:740px;  float:left;}
#acercade a{text-decoration:none; color:#ffffff;}
#acercade a:hover{text-decoration:none; color:#09f;}

.cero {margin:0; padding:0;}
.formulaire_recherche { margin: 0; padding: 0; background-color:#000; width:100%; height:auto; border:none; height:30px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.formulaire_recherche label { float:left; font-size:1em; color:#fff; font-weight:normal;  margin-right:5px }
.formulaire_recherche form * { display: inline; vertical-align: middle; }
.formulaire_recherche input.text {width: 8em;  padding-left: 20px; background: #000 url(../img_layout/rechercher.gif) no-repeat left center; border:#f60 solid 1px; }
.formulaire_recherche input.submit { background-color:#fff; border:none; background:#000 url(../img_layout/go_go.gif)  no-repeat left center; cursor:pointer; cursor:hand; width:15px; }
#frame_recherche{padding-top:7px;}

.spip_surligne {} /* Cf.: spip_style.css */

/* Choix des mots-clefs */
ul.choix_mots { display: block; margin: 0; padding: 0; list-style: none; }
ul.choix_mots li { clear: none; float: left; display: block; width: 30%; padding: 1%; }
ul.choix_mots li label { display: inline; font-weight: normal; }

.formulaire_spip .bugajaxie { display: none; } /* Bug IE/Win */

/* Formulaire de login dans une page */
.formulaire_login ul li {clear:left;}
.formulaire_login .editer_password .details {display:block;}
.formulaire_login #spip_logo_auteur {float:right;}
