.strophe{
text-align:center; 	/*le texte sera aligné au centre*/
color : #F0F1F5; 	
}
.surligner {
color : #CA0E36; 	/*le texte est en rouge */
font-weight: bold; 	/*la police est en gras */
}
h1 {
	font-size : 20px;
	background-color : #CA0E36;
	font-family : Centery;
	color : black;
	text-align : center;
}
h2 {
	font-size : 20px;
	background-color : black;
	font-family : Centery;
	color : #ABA3AD;
	text-align : center;
}
body {
	background-image : url("av.jpg");

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

.lien {
	float: left;
	width: 20%;
	background-color: black;
	text-align : center;
}
.site{
	float: right;
	width: 20%;
	background-color: black;
	text-align : center;
}
	