h3.spip {
	text-align: left; 
	margin-top: 1.2em; 
	margin-bottom: 0.8em; 
	font-size: 18px; 
	font-weight: bold;
	color: #62259a;
}

/* Paragraphes, citations, code et poesie */
p.spip {
	margin-bottom: 1.5em;
}

p.spip_note {}





/* Tableaux */
table.spip {
	font-size: 13px;
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse;
	text-align: center;
}

table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold;
}

table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }




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