.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
}

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

.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; }

.formulaire_recherche form input{
	width: 90%;
}
.formulaire_recherche form label{
	display: none;
}
.spip_surligne {
	background-color:#ffcc00; }

.formulaire_ecrire_auteur{
	margin: auto;
	text-align: right;
	width: 100%;
}
.formulaire_ecrire_auteur form textarea{
	width: 80%;
}
/* Tableaux */
table.spip {
    width: 95%;
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
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: #EFF5FF; }
table.spip tr.row_odd { background: #FFF; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }
