.rime{
	color: #8985DC;
}
.rimee{
	color:#DB8FE2;
}
.strophe{
text-align:center; 	/*le texte sera aligné au centre*/
color : #FAFAFA; 	/*le texte est en bleu, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/
}
body {
	background-image: url("Fond-noir.jpg");
	background-size: cover;
}
.titre{
	background-color:#FAFAFA ;
	color:#000000;
	text-align:center;
}
.auteur{
	
	text-decoration:underline;
}
.lien{
	background-color:#FAFAFA ;
	text-align:center;
	width:30%;
	float:left;
}
.parole{
	margin-left:30% ;
	margin-right:30%;
}
.propos{
	background-color:#FAFAFA ;
	text-align:center;
	width:30%;
	float:right;
}
	