.surligner {
color : #FE5321; 
font-weight: bold; 	
}
.strophe{
text-align:center; 	/*le texte sera aligné au centre*/
color : #FFBD00;
font-weight: bold;
font-size: 25;
}
body {
   background-image: url("bois.jpg");
   
}
.poeme {
	margin-top:0%;
	margin-left : 40%;
	padding: 15px 10px 15px 20px;
	width: 25%;
	background-color: #853D00;
	
	position: absolute;
	top: 70px;
}
.lien {
	text-align: center;
	margin-left: 5%;
	margin-right: 50%;
margin-top: 10%;
	padding: 5px 10px 5px 20px;
	width: 20%;
	color: #FFBD00;
	font-size: 30;
	background-color: #853D00;
}
img{
	width:80%
}