/* V1.004 */
html, body
{
 height:100%;
 margin:0px;
 background-color:#0f0;
 overflow:hidden;
}
#stg
{
 position: absolute;
 left:0px;
 top:0px;
 width:100%;
 height:100%; 
 display:none;
 -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;
}
.topBtn
{
 position:absolute;
 top:10px;
 left:10px;
 cursor:pointer;
 display:none;
}
.obj
{
 position: absolute;
 left:10px;
 top:10px;
 width:96px;
 height:128px; 
 overflow:hidden;
}
.imObj
{
 position: absolute;
 left:0px;
 top:0px;
 width:384px;
 height:256px;
}
#btnRe
{
 cursor:pointer;
}
/*  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;
}