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

.surligner {
color : #FFC300; 	/*le texte est en rouge */
font-weight: bold; 	/*la police est en gras */
text-decoration-liner: underline;
}

body {
   background-image: url(pi.jfif);
   background-color: ;
}
.lien {
	float: left;
	width: 33%;
}


.poeme {
	margin-left : 33%;
	width : 33%;
background-color :black ;
font-family: Gabriola;
}

.Boudha{
	float : right ;
	width : 33%;
background-color :
 }

h1{
	font-size : 20PX;
    background-color : #000000;
	font-family : Segoe script;
	color : #FFFFFF ;
	text-align : center ;
}

h2{
color :white ; 		/*Définition de la couleur de la police */
text-align : center; 		/* Alignement du texte */
}
a { color: white; }