.strophe{
	color: white ;
	text-align: center ;
}

h1 {
	front-size : 25px ;
	background-color : blue ; 
	front-family : Cursive ;
	color : red ;
	text-align : center ;
}	

h2 {
	front-size : 25px ;
	background-color : black ; 
	front-family: Cursive ;
	color : red ;
	text-align : center ;
}	

.surligner {
	color : pink ;
	font-weight : bold ;
	text-decoration : underline ;
}


body {
background : url(lion.jpg) ;
background-position : right	
}

.entete {
	texte-align : center;
}

.liens {
	float:left;
	width: 30%;
	height: auto;
	background-color: lightgrey;
}

.poeme {
	margin-left :30%;
	width : 70%;
	height : auto;
	background-color : black;
}

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