
/* Tableau pour l'affichage d'un listing */
.table_listing_1{
	width:99%;
	margin:0;
	padding:0;
	border:1px solid #000084;
}
.table_listing_1 th{
	background:#FFCE00;
	color:#000084;
	text-align:center;
	margin:0;
	padding:0;
}
.table_listing_1 tr, .table_listing_1 td{
	background-color:transparent;
}
.table_listing_1 .passif_1, .table_listing_1 .passif_1 td{
	background-color:#eeeaf6;
}
.table_listing_1 .passif_2, .table_listing_1 .passif_2 td{
	background-color:#FFF;
}
.table_listing_1 .over, .table_listing_1 .over td{
	background-color:#ded7ed;
}
/* Tableau pour l'affichage d'un listing */