@charset "utf-8";
#main {
	float: right;
	width: 680px;
}
#content{ width:660px; margin:auto}
#pub {
	width:100%;
	height:175px;
	background-color:#CCCCCC;
	margin-bottom:15px;
	border: solid 1px #ccc;
}
#product {
	margin:auto;
	width: 660px;
}
.block-product {
	width:320px;
	float:left;
	margin-bottom: 20px;
	border: solid 1px #ccc;
}
.img-product {
	width:100%;
	height:150px;
	background-color:#666666;
	display:block;
}
.clear {clear:both;}
.marge-product {
	width:16px;
	height:150px;
	float:left;
}
.titre-product:hover {
	color:#FF3366;
}
.titre-product {
	width:100%;
	height:32px;
	float:left;
	display:block;
	text-align: center;
	line-height: 32px;
	text-decoration: none;
	font-size: 16px;
	color: #384C58;
}
.titre-product-fp {
	width:100%;
	height:32px;
	float:left;
	display:block;
	text-align: center;
	line-height: 32px;
	text-decoration: none;
	font-size: 16px;
	color: #384C58;
}
.titre-product-fp:hover {
	color: #42C9F6;
}
.avec-photo:hover {
	color:#FF3366;
}
.sans-photo:hover {
	color:#FF3366;
}

.avec-photo {
	width:50%;
	height:25px;
	float:left;
	display:block;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	color: #384C58;
	background-image: url(../../images/remerciements/fd-fp-mauve.gif);
}
.sans-photo {
	width:50%;
	height:25px;
	float:left;
	display:block;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	color: #384C58;
	background-image: url(../../images/remerciements/fd-fp-mauve.gif);
}

