body  {
	color: #000000;
	background-color : #FFFFFF;
	background-size : cover;
}
h1 {
	color: #FFFFFF;
}
.page {
	width : 85%;
	margin : auto;
}  

.photo {
	width : 450px;
	height : 500px;
  
}
.texte {
	width : 700px;
	height : 170px;
	padding-left : 10px;
   font-family: 'CodeNewRomanRegular'; 
   font-weight: normal; 
   font-style: normal; 
}


.entete {
	height : 120px ;
	padding : 20px ;
	background-color : #000000 ; 
	color : #FBEFF5 ;
		font-family: 'CodeNewRomanRegular';
   font-weight: normal; 
   font-style: normal;
}
.retour {
	clear:both;
}
.citation {
	font-style : italic;
	padding-left : 50px;
}
.page1 {
	width : 60%;
	height : 500px;
	margin : auto;
	background-color : #000000;
	overflow : hidden;
}
	
.entree {
	position: absolute;
	border : 1px solid black;
	left : 150px;
	font-family : 'CodeNewRomanRegular' ;
	width: 1000px;
	transform : rotate(5deg);
}
.entree2 {
	border : 1px solid black;
	padding : 10 px;
	font-family : 'CodeNewRomanRegular' ;
	width: 1000px;
	transform : rotate(-5deg);
}