#page
{
	background-image: url('/images/frontend/catalogue/fond.jpg');
}
#familles
{
	position: absolute;
	top: 310px;
	left: 50px;
	width: 400px;
	height: 270px;
}
#information
{
	position: absolute;
	top: 120px;
	left: 50px;
	width: 427px;
	height: 190px;
	
}
#information h1
{
	color: #bf181e;
	font-size: 25px;
}
#information p
{
	//text-align: justify;
	color: #555555;
	font-size: 12px;
}
#produits
{
	position: absolute;
	width: 420px;
	height: 425px;
	left: 540px;
	top: 150px;
}
.vignette
{
	background-image: url('/images/frontend/catalogue/produit.png');
	float: left;
	height: 109px;
	width: 109px;
	margin-right: 17px;
	margin-bottom: 17px;
	padding: 7px 7px 7px 7px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size:12px;	
}

