.strophe{
text-align:center; 	/*le texte sera aligné au centre*/
color:#878787; 	/*le texte est en bleu, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/
front-size:40px;
font-family: Segoe script;
}
.surligner {
color : #4A3D11; 	/*le texte est en rouge */
font-weight: bold; 	/*la police est en gras */
text-decoration:underline;
}
h1{
	front-size: 20px;
	background-color:#F6C10F;
	font-family: Segoe script;
	color:#878787;
	text-align: center;
}
body {
   background-image: url("https://mobimg.b-cdn.net/v3/fetch/f3/f33634999275da71208da86da03a6b7f.jpeg")/*no repeat*/;
   background-color: #cccccc;
}
.liens{
	float:left;
	text-align: left;
	width: 35%;
	background-color:#FFA618;
	font-family: Segoe script; 
}
.poeme {
		
	padding : 15px 10px 15px 25px;		/*marges intérieures :haut, droite, bas puis gauche*/
	width: 60%; 				/* largeur du bloc 70% de la page */
	height : auto; 				/*hauteur du bloc (automatique ici) */
	background-color :#F6C10F; 		/*couleur de fond arbitraire afin de voir le bloc */
	text-align: center;
	float: right
}
h2{
	front-size : 10px;
	background-color : #FFA618;
	font-family: Segoe script;
	color : #878787 ;
	text-align : center ;
}
h5{
	font-size : 20px;
	background-color :#F6C10F;
	font-family: Segoe script;
	color : #878787;
	text-align : center ;
}
