/*CSS*/
.strophe{
text-align : right;
color : red;
}

.surligner{
color : black;
font-weight: bold;
background-color : yellow;
}

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

h3{
	font-family:Cursive;
	font-size:20px;
	text-align:right;
}


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

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

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

.entete { 
    text-align:center; 
}  

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

