.info{
	height:450px;
	width:100%;
	background-color:cornflowerblue;
	bottom :-200px;
	position:relative;
	top:10px;
	border:crimson;
}
.gauche{
	height:300px;
	width:500px;
	
	position:relative;
	top:10px;
	left:150px;
	
}
.droit{
	height:200px;
	width:400px;
	background-color:white;
	position:relative;
	top:-280px;
	left:400px;
}
