table.spip {
	margin-left: 0;
}

table.spip tr.row_first {
	background-color: #5B905E;
	color: white;
}

table.spip tr.row_odd {
	/* background-color: #B7E2B9; */
}

table.spip tr.row_even {
	/* background-color: #F9F4CB; */
}

a.spip_in:visited {
	color: #5B905E; /* Vert clair */
}

a.spip_out:visited {
	color: #5B905E; /* Vert clair */
}


