#box-max .content
{
	padding: 20px;
}

.produit
{
	float: left;
	width: 173px;
	border: 1px solid #87888a;
	padding: 12px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.produit h1
{
	font-size: 12pt;
	text-transform: capitalize;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}


#box-max .content .produit .price
{
	font-size: 11pt;
	padding-top: 6px;
	color: red;
	float:right;
}

#box-max .content .produit .desc
{
	height: 40px;
}

#box-max .content .produit .view
{
	height: 140px;
}

