.strophe{
text-align:center; 	/*le texte sera aligné au centre*/
color : #000000 ; 	/*le texte est en bleu, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/
}

.rime {
color : #DDE87F; 	/*le texte est en rouge */
font-weight: bold; 	/*la police est en gras */
text-decoration:underline;
font-size : 20 px ;
font-family :Cavolini ;

}

.entete{
	height:20%; 
}	
	
.lien{ 

width:30%.}
	
.poeme{
		margin-left : 30%; 			/*marge gauche 310px*/
		padding : 15px 10px 15px 25px; 	/*marges intérieures :haut, droite, bas puis gauche*/
		width: 68%; 				/* largeur du bloc 70% de la page */
		height : auto; 				/*hauteur du bloc (automatique ici) */
		background-color : #831E3B; 		/*couleur de fond arbitraire afin de voir le bloc */

		}
}	   

.titre{
	text-align:center;
}

.liens{
	width:30%;
	float:left;
}

.poeme{
	margin-left:30%;
}

body { 
 background-image: url("image.jpg");
 
}

    h1 {
		font-size: 20px ;
		background-color : pink;
		font-family : Cursive;
		color : #00000 ;
		text-align : center ;
	}
	h2 {
		font-size: 20px ;
		background-color: pink;
		font-family: Cursive;
		color: #00000;
		text-align: center;
	}
	
}

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