#bigImage {
	position:fixed; bottom:0; left:0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background-size: cover;
}

.container {
	margin-left: 15vw;
	margin-right: 15vw;
	margin-top: 10vh;
	position: absolute;
	width:70vw;
	height:80vh;
	border: 2px solid black
	z-index: 0;
	overflow-y:scroll;
}

#container1 {
	display: block;
	overflow-y:hidden;
}

#container2 {
	display: none;
}

#container2::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(0,0,0,0);
}
#container2::-webkit-scrollbar-thumb {
  background: white;
}

#container3 {
	display: none;
}

#container3::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(0,0,0,0);
}
#container3::-webkit-scrollbar-thumb {
  background: white;
}

#container4 {
	display: none;
}

#container4::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(0,0,0,0);
}
#container4::-webkit-scrollbar-thumb {
  background: white;
}

#container5 {
	display: none;
	overflow-y:hidden;
}

#container6 {
	display: none;
	overflow-y:hidden;
}

p {
	color:white;
	line-height: 22pt;
	margin-bottom: 0pt;
	margin-top: 0vh;
	margin-left:0;
	text-indent:0;
	font-family: sans-serif;
	font-size: 15pt;
	text-align: center;
}

.en2 {
	font-size: 13pt;
	line-height: 17pt;
	font-family: Caslon ital;
	color: black;
}

.enPremier{
	margin-top:40vh;
}

.link {
	text-decoration: underline;
}

.link:hover {
	cursor: pointer;
	font-family: Caslon;
	text-decoration: none;
}

.fr {
	font-family: "Caslon ital";
	font-size: 16pt;

}

input {
	width: 40%;
	height: 20pt;
	margin-top: 22pt;
	font-size: 13pt;
}

#radio1 {
	width: auto;
	height: auto;	
}

#radio2 {
	width: auto;
	height: auto;
	margin-top: 0;	
}

#envoi{
	height:80px;
	width: auto;
}

textarea {
	width: 40%;
	font-size: 13pt;
	margin-top: 22pt;
	height: 70pt;
}

button {
	width:20%;
	height: 20pt;
	font-size: 15pt;
}


/*

.mystere1 {
	border:0px solid gray;
	width:350px;
	height:50px;
	position:absolute;
	bottom:50px;
	left:80px;
	cursor:url(cursor/porte5.png) 16 16, auto;
}
.mystere2 {
	border:0px solid gray;
	width:350px;
	height:50px;
	position:absolute;
	bottom:50px;
	right:80px;
	cursor:url(cursor/porte5.png) 16 16, auto;
}
.mystere3 {
	border:0px solid gray;
	width:100px;
	height:80px;
	position:absolute;
	bottom:80px;
	left:0px;
	cursor:url(cursor/porte5.png) 16 16, auto;
}
.mystere4 {
	border:0px solid gray;
	width:100px;
	height:80px;
	position:absolute;
	bottom:0px;
	left:0px;
	cursor:url(cursor/porte5.png) 16 16, auto;
}

.text-wrap {
	border:0px solid gray;
	width: 700px;
	position:absolute;
	font-size: 12pt;
	font-family: Courier New, Courier, sans-serif;
	left:152px;
	display: block;
}

#appel {
	color:white;
	text-align: center;
	top: 75px;

}

#references {
	background-color: rgba(255,255,255,0.5);
	color:black;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	top: 50px;
}

.lien {
	width: auto;
	height: auto;
	border: 0px solid gray;
	position: absolute;
	top:300px;
	line-height: 0pt;
}

#blanc {
	right:0px;
	text-align: right;

}

#noir {
	left:0px;
	text-align: left;

}

video#smallvid {
	width:320px;
	height:auto;
	position:absolute;
	top: 200px;
	left:150px;
	border: 0px solid white;
	cursor:url(cursor/porte5.png) 16 16, auto;
}

img#zone {
	width:320px;
	height:auto;
	position:absolute;
	top: 200px;
	left:554px;
	border: 0px solid white;
	cursor:crosshair;
}


img#diagramme {
	width:424px;
	height:auto;
	position: absolute;
	left: 300px;
	top: 100px;
	border:0px solid black;
	cursor: crosshair;
	display:none;
}

img.ref {
	height:130px;
	margin-left: 50px;
	margin-top: 20px;
}

h1 {
	color:white;
	font-size: 18pt;
	font-weight: normal;
	font-family: Courier New, Courier, sans-serif;
}

h2 {
	color:black;
	font-size: 18pt;
	font-weight: normal;
	font-family: Courier New, Courier, sans-serif;
}

a:link {color: white; text-decoration: none; cursor: url(cursor/porte5.png) 16 16, auto;}
a:visited {color: white; text-decoration: none;cursor: url(cursor/porte5.png) 16 16, auto;}
a:hover {color: white; text-decoration: none;cursor: url(cursor/porte5.png) 16 16, auto;}
a:active {color: white; text-decoration: none;cursor: url(cursor/porte5.png) 16 16, auto;}

.consigne {
	width: 100%;
	height: 30px;
	position:absolute;
	bottom: 0px;
	border: 0px solid red;
	text-align: center;
}

#n {
		color: white;
}
#b {
		color: black;
}



*/