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

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

.titre{
height:20%;
text-align:center;
}

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

.poeme{
	margin-left:30%;
}
body{
	background-image: url("boeuf.jpg");
    background-color: #cccccc;}
	