.boite-page {
	width: 100%;
}
.boite-page .image {
	width: 100%;
	height: 200px;
	overflow-x: hidden;
	overflow-y: hidden;
	border: 1px solid #d4d4d4;
}
.boite-page .image img {
	width: 100%;
	height: auto;
}
.boite-page .titre {
	margin-bottom: 0;
}
.boite-page .soustitre {
	margin-top: 0;
}
.boite-page .bouton {
	background-color: #fafafa;
	padding: 6px 12px;
	border: 1px solid #d4d4d4;
	text-align: right;
	display: block;
}