@charset "windows-1252";

/* Le titre des parties */
.yLyrics_title {
	width: 100%;
	text-align: center;
	cursor: pointer;
}

/* Le contenu (ce qui est dans l'accordéon) */
.yLyrics_content {
	width: 100%;
	text-align: center;
}

/* Propriétés à appliquer aux titres quand le contenu est fermé */
.yLyrics_headerCollapsed {
	
}

/* Propriétés à appliquer aux titres quand le contenu est visible */
.yLyrics_headerExpanded {
	color: #FF9900;
}
