*{
	user-select: element;
	-moz-user-select: element;
	-khtml-user-select: element;
	-webkit-user-select: auto;
	-o-user-select: element;
}

body {
	margin:0;
	font-family: Verdana, Geneva, sans-serif ;
}
#titre {
	font-size:20px;
	font-weight:bold;
	margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 15px;
    color:#541452;
	line-height:normal;
}
#consigne {
	margin-left:20px;
	line-height:normal;
	color:#0C0;
}
div.STDI_BtnPlayerConsigne {
	width: 25px;
	margin: 0px 10px;
	clear: both;
	float: left;
	cursor: pointer;
}

.STDI_Audio { display: none; }

.STDI_BtnPlayer{
	margin-top: 10px;
	text-align: center;
}
img.STDI_BtnPlayerPlay{
	width: 40px;
	cursor: pointer;
}
img.STDI_BtnPlayerPlay:hover{
	opacity: .7;
}

.pquizPopUp{
	display: none;
}
#myBtnHelp{

}
.STDI_BlocContent{
	margin-top: 35px;
}
.ecran{
	position: relative;
	height: 600px;
	text-align: center;
	width:940px;
}
#agenda{
	left: 53px;
	position: absolute;
	top: 116px;
}
.plageH{
	padding: 5px;
	border:none;
}
.zone, .zoneFIRST{
	font-family: "Museo300",Arial,Helvetica,sans-serif;
	width:123px;
	height: 196px;
	font-size: 20px;
	padding: 5px;
	cursor: pointer;
	background: rgba(0, 0, 0, .05);
	text-align: left;
	overflow: auto;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
textarea.zone{
	resize: none;
	margin-top: 4px;
	height: 196px;
	border: none;
	white-space: pre;
}
.zone:hover{
	background: #03bfd7;
	background: rgba(3, 191, 210, .1);
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/* player audio */
.pdocSection1{
}

.pquizCongratulateMessages{
	display: none;
}
.pquizMessage:not(.hidden) {
	top: 158.5px;
	margin-left: 268.383px;
}
.pquizPopUp.fadeBackground, .pquizCongratulateMessages.fadeBackground{
	z-index: 9999999;
}
.pquizP{
	display: none;
}

/* BARRE DU BAS */
.btnNav{
	cursor: pointer;
	display: none;
}
.btnNav:hover{
	opacity: .7;
}
.pquizInstructions{
	width: auto;
}
.pdocHighlightColor20{
	color: #00a61d;
}
.pquizHelpPopUp *{
	font-family: 'OpenDyslexic-Regular', Arial, Helvetica, sans-serif !important;
}
#btnAgain{
	cursor: pointer;
	width: 65px;
}