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

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

h2{
	font-size : 45px;
	background-color : #DA8355;
	font-family : Gigi ;
	color : black;
	text-align : center;
}

.liens {
	float : left;
	width : 30%;
/*	background-color : #1223AC;*/
   background-color : #1223AC ;
     color: black;
}

.poeme {
	margin-left : 30%;
	width : 70%;
/*	background-color : #53E5E2;*/
background-color : blue;
	font-family : Segoe script ;
}
	
body{
	background : url(index.jpg)	;
    background-position : left;
}
a { color: white; } 