/*
	Feuille de style
	pour les tableaux
	du panel
	
	Alexandre Lepage
	Difuzer Enr.
	a.lepage@difuzer.com
	
	11 juin 2009
*/
.table {
	border: 1px solid #c3c7b9;
	margin: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.table table {
	display: block;
	border-collapse: collapse;
}
.table th {
	background: #a4e41e;
	border: 1px solid #d8ff61;
	border-bottom: 1px solid #c3c7b9;
	color: #fff;
	font-weight: bold;
}
.table td, .table th {
	padding: 3px;
}
.table td {
	color: #2a2f18;
	border: 1px solid #F5FDE5;
	background: #f2ffd3;
}
.td_prix {
	text-align: right;
}

