.strophe{
	text-align:center;
	color:blue;
}
.surligner{
	color:purple;
	font-weight: bold;
	text-decoration:underline;
}
h1{
	font-size : 20px ;
	background-color : gray;
	font-family: cursive ;
	color : white ;
	text-align : center ;
	
}
.entete{
	text-align: center;
}
.lien{
	float:left;
	width:30%;
	background-color: lightgrey;
}
.poeme{
	margin-left:30%;
	background-color: pink;
}
.image_centree{
	display: block;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}

body
{
	background: url(ledormeur.jpg);
	background-position: right;
}
	
h2{
	font-size: 20px;
	background-color: gray;
	font-family: cursive;
	color: white;
	text-align: center;
}