.spip_forms form label {
	float:none;
}
.spip_forms h2 {
	margin:.2em;
	color:#543E29;
}
.spip_forms {
	text-align: left; 
	font-size: 0.67em; 
	background: #d1d1d6; 
	width: 470px;
}
.spip_forms form {
	border:0;
	margin:0;
	padding:.5em 0 0 0;
}
.spip_forms div.spip_descriptif {
	border:0;
	margin:0 0 12px 0;
	clear:both;
}
.spip_forms h3 {
	float:none;text-align:left;
}
.spip_forms legend {
	font-size: 1.8em;
	font-weight: bold;
	padding:8px 0 8px 0;
}
.spip_forms .spip_form_champ textarea { 
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
.spip_forms .spip_form_label {
	float:left;
	display:inline;
	background: #FFF url("arrow.jpg") no-repeat right center; 
	padding:5px 25px 5px 8px;
	margin: 0 10px 5px 0; 
  	font-weight: bold;
}
.spip_forms .spip_form_label label,
.spip_forms .spip_form_label .label {
	text-align:left;
  	font-weight: bold;
  	color:#494949;
}
.spip_form_label_obligatoire {
}
.spip_forms .obligatoire_oublie {
	color:red;
}
.spip_forms .spip_form_label_details{
	display:none;
	font-style:italic;
	text-align:left;
}

.spip_forms .spip_form_choix_multiple {
	display:block;
}

.spip_forms .spip_form_choix_unique input, .spip_forms .spip_form_choix_unique input.fondo, .spip_forms .spip_form_choix_unique input.fondl {
	width:auto;
}

.spip_forms .spip_form_choix_unique label {
	margin:0 0 5px 0;
}

.spip_forms .spip_form_choix_multiple input, .spip_forms .spip_form_choix_multiple input.fondo, .spip_forms .spip_form_choix_multiple input.fondl, ul.choix_mots li input {
	width:auto;
	margin:0 5px 0 0;
}
.spip_forms ul.choix_mots,.spip_forms ul.spip_form_choix_multiple,.spip_forms ul.spip_form_choix_unique{
	list-style:none;
	float:left;
	padding-left:5px;
	width:45%;
}

.spip_forms .spip_sondage {
	margin: auto;
}

.spip_forms .spip_form_erreur {
	font-weight:bold;
	color:red;
}
.spip_forms .spip_form_ok {
	font-weight: bold;
	background:#262626;
	color:#F1F1F1;
	margin: 1em 0 0 0;
	padding: .6em;
}
.spip_forms .spip_form_ok a {
	color:#FFF9E2;
}
.spip_forms .spip_form_ok a:hover {
	color:#DEB55E;
}
.spip_forms .spip_form_ok_confirmation{
	display:block;
}
.spip_forms .spip_sondage strong {
	display:block;
	clear:both;
	margin-left:5px;
	color:#494949;
}
.spip_forms .spip_sondage .ligne_nom {
	width:19%;
	text-align:right;
	padding-right:1%;
}
.spip_forms .spip_sondage .ligne_nom:after {
	content:" :";
}
.spip_forms .spip_sondage ligne.chiffres {
	color:#525252;
}
.spip_forms .spip_sondage .ligne_barre {
	height: 16px;
	background: url(ligne.gif) repeat-x;
	border: 1px solid black;
	width:80%;
}
.spip_forms .spip_sondage .sondage_table {
	display: table;
	width:100%;
}
.spip_forms .spip_sondage .sondage_ligne {
	display: table-row;
}
.spip_forms .spip_sondage .sondage_ligne > div {
	display: table-cell;
	vertical-align: middle;
	padding: 2px;
	white-space: nowrap;
}
.spip_forms .forml, .spip_forms .formo {
	width:auto;
	border-style:solid;
	border-color: #E37B26 #C1B12A #C1B12A #E37B26 ;
	border-width:1px;
	font-size:1em;
	padding:.25em;
}
.spip_forms .forml, .spip_forms .fondl {
	background: #EFEFEF;
	color:#4A4336;
	width:64%;
}
.spip_forms .formo, .spip_forms .fondo {
	background: #EFEFEF;
	color:#4A4336;
	width:64%;
}
.spip_forms .champ_obli_oubli {
	border:2px solid red;
}
.spip_forms form .forml-focus, .spip_forms form input.forml-focus:focus, .spip_forms form textarea.forml-focus:focus, .forml-focus {
	border-style:solid;
	border-color: #AF896F #E2CEC1 #E2CEC1 #AF896F ;
	border-width:1px;
	background: #EFEFEF;
	color:#433817;
	font-weight:normal;
	font-size:1em;
	padding:.25em;
	width:64%;
}
.spip_forms form .formo-focus, .spip_forms form input.formo-focus:focus, .spip_forms form textarea.formo-focus:focus, .spip_forms .formo-focus {
	border-style:solid;
	border-color: #AF896F #E2CEC1 #E2CEC1 #AF896F ;
	border-width:1px;
	background: #EFEFEF;
	color:#433817;
	font-weight:normal;
	font-size:1em;
	padding:.25em;
	width:64%;
}
.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: yellow;
	color:#4D161B;
	font-weight:normal;
	font-size:1em;
	padding:.25em;
}
.spip_bouton_valider input {
	margin: 0 10px 5px 0;
	cursor:pointer;
}
.spip_forms fieldset {
	border: 0;
}
.spip_forms a.resultats_sondage {
	display:block;
	float:right;
	background:#FFFBED;
	color:#444040;
	padding:.2em;
	border:1px solid #A07D7A;
	text-decoration:none;
}
.spip_forms a.resultats_sondage:hover {
	background:#444040;
	color:#F8F5EC;
	text-decoration:none;
}
.spip_forms p.spip_form_ok, .spip_forms p.spip_form_erreur, .spip_forms form {
	clear:both;
}
span.nettoyeur{
	clear:both;line-height:1px;font-size:1px;display:block;
}
span.erreur { display:block;}

.total { color: #1D1D29;}

/*  ------------------------------------------
/*  Habillage des tableaux de données (public)
/*  ------------------------------------------ */

#tableau { 
	font-size: 0.77em;
	padding: 2px;
	border: 2px solid #E37B26;
	background: #FFBB05; }

#tableau h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold; }

#tableau table { width: 100%; margin: 1em 0; }

#tableau td.donnee-champ {
	background: #C1B12A;
	padding: 0.5em;
	color: #1D1D29;
	font-weight:bold;
	font-variant: small-caps;
	font-size: 1em;
	white-space: nowrap; }

#tableau td.donnee-valeur {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em;
	white-space: nowrap; }



