.biographie_container {
	box-sizing : border-box; 
	width : 100%; 
	padding-left : 90px; 
	padding-right : 90px; 
	text-align : justify; 
	margin-bottom : 45px;
}

.biographie_photo_left {
	float : left; 
	width : 250px; 
	padding-right : 20px; 	
}

.biographie_photo_right {	
	float : right; 
	width : 250px; 
	padding-left : 20px; 
	margin-top : 5px;
}