/*Mon CSS perso*/
.strophe{
text-align:center; 	/*le texte sera aligné au centre*/
color : #787776; 	/*le texte est en bleu, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/
}
.surligner {
color : #ecff0a; 	/*le texte est en rouge */
font-weight: bold; 	/*la police est en gras */
}

h1{
	font-size : 20px;
	background-color : #97a475;
    font-family : Century;
    color : Black;	
	text-align : center;
}
body {
   background-image: url("Connemara.jpeg");
   background-color: #81d1bc;
}
.chanson {
		
		margin-left : 30%; 			/*marge gauche 310px*/
		padding : 15px 10px 15px 25px; 	/*marges intérieures :haut, droite, bas puis gauche*/
		width: 68%; 				/* largeur du bloc 70% de la page */
		height : auto; 				/*hauteur du bloc (automatique ici) */
		background-color : #9ec82f; 		/*couleur de fond arbitraire afin de voir le bloc */
		}
.liens {
float: left;
width: 20%;
background-color: #81d1bc;
}

