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

.surligner {
color :  #000000 ; 	/*le texte est en rouge */
font-weight: bold; 	/*la police est en gras */
}
body {
    background-image: url("fond.png");
}
.entete {
    background-color: #A5A5B4;
    text-align:center;
}

.lien {
        float:left;
        width: 30%; 
		background-color : lightgrey;
		}
		
.poeme {
	    
		margin-left : 30%;
		width: 70%;
		background-color :  #A5A5B4; 
;
		} 


		