.strophe{
	color:black;
	text-align:center;
}
h1{
	font-size : 20px ;
	background-color : yellow ;
	font-family : Cursive ;
	color : black ;
	text-align : center ;
}
	
h2{
	font-size : 20px ;
	background-color : yellow ;
	font-family : Cursive ;
	color : black ;
	text-align : center ;
}
.surligner {
	color :  yellow;
	font-weight : bold;
	text-decoration : underline;
}
body
{
	background : url(fond.jpg);
	background-position : right;
}

.entete{
	text-align:center;
}
.liens {
	float:left;
	width: 30%;
	height: auto;
	background-color: lightgray;
}
.poeme{
	margin-left:30%;
	width: 70%;
	height: auto;
	background-color: gray;
}
	
.image_centree {
	display: block;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}