/*  ------------------------------------------
/*  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; } /* 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; 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 { 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;  }
.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:1px inset; }
.formulaire_spip textarea { width:99%; border:1px inset; }
.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 { 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:#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:#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:#53AD20; font-weight:bold; }


/* Variantes et cas particuliers
----------------------------------------------- */

/* Barre de raccourcis typographiques */
table.spip_barre { width:100%; }
table.spip_barre a img { background:#FDA; 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; }

/* 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) */
.formulaire_recherche { margin:0; padding:0; background:none; }
.formulaire_recherche * { display:inline; vertical-align:middle; }
.formulaire_recherche label {}
.formulaire_recherche input.text { width:10em; padding-left:25px; background:#FFF url(rechercher.gif) no-repeat left center; }
.formulaire_recherche input.submit {}

.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;}


/* Formulaires specifiques
----------------------------------------------- */

/* Formulaire de contact */
.formulaire_contact { border:0; float:left; font-size:1em; margin:20px 0 0 0; padding:0; text-align:left; width:340px; }
.formulaire_contact form { margin:0; padding:0; } /* Bug IE/Win */

.formulaire_contact fieldset { clear:both; margin:0; padding:0; border:0; }
.formulaire_contact 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_contact fieldset fieldset { margin-top:1em; }
.formulaire_contact fieldset fieldset legend { font-size:1em; font-weight:normal; }

.formulaire_contact .explication { margin:0.50em 0; color:#444; }

.formulaire_contact ul { margin:0; padding:0; list-style:none; }
.formulaire_contact ul li { clear:both; margin:0; padding:0.50em 0; }

.formulaire_contact label { color:#444; display:block; float:left; font-weight:bold; position:relative; text-align:left; width:100px;  }
.formulaire_contact li p { margin-top:0; margin-bottom:0; }

.formulaire_contact .choix label {display:inline;font-weight:normal;}
.formulaire_contact .choix input.radio,
.formulaire_contact .choix input.checkbox {width:auto;}

.formulaire_contact input.text { border:1px inset; float:left; width:200px; }
.formulaire_contact textarea { border:1px inset; float:left; width:200px; }
.formulaire_contact select { width:200px; }

.formulaire_contact .boutons { clear:both; margin:0; padding:0; text-align:right; }
.formulaire_contact .boutons input { margin-left:1em; }
.formulaire_contact .boutons input, input.submit {}

.formulaire_contact li.obligatoire {}
.formulaire_contact li.obligatoire label {}

.formulaire_contact .formulaire_erreur { display:block; color:#C30; font-weight:bold; }
.formulaire_contact .erreur { color:#C30; display:block; float:left; font-weight:bold; margin:0 0 0 10px; }


/* Formulaire de demande de catalogue au format PDF */
.formulaire_cata_pdf { clear:both; margin-bottom:2em; padding:0; border:0; text-align:left; font-size:1em; }
.formulaire_cata_pdf form { margin:0; padding:0; } /* Bug IE/Win */

.formulaire_cata_pdf fieldset { clear:both; margin:0; padding:0; border:0; }
.formulaire_cata_pdf 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_cata_pdf fieldset fieldset { margin-top:1em; }
.formulaire_cata_pdf fieldset fieldset legend { font-size:1em; font-weight:normal; }

.formulaire_cata_pdf .explication { margin:0.50em 0; color:#444; }

.formulaire_cata_pdf ul { margin:0; padding:0; list-style:none; }
.formulaire_cata_pdf ul li { clear:both; margin:0; padding:0.50em 0; }

.formulaire_cata_pdf label { color:#969696; display:block; float:left; font-weight:bold; position:relative; text-align:left; width:70px;  }
.formulaire_cata_pdf li p { margin-top:0; margin-bottom:0; }

.formulaire_cata_pdf .choix label {display:inline;font-weight:normal;}
.formulaire_cata_pdf .choix input.radio,
.formulaire_cata_pdf .choix input.checkbox {width:auto;}

.formulaire_cata_pdf input.text { border-left:1px solid #ddd; border-top:1px solid #ddd; border-bottom:1px solid #cfcfcf; border-right:1px solid #cfcfcf; float:left; width:200px; }
.formulaire_cata_pdf textarea { border:1px inset; float:left; width:200px; }
.formulaire_cata_pdf select { width:200px; }

.formulaire_cata_pdf .boutons { clear:both; margin:40px 45px 0 0; padding:0; text-align:right; }
.formulaire_cata_pdf .boutons input { margin-left:1em; }
.formulaire_cata_pdf .boutons input, input.submit {}

.formulaire_cata_pdf li.obligatoire {}
.formulaire_cata_pdf li.obligatoire label {}

.formulaire_cata_pdf .formulaire_erreur { display:block; color:#C30; font-weight:bold; }
.formulaire_cata_pdf .erreur { color:#C30; display:block; float:left; font-weight:bold; margin:0 0 0 10px; }

/* Formulaire de demande de catalogue au format PDF */
.formulaire_papier { clear:both; margin-bottom:2em; padding:0; border:0; text-align:left; font-size:1em; }
.formulaire_papier form { margin:0; padding:0; } /* Bug IE/Win */

.formulaire_papier fieldset { clear:both; margin:0; padding:0; border:0; }
.formulaire_papier 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_papier fieldset fieldset { margin-top:1em; }
.formulaire_papier fieldset fieldset legend { font-size:1em; font-weight:normal; }

.formulaire_papier .explication { margin:0.50em 0; color:#444; }

.formulaire_papier ul { margin:0; padding:0; list-style:none; }
.formulaire_papier ul li { clear:both; margin:0; padding:0.50em 0; }

.formulaire_papier label { color:#969696; display:block; float:left; font-weight:bold; position:relative; text-align:left; width:70px;  }
.formulaire_papier li p { margin-top:0; margin-bottom:0; }

.formulaire_papier .choix label {display:inline;font-weight:normal;}
.formulaire_papier .choix input.radio,
.formulaire_papier .choix input.checkbox {width:auto;}

.formulaire_papier input.text { border-left:1px solid #ddd; border-top:1px solid #ddd; border-bottom:1px solid #cfcfcf; border-right:1px solid #cfcfcf; float:left; width:200px; }
.formulaire_papier textarea { border:1px inset; float:left; width:200px; }
.formulaire_papier select { width:200px; }

.formulaire_papier .boutons { clear:both; margin:40px 40px 0 0; padding:0; text-align:right; }
.formulaire_papier .boutons input { margin-left:1em; }
.formulaire_papier .boutons input, input.submit {}

.formulaire_papier li.obligatoire {}
.formulaire_papier li.obligatoire label {}

.formulaire_papier .formulaire_erreur { display:block; color:#C30; font-weight:bold; }
.formulaire_papier .erreur { clear:both; color:#C30; display:block; font-weight:bold; margin:4px 0 0 0; }

