/* 1.00 */
html, body
{
	height:100%;
	margin:0px;
}
body
{
	background-color : #bee;
	text-align:center;
}

#stg
{
	position: absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	display:none;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #04a;
	/* eviter la selection des elem */
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
	/* fin selection */
}
#svgCtn
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
}
#btnCtn
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#add;
}
.btnChoice
{
	position:absolute;
	cursor:pointer;
}
#mainSVGobject
{
	width:100%;
}
#redCross
{
	position:absolute;
	cursor:pointer;
}
.topBtn
{
	position:absolute;
	top:10px;
	left:10px;
	cursor:pointer;
	display:none;
}
/*  pas de javascript */
#wrn1
{
	background-color:#fff;
	margin:8%;
	padding:8%;
	text-align:center;
}
/* Ecrans trop petits */
#wrn2
{
	margin:5%;
	padding-top:5%;
	padding-bottom:5%;
	width:90%;
	text-align:center;
	background-color:#ff8;
}
.wrnBtn
{
	margin-top:5%;
	margin-bottom:5%;
	margin-right:5%;
	margin-left:5%;
	cursor:pointer; /* c'est pour du telephone ! */
	border : outset 2px;
	background-color:#ccc;
}