/* CSS Document */

#fondPhoto {
	position: absolute;
	right: 0em;
	bottom: 0em;
	width: 40em;
	height: 29.5em;
	background-color: #FF7F00;
	}
	
#texteHistoire {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 32em;
	height: 33em;
	left: 4.1em;
	bottom: 2em;
	}
	
#texteHistoire p {
	font-size: 1.4em;
	color: #000000;
	text-align: justify;
	}
	
#photoHistoire {
	position: absolute;
	width: 43em;
	height: 28.4em;
	right: 1.9em;
	bottom: 4.5em;
	}
	
#legendePhoto {
	position: absolute;
	width: 35em;
	height: 2em;
	right: 3em;
	bottom: 1.3em;
	}
	
#legendePhoto span {
	color: #FBA33F;
	font-size: 2em;
	}
