
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: #97bf0d;
	color: #fff;
	padding: 1px 5px;
}
table.liste-item td {
	padding: 5px;
	background: url(images/categorie-item-separator.png) no-repeat bottom left;
	vertical-align: top;
}

.composant h2 {
	margin-bottom: 5px;
	position: relative;
}
.composant h2 a {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

