body {
	color:white;	
}
.photo {
	width: 450px;
	height: 500px;
	float: left;
	margin-left:100px;
}
.photo01 {
	width: 500px;
	height: 500px;
	float: left;
	margin-left:100px;
	margin-top:100px;
}
.texte {
	width: 450px;
	height: 500px;
	float: left;
}
.grande_photo {
	width: 600px;
	margin: auto;
	float: right;
}
