#produits #liste .item {
	min-height: 117px;
	height: auto !important;
	height: 117px;
	margin-top: 1px;
	margin-bottom: 4px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #f4f4f4;
	border: solid 1px #d2d2d2;
	padding: 2px;
	font-size: 0.7em;
}
#produits #liste .image {
	float: left;
	width: 122px;
}
#produits #liste .image img {
	display: block;
	border: solid 2px #d2d2d2;
}
#produits #liste .item .label {
	color: #000;
}
#produits #liste .item .titre {
	margin-left: 127px;
	margin-bottom: 5px;
}
#produits #liste .item .titre a {
	font-weight: bold;
}
#produits #liste .item .presentation {
	margin-left: 127px;
	margin-bottom: 5px;
}
#produits #liste .item .prix {
	margin-left: 127px;
	margin-bottom: 5px;
}
#produits #liste .item .prix .ttc {
}
#produits #liste .item .prix .ht {
	background-color: #ebe0ff;
	color: #555;
}
#produits #liste .item .prix .ecopart {
	color: #050;
}
#produits #liste .item .prix .vieille_maj {
	color: #922;
	text-decoration: none;
}
#produits #liste .item form {
	margin: 0;
}
#produits #liste .item .bouton {
	margin-left: 127px;
}
#produits #liste .item .bouton .saisie {
	width: 33px;
	border: solid 1px #d2d2d2;
	text-align: center;
	margin-bottom: 2px;
}
#produits #liste #noresult {
	text-align: center;
	margin-top: 40px;
}
#consult_navig {
	width: 450px;
	margin: auto;
	text-align: center;
}
#consult_navig #page_precedente {
	float: left;
	width: 150px;
	height: 19px;
}
#consult_navig #page_suivante {
	float: right;
	width: 150px;
	height: 19px;
}
#consult_navig #select_page {
	font-size: 0.8em;
}
#consult_navig #select_page input {
	border-style: solid;
	border-width: 1px;
	border-color: #498db8;
	background-color: #f4f4f4;
	font-size: 10px;
	color: #498db8;
	text-align: center;
	margin-bottom: 2px;
}
#consult_navig a {
	color: #498db8;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}