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

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

.href { 
    background-color: #FFFFFF;
}

.liens {
	float: left; 
	width:30%;
	background-color : #FFFFFF; 
}
.chanson {
	margin-left :30%;
	width: 50%; 
	background-color : #FFFFFF;
	font-family: Comic sans ms;
}
body
{

 background:url(https://i.pinimg.com/474x/7b/db/f4/7bdbf4d92e4135974e684551e17b94a6.jpg);
 background-position: left;
}
h1{
text-align:center;
font-size: 60px;
color:red;
}
