#cadre_site {
margin: 0px;
padding: 0px; /*-top (haut), -right (droite), -bottom (bas), -left (gauche) */
}

.cadre {
	font-weight: bold;
	font-size: 15px;
	background-color: #f5deb3;
	text-align: center;
	vertical-align: center;
	width: 80%;
	padding: 8px 0px 0px 0px;
}
.cadre-image {
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0px;
	width: 200px;
	height: 260px;
	display:inline-block;
	background-color: #f5deb3;
	text-align: center;
}
.cadre-image  img {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	vertical-align: bottom;
	height: 240px;
	max-width: 270px;
	max-height: 400px;
}

