/* leCHaudioC.css : fichier de styles, associé au moteur "leCHaudioC.js" 2.0 */
body	{font-family:"Times New Roman",Times,serif; color:#FFFFFF; text-align:center;
	width:100%; height:400px; margin:0 auto 0 auto; padding:0;
	font-style:normal; font-weight:normal;
	background-color:#000040; }
.Titre	{font-size:18px; font-weight:bold; margin:12px 0 0 0; }
.SousTitre	{font-size:15px; }
.CopyR	{font-size:15px; font-style:italic; margin: 8px 0; }
.comment	{width:260px; margin:24px auto 0 auto; padding:6px 6px 9px 12px; text-indent:18px; text-align:left;
	font-size:15px; color:#FFFF00; border:solid 2px #FFF; }
a:link, a:visited, a:active
		{color:#ffffff; text-decoration:underline; }
a:hover	{color:#00ffff; }

/* Paramètres du lecteur audio compact ou hyper compact */
		/*			  ▼▼▼ hauteur à adapter pour cacher la bande de niveau sonore */
#pupitre	{width:26px; height:105px; margin:9px auto 0 auto; background-color:#AAAAAA;
	border:solid #444 1px; border-right:solid 1px #FFF; border-bottom:solid 1px #FFF; }
#lire		{margin:3px 0 0 1px; cursor: pointer; border:solid transparent; border-width:0 1px 1px 0; }
#lire:hover	{border:solid transparent; border-width:1px 0 0 1px; }
#stop		{margin:1px 0 0 1px; cursor: pointer; border:solid transparent; border-width:0 1px 1px 0; }
#stop:hover	{border:solid transparent; border-width:1px 0 0 1px; }
#volP		{margin:8px 0 0 1px; cursor: pointer; border:solid transparent; border-width:0 1px 1px 0; }
#volP:hover	{border:solid transparent; border-width:1px 0 0 1px; }
#volM		{margin:1px 0 0 1px; cursor: pointer; border:solid transparent; border-width:0 1px 1px 0; }
#volM:hover	{border:solid transparent; border-width:1px 0 0 1px; }
	/* Pour CACHER la bande de niveau sonore (volTout) :
		+ passer "display" de "block" à "none"
		+ passer la largeur du "pupitre" à "105px" */
#volTout	{margin:5px 1px 0  1px; width:75px; height:16px; background-color:#000; cursor: pointer;
	display:none; }
#volAff	{margin:0   0   0    0; height:16px; width:32px; max-width:75px; background-color:#00FFFF; }

