
/* produits */

.post_produit{
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	display:inline;
	width:150px;
	height:230px;
	overflow:hidden;
}
.post_produit .illustration{
	display:block;
	width:150px;
	height:200px;
	overflow:hidden;
}
.post_produit h3{
	padding-left:8px;
	width:142px;
	height:30px;
	background-image:url(../../../images/fond_titre_produit.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.post_produit h3 a{
	display:block;
	vertical-align:middle;
	width:112px;
	height:30px;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color:#00572f;
	text-decoration:none;
}


.produit_categories div.post_content{
	display:inline;
}