body {
	color: black;
	}
h1 {
	color: black;
}
.photo {
	width: 450px;
	height: 500px;
	float: left;
}
.texte {
	width: 450px;
	height: 500px;
	float: left;
}

.page {
	width: 85%;
	margin: auto;
}
.baleine{
	width: 3000px;
	height: 700px;
	background-color: #ECF8E0;
}
.entete {
	height: 120px;
	padding: 20px;
	background-color: #31B404;
	color: #491313;
}
.texte {
	width: 400px;
	height:	250px;
	float: left;
}
.entree {
	border : 1px solid black;
	padding: 10px;
	font-family: courrier Naw, Courrier;
}
.entree01 {
	position: absolute;
	left: 400px;
	top: 400px;
	width: 280px;
	height: 155px;
	background-color: #FFBF00;
}
.entree02 {
	position: absolute;
	left: 650px;
	top: 150px;
	z-index: 2;
	width: 250px;
	height: 140px;
	background-color: #BFFF00;
	transform: rotate(4deg)
}
.entree03 {
	position: absolute;
	left: 250px;
	top: 107px;
	z-index: 4;
	width: 300px;
	height: 300px;
	background-color: #DF7401;
	overflow: scroll;
	transform: rotate(-2deg)
}
.entree04 {
position: absolute;
	left: 1000px;
	top: 257px;
	z-index: 4;
	width: 120px;
	height: 100px;
	background-color: #FFFF00;
	transform: rotate(-9deg)
}
.transparence {opacity: 0.5;}
.contenu {
	padding: 10px;
	background-color: #FEFEFA;
	color: #222;
	overflow: auto;
	padding-bottom: 100px;
	box-shadow: 2px 2px 5px #ACACAA;
}
.citation{
	font-style: italic;
	padding-left: 50px;
}

