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

}

h1{
	font-size: 30px;
	background-color: purple;
	font-family: Cursive ;
	color: yellow ;
	text-align : center;
}	
	
h2 {
	font-size: 20px;
	background-color: purple;
	font-family: Cursive ;
    color: yellow ; 
    text-align : center;
}
	
	
	
body {
background: url("index.jpg.jpg");
background-position : left;

}

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

		
		