.listeproduits {
	width: 450px;
	margin: 0 auto;
}
.produit {
	padding: 5px;
	float: left;
	text-align: center;
	margin-left: 30px;
	}
.produit a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.type {
}
.produit img {
	border: 0px;
}
