.strophe{
text-align:center; 	/*le texte sera aligné au centre*/
color :#832ABE ;
font-weight: bold;
font-size: 20px ;
font-family:Amaranth	/*le texte est en bleu, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/
}

.rime {
color :  #0080FF
; 	/*le texte est en rouge */
font-weight: bold; 	/*la police est en gras */
text-decoration:underline;
font-size : 20px;
font-family: Serif;
}

.entete{
height:20%;
}

.liens{
width;30%
float:left;
}

.poeme{
margin-left:0%;
}

.titre{
text-align:center;
}

body {
	background-color:#D4CCD8;
background-image: url("RC1.jpg"), url("RC2.jpg");
background-repeat:no-repeat,no-repeat;
background-size:20%,20%;
background-position:right,left;
}
.createur{
	text-align: center;
	font-weight: bold;
font-size: 20px 
}