/* leCHaudioC.css : fichier de styles, associé au moteur "leCHaudioC.js" 2.2 */
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:28px; height:157px; margin:9px auto 0 auto; background-color:#AAAAAA;
	border:solid #444 1px; border-right:solid 1px #FFF; border-bottom:solid 1px #FFF; }
#lire		{margin:4px 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; border-radius:2px; }
#stop		{margin:2px 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; border-radius:2px; }
#volP		{margin:8px 0 -3px  1px; cursor: pointer; border:solid transparent; border-width:0 1px 1px 0; }
#volP:hover	{border:solid transparent; border-width:1px 0 0 1px; border-radius:2px; }
/* Niveau sonore : volTout=rectangle coloré de hauteur "volMax"; volAff=rectangle noir de hauteur=volMax-niveau sonore; */
#volTout	{margin:0px 0   0  6px; height:50px; width:16px; background-color:#00FFFF; cursor:pointer;
	display:block; }
#volAff	{margin:0   0   0    0; height:50px; width:16px; background-color:#000; }
#volM		{margin:2px 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; border-radius:2px; }
