/* V 3.000 */
html, body
{
 height:100%;
 margin:0px;
}
.nosel
{
 background-color: #faa;
 -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 */
}
body
{
 background-color:#008;
 text-align:center;
 overflow:hidden;
}
#stg
{
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
 text-align:center;
 font-family:arial;
 font-size:32px;
 /* background-color:#008; */
 background-color:#22a;
 color:#fff;

 -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 */
}
.cracker
{
 position:absolute;
 width:64px;
 height:64px;
 overflow:hidden;
 cursor:pointer;
}
.crImg
{
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
}
.star
{
 position:absolute;
 left:0px;
 top:0px;
 width:64px;
 height:64px;
}
.topBtn
{
 position:absolute;
 left:0px;
 top:0px;
 width:10px;
 height:10px;
 cursor:pointer;
}
#pat
{
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
 text-align:center;
}
#ybimg
{
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
}
.mainButton
{
 left:10px;
 background-image:url('ybutton.png');
 width:72px;
 height:72px;
 font-family:times; /*times permet de différencier l et I; */
 font-size:48px;
 cursor:pointer;
 overflow:hidden;
}
.winvdo
{
 position:absolute;
 width:256px;
 height:256px;
 left:160px;
 top:120px;
 background:url('smoke.png');
 display:none;
}
.victoryPlace
{
 position:absolute;
 top:96px;
 width:36px;
 display:none;
 background-image:url('star.png');
}
.fwplace
{
 position:absolute;
 width:256px;
 height:256px;
 background-image: url('fw.png');
 display:none;
}
#alPlace
{
 position:absolute;
 width:512px;
 height:384px;
 background-color:#fff;
 display:none;
 border:groove 8px;
}
.button10
{
 position:relative;
 margin:20px 10px;
 width:384px;
 height:50px;
 margin-left:auto;
 margin-right:auto;
 cursor:pointer;
 background-color:#ccc;
 border:outset 4px;
 color:#000;
}
.errorBtn
{
 display:inline-block;
 background-color:#bbb;
 border:outset 2px;
 cursor:pointer;
}