.produit_catalogue
{
	margin-right:10px;
	padding:5px;
	width:120px;
	background-color:#d7d4c2;
	text-align:center;
	min-height:185px;
	margin-bottom:20px;
}
.titre_produit
{
	font-family:Arial, serif;
	font-size:14px;
	font-weight:bold;
	color: #666633;
	
}
.image_produit
{
	margin-top:5px;
	margin-bottom:5px;
	display:block;
}
.lien_catalogue
{
	font-family:Arial, serif;
	font-size:14px;
	color: #666633;
	text-decoration:underline;
}
.alignement_catalogue
{
	margin:0;
	float:left;
	list-style-type : none;
}
.lignes
{
	margin-top: 0;
	display:table-row;
	clear: both;
}

