/*  ------------------------------------------
/*  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: 1em;
	border: 1 dotted #AE9C9B;
	background-color: #ECE9E8;
}
.formulaire_spip fieldset legend { margin: 0; 
padding: 0.5em; font-size: 1.10em; font-weight: bold; 	background-color: #AE9C9B; 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.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: #7C5E5C;; 
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 #7C5E5C; }
.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; 
	color: #CC0000; }
.formulaire_spip .boutons input, input.submit { }
/* pour aligner bouton form newsletter */
.formulaire_spip_listes_inscription ul, .formulaire_spip_listes_inscription li, .boutons {
	display: inline;
	}

/* 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 #E37373; 	
 background-color: #C7BAB9; }
.formulaire_spip fieldset.previsu legend { font-weight: bold; 
padding: 0.5em; font-size: 1.10em; 	background-color: #320400; color: #FFF; }
.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.5em; padding: 0.6em; color: #53AD20; font-weight: bold;
 background-color: #D2C9C8;}


/* 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; color:inherit; }


/* Raccourcis typographiques de SPIP */
ul.spip { list-style: disc; }
ol.spip { list-style: decimal; }
ul.spip li, ol.spip li { list-style: inherit; }
li.spip { margin: 0.3em 0 0.3em 0.8em; list-style-position: outside; }

h3.spip, h2.spip {
	font-weight: bold;
	font-size: 19px;
	text-align: left;
	margin : 25px 0px 25px 0px;
	background-image: url(../ima3/puce-voir-url.png);
	background-repeat: no-repeat;
	background-position: top 6px left 2px;
	padding: 0 0 0 23px;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #8E7573;
}
	
/* Paragraphes, citations, code et poesie */
blockquote.spip, .spip_serif { 	font-size: 13px; }

blockquote.spip { 
	padding: 10px 10px 5px 30px;
	margin: 0px; }

div.spip_poesie { 
	margin: 1em; 
	padding-left: 1em; 
	border-left: 1px solid;
	font-family: Garamond, Georgia, Times, serif; }
div.spip_poesie div { text-indent: -60px; margin-left: 60px; }

.spip_code, .spip_cadre { 	width : 100%;
	background-color: #FFFFFF;
	padding: 5px; }
.spip_cadre { width: 99%; border: 1px solid; }

.spip_surligne {
	background-color: #C7BAB9;
}

/* Tableaux */
table.spip {
		font-size : 12px;
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid #8E7573;
	border-collapse: collapse;
	vertical-align: top;
}
/* pour titre-légende du tableau, avec || */
table.spip caption {
	caption-side: top;
	text-align: center;
	margin: auto;
	padding: 3px;
		font-size : 14px;
	font-weight: bold;
	color: #8E7573;
}
table.spip tr.row_first { background: #8E7573; color: #FFF; } /* 1er rand si txt chaque cellule en gras || */
table.spip tr.row_odd { background: #D2C9C8; }  /* 2ème rang tab */
table.spip tr.row_even { background: #ECE9E8; } /* 1er rang tab */
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: top; }

/* Logos, documents et images */
.spip_documents img {
	border: 1px solid #320400;
}

/* les 2 styles suivants distinguent les logos des docs non-imgs et les imgs cliquables (si thickbox actif !)*/
dl.spip_documents a img {
	border: none;
}
dl.spip_documents a.thickbox img  {
	border: 1px solid #CC0000;
}


img, .spip_logos { margin: 0; padding: 0; border: 0; }

.spip_documents {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding: 5px;
}
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif {
	clear: both;
	font-size: 0.8em;
	margin-left: auto;
	margin-right: auto;
}

/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }


/* * Couleurs des liens de Spip */
a.spip_out:hover, a.spip_url:hover {
	background-color: #E37373;
	color: #FFFFFF;
}
.on {
	color: #8E7573;
	background-color: #FFFFFF;
	padding: 2px;
}
