/*Mon CSS perso*/
.strophe{
text-align:center; 	/*le texte sera aligné au centre*/
color : blue; 	/*le texte est en bleu*/
}
.surligner {
color : red;	/*le texte est en rouge */
font-weight: bold; 	/*la police est en gras */
}

.entete {
	background-color: wheat;
	text-align:center;
}
		  
.liens {
		float:left; 				
		width: 30%; 				
		background-color : lightgrey; 		
		}
		
.poeme {
		
		margin-left : 30%; 			/*marge gauche 310px*/
		width: 70%; 				/* largeur du bloc  de la page */
		background-color : #555555; 		/*couleur de fond arbitraire afin de voir le bloc */
		}

h1{
	font-size:40px;
	color: green;
	text-decoration:underline
}

body
{
	background:url("camehante.jpg") /*no-repeat*/;
	background-position : right	
}

