/* CSS Document */

table.spip {
	border-collapse: collapse; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	text-align: center;
	padding: 0px;
}

table.spip tr.row_first {
	background-color: #dddddd;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000000;
}

table.spip tr.row_odd {
        background-color: #ffffff;
}

table.spip tr.row_even {
        background-color: #ffffff;
}

table.spip th {
	border: 1px solid #000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

table.spip td {
	vertical-align: middle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #000000;
}

