#zoneHaut {
	background: yellow;
	float:left;
	padding: 10px;
	width:100%;
	height:100px;
}

.ZonePhoto {
	background: transparent;
	position:absolute; 
	top:150px;
	left:320px;
	padding: 0px;
	height:450px;
	width:600px;
}

.ZoneGauche {
	background: transparent;
	position:absolute;
	top:200px;
	left:0px;
	height:400px;
	width:300px;
}

.ZoneContent {
	background: transparent;
	position:absolute;
	top: 600px;
}