@charset "iso-8859-7";
/* CSS Document */

/* Raccourcis typographiques de SPIP */

h3.spip { }
	


/* Logos, documents et images */
/*.spip_logos { float: left; }*/

.spip_documents { text-align: center; }
.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; }

/*tableau*/

table.spip {
	border: #573F37 1px solid;
	padding: 0;
	width: 500px;
}

table.spip tr.row_first {
	/* background-color: #A30046; */
	background-color: #151493;
	color: #FFF;
	height: 2em;
}

table.spip tr.row_odd {
	background-color: #D7E9A1;
}

table.spip tr.row_even {
	background-color: #FFF;
}

table.spip td {
	padding: 1px;
	text-align: left;
	vertical-align: center;
}

.on { font-weight: bold; }
