/* SPIP-STYLE                                              version 1.9  */
/* Cette feuille contient les styles associes au code genere par SPIP.  */
/* Ces styles sont indispensables et doivent necessairement etre        */
/* definis pour le bon fonctionnement de votre squelette                */

/* * Nouveaux CSS spip 2.0.3 */
/* * Erreurs */
.formulaire_spip li.erreur .erreur_message { display: block; color: #C30; font-size: 14px; 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; }

/* Champs de saisie */
.formulaire_spip input.text { width: 15em;
	background-color: #E4D3E0;
	border: 1px solid #8C407A;
	color: #3D002E; }
.formulaire_spip textarea { width: 99%; 
	background-color: #E4D3E0;
	border: 1px solid #8C407A;
	color: #3D002E; }
.formulaire_spip select { width: 99%; }

/* 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: #9A5689; font-weight: bold; /* pour IE/Win */ position: relative;  }


/* Boutons */
.formulaire_spip .boutons { clear: both; margin: 0; padding: 0; text-align: right; }
.formulaire_spip .boutons input { margin-left: 1em; 
background-color: #CC0099;
	color: #FFF;
	border: 1px solid #570042; }
.formulaire_spip .boutons input, input.submit {}

/* * FIN des Nouveaux CSS spip 2.0.3 */

/* formulaires, boutons */
.forml {
	background-color: #CEADC6;
	border: 1px solid #8C407A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D002E;
	text-align: left;
	width: 90%;
}
.spip_bouton input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #A36694;
	font-size: 12px;
	color: #FFF;
	border: 1px solid #570042;
}
.formulaire_spip fieldset {
	border: 1px solid #CEADC6;
	text-align: left;
}
.formulaire_spip legend {
	font-size: 13px;
	font-weight: bold;
	color: #CC0099;
}

.spip_encadrer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width : 93%;
	background-color: #8C407A;
	padding: 5px;
	border: 1px solid #CEADC6;
	color: #3D002E;
	text-align: left;
}
.formrecherche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #A36694;
	margin: 0px 10px 0px 0px;
	border: 1px solid #570042;
	font-size: 11px;
	color: #570042;
}
.previsu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #BA67A7;
	margin-top: 10px;
	margin-bottom: 60px;
}
.previsu legend {
	font-size: 14px;
	font-weight: bold;
	color: #570042;
	background-color: #CEADC6;
	padding: 5px;
}
.reponse_formulaire_ok {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #CC0099;
	background-color: #E0BCD8;
	padding: 15px;
	text-align: center;
}

/* Raccourcis typographiques de SPIP */
i.spip {}
strong.spip {}
hr.spip {
	color: #AE79A2;
	margin: 10px 0px;
	padding: 0px;
	height: 1px; }

.spip_puce { list-style-position: outside; }

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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	text-align: left;
	margin-top : 25px;
	margin-bottom : 15px;
	padding: 0em 0em 0em 20px;
	margin-right: 0px;
	margin-left: 5%;
	border: none;
	background-image: url(ima2/puce-play.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px; }
	
/* Paragraphes, citations, code et poesie */
p.spip {}
p.spip_note {}

blockquote.spip, .spip_serif { font-family: "Bitstream Vera Serif", Georgia, Times, serif; }

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: #FFFF66; }

/* Tableaux */
table.spip {
	font-size: 12px;
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid #C9A5C0;
	border-collapse: collapse;
	vertical-align: top;

}
table.spip caption {
	caption-side: top;
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold;
	color: #9A5689;
}
table.spip tr.row_first { background: #CEADC6; }
table.spip tr.row_odd { background: #E4D3E0; }
table.spip tr.row_even { background: #F2EAF0; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: top; }

/* Logos, documents et images */
.spip_documents img {
	border: 1px solid #66004D;
}
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); }

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }

table.spip_barre a img {
	background: #E9BCE9;
	padding: 3px;
	border: 1px outset #CC0099; }
table.spip_barre a:hover img {
	background: #FFF;
	border: 1px solid #999; }

table.spip_barre input.barre { width: 100%; background: #EEE; }

/* * Couleurs des liens de Spip */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_in { } /* liens internes */
a.spip_out { } /* liens sortants */
a.spip_url { } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
.on { font-weight: bold; color: #000; } /* liens exposes */
a.spip_out:hover {
	background-color: #793368;
	color: #FFFFFF;
}
a.spip_url:hover {
	background-color: #793368;
	color: #FFFFFF;
}
