body {  
  background-position: center top;  
  background-image: url("background/background.png");  
  background-size: 100%;
  background-attachment: fixed;  
  text-align: center;  
  font-family: Verdana;  
  color: white;
}

img {
	cursor:pointer;
}

#musique {
	width: 100%;    
   font-size: 100%;
	text-align: left;  
	position: fixed; 
   bottom:0;
 	left:0;
}
#spanMusique {
	width: 100%;    
   background-color: #6c6c6c;  
   font-size: 100%;
	text-align: center;  
   border:1px solid black;
   bottom:0;
 	left:0;
}
#button {
	color: #6c6c6c;  
	cursor:pointer;
	text-decoration: none;
	width: 100%;
}

#progressBar { 
	position: absolute;
	bottom: 0;
   color:green; 
   width:100%; 
   height:5px;
}
#progress {
   background-color:#ff0000; 
   height:100%; 
   display:inline-block;
}


