246/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

/* Correction des styles HTML par defaut */
.formulaire_spip form, .formulaire_spip fieldset, .formulaire_spip legend, .formulaire_spip label, .formulaire_spip input, .formulaire_spip textarea, .formulaire_spip select, .formulaire_spip option { margin: 0; padding: 0; border: none; background: none; }

/* Styles des formulaires de Spip */
.formulaire_spip {
	text-align: left;
	font-size: 0.77em;
}


.formulaire_spip p {
	margin: 0.5em 0;
	padding: 0; }


.formulaire_spip fieldset {
    display: block;
	margin: 0.77em 0;
	padding: 0.77em;
	border: 1px dotted #838383; }


.formulaire_spip legend {
	font-weight: bold;
	padding: 3px;
	background: #ffffff; 
}

.formulaire_spip a {	color:#1B303E;
	margin-left:3px;
	font-weight:normal;
	font-family:Century gothic;
	text-decoration: none;
	border-bottom:1px dotted #1B303E;
}


.formulaire a:hover {	color:#838383;
	border-bottom:1px dotted #838383;
}

.formulaire_spip label {}
.formulaire_spip .forml {
	width: 99%;
	padding: 1px;
	border: 1px inset;
	font-family: inherit;
	font-size: inherit; }

.spip_bouton { text-align: left; }
.spip_bouton input {
	/*margin: 3px 0;*/
	margin-right:20px;
	padding: 1px 2px;
	/*border: 2px outset;*/
	font-weight: bold;
	float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #838383; }
fieldset.reponse_formulaire { border: 1px dotted #838383; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu {
	padding: 1em;
	border: 1px solid; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
.choix_mots { width: 47%; float: left; }
.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { text-align: left; width: 12em; }
.formulaire_recherche label { display: none; }

div.spip_forms form label {
	float:none;
}
div.spip_forms h2 {
	margin:.2em;
	color:#E6DEB6;
}
div.spip_forms {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*border-left: 3px solid #963;*/
	font-size: 0.8em;
}
div.spip_forms form {
	border:0;
	margin:0;
	/*padding:.5em 0 0 0;*/
	padding: 0;
}
div.spip_forms div.spip_descriptif {
	color:#838383;
	border:0;
	margin:0;
	clear:both;
}
div.spip_forms h3 {
	float:none;text-align:left;
}
div.spip_forms legend {
	font-size:1.15em;
	font-weight: bold;
	padding:5px;
	color: #333;
}
div.spip_forms .spip_form_champ {
	margin-bottom: 0;
	display: block;
	clear: both;
	margin-top: 1em;
}
div.spip_forms .spip_form_label {
  	font-weight: bold;
  	text-align:left;
  	color:#838383;
	display: block;
}
div.spip_forms .spip_form_label label,
div.spip_forms .spip_form_label .label {
	text-align:left;
  	font-weight: bold;
  	color:#838383;
}
div.spip_forms .spip_form_label_obligatoire {
	font-weight: normal;
	font-style:italic;
	font-size:.8em;
}
div.spip_forms .obligatoire_oublie {
	color:red;
}
div.spip_forms .spip_form_label_details{
	display:block;
	font-style:italic;
	text-align:left;
	font-size: 0.75em;
}

div.spip_forms .spip_form_choix_multiple {
	display:block;
}

div.spip_forms .spip_form_choix_unique input, div.spip_forms .spip_form_choix_unique input.fondo, div.spip_forms .spip_form_choix_unique input.fondl {
	width:auto;
}

div.spip_forms .spip_form_choix_unique label {
	margin:0 0 5px 0;
}

div.spip_forms .spip_form_choix_multiple input, div.spip_forms .spip_form_choix_multiple input.fondo, div.spip_forms .spip_form_choix_multiple input.fondl, ul.choix_mots li input {
	width:auto;
	margin:0 5px 0 0;
}
div.spip_forms ul.choix_mots {
list-style:none;
}
div.spip_forms .spip_sondage {
	margin: auto;
}

div.spip_forms .spip_form_erreur {
	font-weight:bold;
	color:red;
}
div.spip_forms .spip_form_ok {
	font-weight: bold;
	background:#262626;
	color:#F1F1F1;
	margin: 1em 0 0 0;
	padding: .6em;
}
div.spip_forms .spip_form_ok a {
	color:#FFF9E2;
}
div.spip_forms .spip_form_ok a:hover {
	color:#DEB55E;
}
div.spip_forms .spip_form_ok_confirmation{
	display:block;
}
div.spip_forms .spip_sondage strong {
	display:block;
	clear:both;
	margin-left:5px;
	color:#838383;
}
div.spip_forms .spip_sondage .ligne_nom {
	width:19%;
	text-align:right;
	padding-right:1%;
}
div.spip_forms .spip_sondage .ligne_nom:after {
	content:" :";
}
div.spip_forms .spip_sondage ligne.chiffres {
	color:#525252;
}
div.spip_forms .spip_sondage .ligne_barre {
	height: 16px;
	background: url(ligne.gif) repeat-x;
	border: 1px solid black;
	width:80%;
}
div.spip_forms .spip_sondage .sondage_table {
	display: table;
	width:100%;
}
div.spip_forms .spip_sondage .sondage_ligne {
	display: table-row;
}
div.spip_forms .spip_sondage .sondage_ligne > div {
	display: table-cell;
	vertical-align: middle;
	padding: 2px;
	white-space: nowrap;
}
div.spip_forms .forml, div.spip_forms .formo {
	width:85%;
	background-color:#FFFFFF;
	border-bottom:solid 1px #E2CEC1;
	border-right:solid 1px #E2CEC1;
	border-top:1px solid #AF896F;
	border-left:1px solid #AF896F;
	font-size:1em;
	padding:.25em;
}

/* LES ZONES DE TEXTE */
div.spip_forms .forml, div.spip_forms .fondl {
	/*background-color:#ddd;*/
	border:1px solid #E6DEB6;
	/*color:#FFF;
	width:85%;*/
	margin-top: 3px;
}
div.spip_forms .formo, div.spip_forms .fondo {
	background-color:#4E81AF;
	border:1px solid #E6DEB6;
	color:#838383;
	width:85%;
}
div.spip_forms .champ_obli_oubli {
	border:2px solid red;
}
div.spip_forms form .forml-focus, div.spip_forms form input.forml-focus:focus, div.spip_forms form textarea.forml-focus:focus, .forml-focus {
	border-bottom:solid 1px #C9AB97;
	border-right:solid 1px #C9AB97;
	border-top:1px solid #81593E;
	border-left:1px solid #81593E;
	background: #E6DEB6;
	color:#FFF;
	font-weight:normal;
	font-size:1em;
	padding:.25em;
	width:85%;
}
div.spip_forms form .formo-focus, div.spip_forms form input.formo-focus:focus, div.spip_forms form textarea.formo-focus:focus, div.spip_forms .formo-focus {
	border-bottom:solid 1px #C9AB97;
	border-right:solid 1px #C9AB97;
	border-top:1px solid #81593E;
	border-left:1px solid #81593E;
	background:#8D979E ;
	color:#838383;
	font-weight:normal;
	font-size:1em;
	padding:.25em;
	width:85%;
}
div.spip_forms form .champ_obli_oubli-focus, form input.champ_obli_oubli-focus:focus, form textarea.champ_obli_oubli-focus:focus {
	border-top:solid 2px #980F1B;
	border-left:solid 2px #980F1B;
	border-bottom:2px solid #F3192B;
	border-right:2px solid #F3192B;
	background: #8D979E;
	color:#838383;
	font-weight:normal;
	font-size:1em;
	padding:.25em;
}
div.spip_forms .spip_bouton input {
	min-width: 120px;
	height:20px;
	cursor:pointer;
	border:1px solid #E6DEB6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	/*background-image: url(../../images/valider.gif);*/
	background-color: #FFF;
	color:#000;
}

*html div.spip_forms .spip_bouton input {width: 170px;}
*+html div.spip_forms .spip_bouton input {width: 170px;}


div.spip_forms fieldset {
	border: 1px dotted #8D979E;
	padding: .4em .4em .4em 1em;
	margin: 0 1em .5em 0;
	/*border-top-style: dashed ;*/
	/*border-left: 6px solid #c96;*/
	/*border-top-color: #FFFFFF;*/
	color:#838383;
}
div.spip_forms a.resultats_sondage {
	display:block;
	float:right;
	background:#FFFBED;
	color:#444040;
	padding:.2em;
	border:1px solid #FFFFFF;
	text-decoration:none;
}
div.spip_forms a.resultats_sondage:hover {
	background:#444040;
	color:#F8F5EC;
	text-decoration:none;
}
div.spip_forms p.spip_form_ok, div.spip_forms p.spip_form_erreur, div.spip_forms form {
	clear:both;
}
span.nettoyeur{
	clear:both;line-height:1px;font-size:1px;display:block;
}
/*

span.donnees{
	display: block;
	/*border-left: 5px solid #FFFFFF;*/
	/*padding-left: 1em;
	padding-top: 1em;
	border-bottom: 1px dashed #838383;
	padding-bottom: 0.4em;
}

span.donnee-champ {
	display: block;
	clear: left;
}
span.donnee-champ-label {
	width: 150px;
	display: block;
	float: left;
}

span.donnee-champ-data {
	display: block;
	margin-left: 160px;
}
span.nettoyeur{
	clear: both;
}

*/

.formulaire_spip .radbtn { margin-bottom:-3px; margin-top:4px;}