#acte_photo_titre_wrapper {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	max-width: 850px;
	margin: 20px auto 0 auto
}
#acte_photo_wrapper {
	width: 150px;
	margin-right: 20px;
	flex-shrink: 0
}
#acte_photo_wrapper img {
	-webkit-box-shadow : 3px 3px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow : 3px 3px 5px rgba(0, 0, 0, 0.3);
	box-shadow : 3px 3px 5px rgba(0, 0, 0, 0.3)
}
h1 {  font-size: 1.5em }
.read_time { text-align: right }
@media all and (min-width: 800px) {
	#acte_photo_wrapper { width: 300px }
}