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

.surligner {
color : #2f2151; 	/*le texte est en rouge */
font-weight: bold; 	/*la police est en gras */
}

h1{
	font-size : 20px;
	background-color : #36363F;
	font-family : Century;
	color : White;
	text-align : center;
}

body {
   background-image: url("M1384 CHATEAUX DE LA LOIRE 12 CHATEAUX.jpg");
   background-color: #00b329;
}

.poeme {
		
		margin-left : 20%; 			/*marge gauche 310px*/
		margin-right: 20%
		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 : #36363F; 		/*couleur de fond arbitraire afin de voir le bloc */
	    background-image: url("noel-au-chateau-de-chambord-2019-loicsimon.jpg");	
		}

.liens {
	float: left;
	width: 20%;
	background-color: #AB6F48;
}

.image {
	float: right;
	width: 20%;
	background-color: #D1D0D5;
}

h2{
	font-size : 20px;
	background-color : #36363F;
	font-family : Century;
	color : White;
	text-align : center;
}