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

.surligner {
color : #FFFFFF; 	/*le texte est en blanc */
text-decoration-line: underline; 	/*la police est en gras */
}

body 
{
   background: url(top-image.jpg) /*no repeat*/;
   background-position: left;
}


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

.Palmares{
	float : right ;
	width : 33% ;
}

.poeme {
	margin-left :40%;
	width: 70%;
	font-family : Gabriola;
	color : #FFFFFF;
}

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


h1{
color : #FFFFFF; 		/*Définition de la couleur de la police */
text-align: center; 		/* Alignement du texte */
}