/* Style de la grande parade */
.bulleProduit {
   background-color: #aec8e5;
   border-radius: 10px;
   box-shadow: 0 0 10px 2px;
	margin: 0;
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 20px;
   position: absolute;
   text-align: center;
	width: 300px;
}
.bulleProduitLegende {
	color: #220884;
	font-family: Verdana, Arial;
	font-size: 17px;
   overflow: hidden
   padding: 0;
   vertical-align: text-top;
}

#changeVitesse {
	color: #220884;
	font-family: Verdana, Arial;
	font-size: 12px;
   margin: 0;
}
#changeVitesse table {
   border-collapse: collapse;
}
#changeVitesse td {
   border: 0;
   padding: 2px;
}

/* Photos des musiciens */
#calcNomMusicien, #calcImgMusicien {
	background-image: url('../images/Bloc/ampli_centre.png');
	background-repeat: repeat-y;
	color: #9494ff;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 170px;
}
