.strophe{color:purple; 
text-align: center;

}

.surligner {

color : red;

text-decoration :underline;

font-weight: bold; 
10
}


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


.entete{ 
      text-align: center;
}

.lien{
	  float: left;
	  width: 30%;
	  background-color : lightgrey;
}


.poeme{
	 margin-left: 30%;
	 width: 70%;
	 background-color: lightblue; 
}
.image_centree{
	display: block;
	border-radius:50%;
	margin-left: auto;
	margin-right: auto;
}

body
{
	background: url(aube.jpg);
	background_position: right;
}