@charset "UTF-8";
/* CSS Document */
#familles{
	width: 810px;
}
.boutons{
	text-align:center;
	width: 764px;
	margin: 0 auto;
	padding: 5px 0;
}
.boutons a{
	color: #666;
	text-decoration: none;
	line-height: 14px;
}
#middle{
	height: auto;
}
a.btn_devis{
	margin-top: 4px;
	height: 52px;
	width: 305px;
	display: block;
	float: left;
	margin-right: 6px;
	background: url(img/btn_devis_big2.jpg) no-repeat;
}
a.btn_paiement{
	margin-top: 4px;
	height: 52px;
	width: 224px;
	display: block;
	float: left;
	margin-right: 6px;
	background: url(img/btn_paiement2.png) no-repeat;
}
a.btn_livraison{
	margin-top: 4px;
	height: 52px;
	width: 223px;
	display: block;
	float: left;
	background: url(img/btn_livraison2.png) no-repeat;
}
#middle p{
	font-size: 11px;
	color: #656565;
	padding-left: 60px;
}
#middle p strong{
	font-size: 12px;
	color: #282828;
}