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

.surligner {
color :  #ec61f7 ; 	/*le texte est en rouge */
font-weight: bold; 	/*la police est en gras */
}
body {
    background-color:  #DDDDF9  ;
}
.entete {
    background-color: #ec61f7;
    text-align:center;
}

.lien {
        float:left;
        width: 30%; 
		background-color : #DDDDF9;
		}
.liengauche {
        float:right;
        width: 30%; 
		background-color : #DDDDF9;
		}
		
.poeme {
	    
		margin-left : 30%;
		width: 40%;
		background-color :   #DDDDF9; 
;
		} 


		