.strophe{
	color:black;
	text-align:center;
} 
.surligner { 
color : gray ; 
font-weight : bold ; 
text-decoration : underline ; 
}

h1{
		 font-size : 65px ;
		 background-color : gray ;
		 font-family : cursive ;
		 color : black ;
		 text-align : center ; 
}

h2{
		 font-size : 40px ;
		 background-color : gray ;
		 font-family : cursive ;
		 color : black ;
		 text-align : center ; 
} 

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

.entete { 
    text-align:center; 
}  

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

.poeme { 
        font-size : 30px ;
		margin-left : 5% ;
		width : 30 %; 
		height : auto; 
		
} 

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