/* 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 {
	list-style-position: inside;
	border-width: 0px;
}

ol.spip {}
ul.spip { margin:0px; padding:0px 0px 0px 35px; }
li.spip { list-style-image:url(illustra/puce.gif); }
li li.spip { list-style-image:url(illustra/puce.gif); }


/* definit dans ato_styles
h3.spip {
	text-align: center; 
	margin-top: 2em; 
	margin-bottom: 1.4em; 
	font-size: 1.15em; 
	font-weight: bold; }*/

/* Paragraphes, citations, code et poesie */
p.spip { margin:0px; padding:8px 0px 0px 0px; }/*h. */ 
p.spip_note { margin:0px; margin-bottom:5px; }/* h. */

blockquote.spip, .spip_serif { font-family: Georgia, Times, serif; }

blockquote.spip { /* h.08/02/08 */
	margin: 10px 20px;
	padding:5px 10px 10px 10px;
	border :1px dotted  #6F7E98;
	background-color: #EFEFEF;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-bottomright:9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}

div.spip_poesie { /* h */
	clear:both;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #6F7E98;
}
div.spip_poesie div { text-indent: -60px; margin-left: 60px; }

.spip_cadre { font-family: monospace; font-style: normal; font-size: 1.2em; }
.spip_code { /* h */
	margin-left:5px;
	background-color: #E5D9BF;
	font-family:  Century Gothic, AvantGarde;
	font-weight: normal;
	font-size: +1em;
	color: #635580; /* violet */
	font-style: normal;
}
.spip_cadre { /* h */
	clear:both;
	width : 95%;
	padding: 5px;
	margin-top: 10px;
	margin-left:15px;
	border : solid 2px #B4C2E4;
	background-color: #EFEFEF;
}

.spip_surligne { background-color: #E6C262; }

/* Tableaux */
table.spip { /* h. */
	clear:both;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	border: 1px solid #6F7E98;
	border-collapse:collapse;
}
table.spip caption { /* h */
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin-left: auto;                                                       
	margin-right: auto;
	padding: 3px;
	font-weight: bold;
	font-family: Verdana,Arial,Sans,sans-serif;
	font-size : 70%;
}
table.spip tr.row_first { background-color: #BDCDE7; }
table.spip tr.row_odd { background-color: #E0E5EE; }
table.spip tr.row_even { background-color: #ffffff; }
table.spip td {
	padding: 3px;
	vertical-align: middle;
}
table.spip th {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
table.spip td, table.spip th {
	font-family: Arial,Sans,sans-serif;
	font-size : 12px;
	color: #434E5D; /* - c2 */
}

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: none; }

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

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

/* 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_note { /* liens vers notes de bas de page // h.07/02/08 */
	font-weight: bolder;
	color:#525E71;
} 
/*a.spip_in { color: #900; }  liens internes */
/*a.spip_out { color: #009; }  liens sortants */
/* h.08/02 */
a.spip_in { font-weight:bold; color:#6F7E98; }
/*a.spip_in:before { content:url(illustra/lienin_bef.png) ""; }*/
a.spip_in:after { content:url(illustra/lienin_aft.png) ""; }
a.spip_out { font-size:+1em; font-weight:bold; color:#A35455; }
/*a.spip_out:before { content:url(illustra/lienout_bef.png) ""; }*/
a.spip_out:after { content:url(illustra/lienout_aft.png) ""; }
a.spip_out:hover { text-decoration: none; }

a.spip_url { color: #009; } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
.on { font-weight: bold; color: #000; } /* liens exposes */

