
div.liste-item {
	padding-bottom: 17px;
	background: url(images/categorie-item-ombre.png) no-repeat bottom center;
}

table.liste-item {
	width: 100%;
	border-collapse: collapse;
}
table.liste-item th {
	background: #4284b7 url(images/categorie-header-fond.png) repeat-x top left;
	color: #fff;
	padding: 3px 5px;
}
table.liste-item th a {
	color: #fff;
	display: block;
	text-decoration: none;
}
table.liste-item th a:hover {
	color: #000;
	display: block;
}
table.liste-item td {
	padding: 5px;
	background: url(images/categorie-item-separator.png) no-repeat bottom left;
	vertical-align: top;
	text-align: left;
}

