body{
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor:default;
}
/*
article { border: dashed 1px #000000; }
*/
.STDI_Audio { display: none; }
.STDI_BtnPlayerConsigne {
    width: 25px;
    margin: 0px 10px;
    clear: both;
    float: left;
    cursor: pointer;
}

.STDI_Bloc { text-align: center; height: 400px; width: 760px; margin: 0 auto; z-index:2; }

.STDI_Bloc img { width: 760px; position: absolute; max-width: none; max-height: none; }
.STDI_Bloc svg { width: 760px; position: absolute; }
.STDI_Bloc audio { margin-top: 150px; }

.STDI_BlocNav { width: 900px;  z-index:0; }
.STDI_Btn { margin-top:10px; margin-bottom:10px; padding:5px 10px; cursor:pointer; color: #FFFFFF; }
.STDI_Btn p { line-height:20px; }
.STDI_Btn img { height:80px; margin:0px; }
#STDI_Prec { position:absolute; top:250px; }
#STDI_Next { position:absolute; top:250px; left: 829px; }

.STDI_BtnPlayerPlay { cursor:pointer; }
.STDI_BtnPlayerStop { cursor:pointer; }
.STDI_BtnPlayer {text-align: center; }
.STDI_BtnPlayer img { width: 40px; margin: 0 auto; }
svg { z-index: 2; }
.STDI_BtnPlayer{ z-index: 3; }

.STDI_popup {
    background-color: #fff;
    border: 0 none;
    border: 2px solid #03bfd7;
    border-radius: 5px;
    color: #000000;
    font-family: 'OpenDyslexic-Regular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 10px;
    white-space: nowrap;
}