/* 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 vos squelettes.                */


/* Intertitre */
h3.spip {
	font-family: "Trebuchet MS";
	font-size: 150%;
	margin:20px 0;
	padding:2px 4px;
	border-bottom:1px solid #708059;
	color:#8B6F92;
	zoom:1;
}
hr.spip { margin: 2em auto; border-style: solid; width: 60%;}

/* Listes SPIP */
.spip_puce { list-style-position: outside; }
ul.spip {}
ol.spip { list-style: decimal; }
li.spip {}

/* Citations, code et poesie */
.spip_serif { font-family: Georgia, Times, serif; }
blockquote.spip { font-family: "Lucida Sans Unicode"; width: 450px; border-left: 0.20em solid #8B6F92; padding:0.6em; font-size:1.0em;background-color:#C8C8C8; }
blockquote.spip_poesie { margin: 2em 3em; padding-left: 1em; border-left: 0.20em solid; font-family: Georgia, Times, serif; font-size:1.2em; }
blockquote.spip_poesie div { text-indent: 3em; margin-left: 2em; }

.spip_code, .spip_cadre { font-family: "Courier New", Courier, mono; color: #009; }
.spip_cadre { width: 99%; background-color: #F4F8F8; border: 1px inset; }
div.spip_code, .spip_cadre { margin-bottom: 1em; }

.spip_surligne { background: #FF6; }

/* Tableaux */
table.spip { width: 95%; margin-top: 1em; margin-left:1em; margin-right: auto; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; line-height: normal; }
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; font-weight: bold; }
table.spip tr.row_first { padding: 0.20em 0.40em; background: #735B79; text-align: center; color:#DBDBDB; border: 1px inset; }
table.spip tr.row_odd { background: #C7B9CA; }
table.spip tr.row_even { background: #A894AD; }
table.spip th, table.spip td { padding: 0.20em 0.40em; text-align: left; border: 1px solid; }
table.spip th { vertical-align: bottom; font-weight: bold; text-align: center; }
table.spip td { vertical-align: top; }

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: 0; }
.spip_documents { text-align: center; line-height: normal; }
.spip_documents p { margin: 0.10em; padding: 0; }
.spip_documents img { margin-bottom: 0px; }
.spip_documents_center { display: block; clear: both; width: 99%; margin: auto; padding-top: 0.3em; border: 1px solid #5B6668;}
.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 { margin-right: auto; margin-left: auto; font-weight: bold; font-size: 0.90em; }
.spip_doc_descriptif { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; }

/* modeles par defaut */
.spip_modele { float: right; display: block; border: 1px dotted; width: 180px; }

/* 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:hover img { background: #FFF; border: 1px solid #CC9; }
table.spip_barre input.barre { width: 99%; background: transparent; border: 0; color: #F57900; }

/* * Couleurs des liens de SPIP */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_in { color: #727272; } /* liens internes */
a.spip_out { color: #009; } /* liens sortants */
a.spip_url { color: #009; } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
a.spip_glossaire:hover { text-decoration: underline overline; }
.on { font-weight: bold; } /* liens exposes */

