		/*[fontph]*/ .Courier_New_30_ffff00b__ { font-family: Courier New; font-size: 33px; color:#ffff00; font-weight:bold; }
		/*[fontph]*/ .Barron_30_0000ff___ { font-family: Barron; font-size: 33px; color:#0000ff; }
		/*[fontph]*/ .Barron_30_008000___ { font-family: Barron; font-size: 33px; color:#008000; }
		/*[fontph]*/ .Courier_New_30_ff0000b__ { font-family: Courier New; font-size: 33px; color:#ff0000; font-weight:bold; }
		/*[fontph]*/ .Courier_New_30_800080b__ { font-family: Courier New; font-size: 33px; color:#800080; font-weight:bold; }
		/*[fontph]*/ .Barron_30_ff0000___ { font-family: Barron; font-size: 33px; color:#ff0000; }
		/*[fontph]*/ .Barron_30_80ff80___ { font-family: Barron; font-size: 33px; color:#80ff80; }
		/*[fontph]*/ .Courier_New_30_00ff00b__ { font-family: Courier New; font-size: 33px; color:#00ff00; font-weight:bold; }
		/*[fontph]*/ .Courier_New_30_808080b__ { font-family: Courier New; font-size: 33px; color:#808080; font-weight:bold; }
		/*[fontph]*/ .Barron_30_800080___ { font-family: Barron; font-size: 33px; color:#800080; }
		/*[fontph]*/ .Courier_New_30_5c4343b__ { font-family: Courier New; font-size: 33px; color:#5c4343; font-weight:bold; }
		/*[fontph]*/ .Courier_New_30_ff80ffb__ { font-family: Courier New; font-size: 33px; color:#ff80ff; font-weight:bold; }
		/*[fontph]*/ .Courier_New_30_00ffffb__ { font-family: Courier New; font-size: 33px; color:#00ffff; font-weight:bold; }
		/*[fontph]*/ .Barron_30_00ff00___ { font-family: Barron; font-size: 33px; color:#00ff00; }
		/*[fontph]*/ .Courier_New_30_008000b__ { font-family: Courier New; font-size: 33px; color:#008000; font-weight:bold; }
		/*[fontph]*/ .Times_New_Roman_13_ffffffbi { font-family: Times New Roman; font-size: 16px; color:#ffffff; font-weight:bold; font-style:italic; }
		/*[fontph]*/ .Barron_30_00ffff___ { font-family: Barron; font-size: 33px; color:#00ffff; }


.wvcach{
	top:0px; 
	left:0px; 
	position:absolute; 
	z-index:1; 
	background-color:rgb(255,255,255);
	font-size: 30px;
	color:rgb(85,85,85);
	display: flex; /* contexte sur le parent */
	flex-direction: column; /* direction d'affichage verticale */
	justify-content: center;
}

/*----play_stop_html5/button_simple-----*/
@keyframes rotate_3D{
0%{ transform :  translateZ(-110.45255px) rotateY(0.0deg); }
100%{ transform :  translateZ(-110.45255px) rotateY( -360.0deg );}
}
.rotate_3D{
	transform-style: preserve-3d;
	visibility: hidden;
	animation: rotate_3D 15s infinite linear forwards ;
	-webkit-animation: rotate_3D 15s infinite linear forwards ;
}@keyframes rotate_3D_inv{
0%{ transform :  translateZ(0px) rotateY(0.0deg); }
100%{ transform :  translateZ(0px) rotateY( 360.0deg );}
}
.rotate_3D_inv{
	transform-style: preserve-3d;
	visibility: hidden;
	animation: rotate_3D_inv 15s infinite linear forwards ;
	-webkit-animation: rotate_3D_inv 15s infinite linear forwards ;
}
