
.strophe{
text-align:center;
color : black;
}
.surligner {
color : orange;	/*le texte est en rouge */
font-weight: bold; 	/*la police est en gras */

}

h1{
	
	font-size : 20px;
	background-color : gray; 
	font-family : Italic;
	color : blue ;
	text-align : center ;
	
}

h2 {
	
	font-size : 20px ;
	background-color : gray; 
	font-family : Cursive;
	color : yellow ;
	text-align : center ;
}


.entete{
background-color : wheat;
text-align : center;
}


.liens{
float:left;
margin-left: 0px;
height : auto;
background-color: lightgrey;
}


.poeme{
margin-left : 30%;
width : 70%;
height : auto;
background-color : azure;
}

.body{
background-image:url("victorhugo2.png");
background-color: white;
}






