#content {
	text-align: left;
}
.link {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	margin-top: 30px;
}
.link a {
	display: inline-block;
	width: 240px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.link a span {
	display: inline-block;
	width: 240px;
	height: 55px;
	background-color: #B0FB3B;
	background-repeat: no-repeat;
	background-position: top;
}
.link a span span {
	display: none;
}
.link .filter {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.image {
	display: block;
	text-align: right;
}
.image span {
	display: none;
}
.frais {
	display: inline-block;
	width: 187px;
	height: 189px;
	background: URL(frais.png);
	margin: 20px;
}