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

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

body {
   background-image: url("Dagobert.jpg");
   size: 100%;
   background-color: ecff00;
}

.liens {
	float: left;
	width: 30%;
	background-color :FFFF00;
}

.poeme {
		
		margin-left : 20%; 			/*marge gauche 310px*/
		padding : 15px 10px 15px 25px; 	/*marges intérieures :haut, droite, bas puis gauche*/
		width: 60%; 				/* largeur du bloc 70% de la page */
		height : auto; 				/*hauteur du bloc (automatique ici) */
		background-color : #764203 ;/*couleur de fond arbitraire afin de voir le bloc */
		font-family: Edwardian Script ITC;
		}
		
h1{
			font-size : 60px;
			font-family : Edwardian Script ITC;
			color : #FFFF00;
			text-align : center;

}

h3{
	
	text-align : center;
	color : #FFFF00;
	
}

a{
	color : #FFFF00;
	font-size : 25px;
}

h4{
	margin-left : 20%;
	
}