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

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

.strophe {
    text-align:center;
    color:#FCFCF9
}
body {
    background-color: #BACFE5
}
body {
    background-image: url("niiro.jpg");
}

h2{
    font-size :50px ;
    font-family : century ;
    color : White;
    text-align: center;
	
}

.liens{
	float:left;
	width: 30%;
}
.poeme {
	margin-left:30%;
	width: 70%; 				/* largeur du bloc 70% de la page */
	height : auto; 				/*hauteur du bloc (automatique ici) */
	
}
   
