.strophe{
text-align: center;
 color:black;
}
.surligner{
	color:darkblue;
	text-decoration: underline;
}

h1{
	font-size : 20px; 
	background-color : lightpink; 
	text-align: center;
	font-family: new roman;

}
.entete{
	text-align:center;
}
.lien{
	float:left;
	width:30%;
	background-color:turquoise;
}
.poeme{
	margin-left:30%;
	width:70%;
	background-color: lightgreen;

}
.image_centree {
	display:block;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
body
{
	background: url(cropped-home-garden.jpeg);
	background-position: right ;
}