.strophe{
	color:purple;
	text-align:center;
}
.surligner{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
body{
	background-image:url(image.png);
	background-position: center center;
}

h1{
	font-size: 20px;
	background-color : black;
	font-family: Cursive;
	color: pink;
	text-align: center;
}
	
h2 {
	font-size: 20px;
	background-color: black;
	font-family: Cursive;
	color: pink;
	text-align: center;
}
.entete{
	text-align:center;
}
.liens {
		float: left;
		width: 30%;
		height: auto;
		background-color: lightgrey;
}
.poeme{
	
		margin-left: 30%;
		width: 70%;
		height : auto;
		background-color: pink;
}

.image_centree{
	display: block;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}

