		/*[fontph]*/ .Javanese_Text_37_800080bi { font-family: Javanese Text; font-size: 40px; color:#800080; font-weight:bold; font-style:italic; }
		/*[fontph]*/ .Javanese_Text_37_ff00ffbi { font-family: Javanese Text; font-size: 40px; color:#ff00ff; font-weight:bold; font-style:italic; }
		/*[fontph]*/ .Javanese_Text_37_ff80ffbi { font-family: Javanese Text; font-size: 40px; color:#ff80ff; font-weight:bold; font-style:italic; }


.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;
}
@keyframes rotate_3D{
0%{ transform :  translateZ(-116.73009px) rotateY(0.0deg); }
100%{ transform :  translateZ(-116.73009px) rotateY( -360.0deg );}
}
.rotate_3D{
	transform-style: preserve-3d;
	visibility: hidden;
	animation: rotate_3D 10s infinite linear forwards ;
	-webkit-animation: rotate_3D 10s 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 10s infinite linear forwards ;
	-webkit-animation: rotate_3D_inv 10s infinite linear forwards ;
}
