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


/* Raccourcis typographiques de SPIP */
i.spip {}
strong.spip {}
hr.spip {}
.spip_puce {}
ul.spip { list-style-position:inside; text-indent:35px; }
ol.spip { list-style-position:inside; text-indent:35px; }
li.spip {}
h3.spip {}

/* Paragraphes, citations, code et poesie */
div.spip { margin-top:15px; }
p.spip {}
p.spip_note {}
blockquote.spip, .spip_serif {}
blockquote.spip {}
.spip_surligne {}

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

.spip_code, .spip_cadre { font-family: monospace; font-style: normal; font-size: 1.2em; }
.spip_cadre { width: 99%; border: 1px inset; }

/* Tableaux */
table.spip {
	margin: auto;
	margin-top: 15px;
	border: 1px solid #055298;
	border-collapse: collapse; 
	font:14px "Verdana";}
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold;
	color: #055298; }
table.spip tr.row_first { background: #CED7EC; }
table.spip tr.row_odd { background: #EBEBEB; }
table.spip tr.row_even { background: #F7F7F7; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

/* Logos, documents et images */
.spip_logos { }

.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin-left: auto; margin-right:auto; margin-bottom:15px; }
span.spip_documents_center { display: block; }
.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: 12px; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 12px; margin-left: auto; margin-right: auto; }


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

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

table.spip_barre a img {
	background: #FDA;
	padding: 3px;
	border: 1px outset #999; }
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_in, a.spip_url, a.spip_ancre, a.spip_out, a.spip_url, a.spip_glossaire { 
	color:#055298; /* liens vers notes de bas de page */
	border-bottom:1px dotted; }
a.spip_in:hover, a.spip_url:hover, a.spip_note:hover, a.spip_ancre:hover, a.spip_out:hover, a.spip_url:hover, a.spip_glossaire:hover { 
	text-decoration:none; 
	border-bottom:1px solid; }
.on { } /* liens exposes */
a.spip_note { color:#055298; }
a.spip_out {
	padding-right: 14px; 
	background: url(../img/external.png) no-repeat right;
}
