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


.surligner {
color : #b533ff; 	/*le texte est en rouge */
font-weight: bold; 	/*la police est en gras */
}

body 
{
	background: url("papillon.jpg");
	background-position: center
}



.liens{
	float: left;
	width: 30%;
	background-color: #33fcff;
	text-align: center;
}
	


.poeme{
	margin-left: 30%;
	padding : 15px 10px 15px 25px;
	width:70%;
	background-color: #33ceff;
	font-family:Gabriola;
	text-align: center;
}


h1{
	text-align:center;
	background-color: #33fcff;

}
	
	
	
	

