table.liste {
	width: 690px;
	border-collapse: collapse;
	
}
table th {border-right: 1px solid #e2e2dd; border-left: 1px solid #e2e2dd; }
table td {border-right: 1px solid #fff; border-left: 1px solid #fff; }
table.liste tr {border-bottom: 5px solid #fff;}
table.liste tr.impair {	background: #f8f8f6;}
table.liste tr.pair {	background: #f1f1ed;}

table.liste td, table.liste th {
	padding: 10px 5px;
}
table.liste td.prix {
	white-space: nowrap;
}
table.liste td.actions {
	width: 1%; white-space: nowrap; text-align: right;
}

