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

.surligner {
color : #9F1504 ; 	/*le texte est en rouge */
font-weight: italic; 	/*la police est en gras */
} 
body {
   background-image: url("nuage.jpg");
}
.poeme {
		margin-left : 30%; 			/*marge gauche 310px*/
		padding : 15px 100px 15px 100px; 	/*marges intérieures :haut, droite, bas puis gauche*/
		width: 70%; 				/* largeur du bloc 70% de la page */
		height : auto ; 				/*hauteur du bloc (automatique ici) */
		}
.entete {
	background-color: #FEFECD;
	text-align:center;
}

.lien {
		float:left;			
		background-color : #060606 ;
		width=30%;
}

.image {
		float:right;
}