.splashscreen
{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	background-image: url("/images/logo250.png");
	z-index: 50;
	touch-action: none;
	user-select: none;
}

.pansplashscreen
{
	background-color:#888;
}

.pagesSiteSplashscreenBloc
{
  position:absolute;
	display:inline-block;
	text-align:center;
}