/*  1.003 */
html
{
 height:100%;
 margin:0px;
}
body
{
 height:100%;
 margin:0px;
 background-color:#08f;
 -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;
}
#sndPnl
{
 position:absolute;
 width:256px;
 left:50px;
 top:-64px;
 height:48px;
}
#scn
{
 position: absolute;
 left:0px;
 top:0px;
 width:360px;
 height:480px;
 background-color:#08f;
 overflow:hidden;-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;
}
#prevBtn
{
 position:absolute;
 top:10px;
 right:10px;
 left:auto;
 cursor:pointer;
}
#phone
{
 position:absolute;
 left:0px;
 top:0px;
 width:100px;
 height:200px;
}
#rBox
{
 position:absolute;
 left:0px;
 top:164px;
 width:320px;
 height:36px;
 background-color:#f00;
}
.buttonsImg
{
 position:absolute;
 left:0px;
 top:0px;
 width:32px;
 height:32px;
}
.bButtons
{
 position:absolute;
 left:0px;
 top:0px;
 width:32px;
 height:32px;
 cursor:pointer;
}
#wrnMsg
{
 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;
}