.spip_documents_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

table.spip { 
	width:400px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
  border : solid 1px black;
}

table.spip tr.row_first {
  background-color:#FAC000;
}

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

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

img {
	border: 0px;
}

.pied {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-size: 0.7em;
}