/***** JEU 1 *****/

#conteneurJeu1{
	/*size*/
	position:absolute;
	top:0px;
	left:0px;
	width:940px;
	height:600px;
	overflow:hidden;
	
	/*colors*/
	background-color:#FFFFFF;
	
	-webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#image1Jeu1{
	/*size*/
	position:absolute;
	left:540px;
	top:0px;
	width:400px;
	height:300px;
	
	/*colors*/
	background-image:url(../images/jeu1/image1.JPG);
	background-position:center center;
	background-repeat:no-repeat;
}

#image2Jeu1{
	/*size*/
	position:absolute;
	left:540px;
	top:300px;
	width:400px;
	height:300px;
	
	/*colors*/
	background-image:url(../images/jeu1/image2.JPG);
	background-position:center center;
	background-repeat:no-repeat;
}

#consigneJeu1{
	/*size*/
	position:absolute;
	left:0px;
	top:0px;
	width:540px;
	height:170px;
	float:left;
	
	/*colors*/
	background-color:#FFFFFF;
}

#consigneJeu1Titre{
	/*size*/
	position:relative;
	margin:0px;
	padding:0px;
	width:540px;
	height:20px;
	float:left;
	
	/*colors*/
	color:#000000;
	
	/*text*/
	font-size:20px;
	font-weight:normal;
	font-style:normal;
	font-family:Avenir-Book, Helvetica, sans-serif;
	text-align:left;
}

#consigneJeu1SousTitre{
	/*size*/
	position:relative;
	margin:0px;
	padding:0px;
	margin-top:20px;
	padding-right:20px;
	width:520px;
	height:50px;
	float:left;
	
	/*colors*/
	color:#000000;
	
	/*text*/
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	font-family:Helvetica, sans-serif;
	text-align:left;
}

#compteurJeu1{
	/*size*/
	position:relative;
	margin:0px;
	padding:10px;
	padding-top:13px;
	padding-bottom:13px;
	margin-top:20px;
	width:250px;
	height:14px;
	float:left;
	
	/*colors*/
	color:#FFFFFF;
	background-color:#0099E0;
	border-radius:5px;
	
	/*text*/
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	font-family:Helvetica, sans-serif;
	text-align:center;
}

#fermetureJeu1{
	/*size*/
	position:relative;
	margin:0px;
	margin-left:300px;
	margin-top:-40px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	width:220px;
	height:15px;
	float:left;
	
	cursor:pointer;
	
	/*colors*/
	color:#FFFFFF;
	background-color:#e74c3c;
	border-radius:5px;
	
	/*text*/
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	font-family:Helvetica, sans-serif;
	text-align:center;
}

#sousFermetureJeu1{
	/*size*/
	position:relative;
	margin:0px;
	margin-left:30px;
	margin-top:25px;
	padding:0px;
	width:220px;
	height:35px;
	float:left;
	
	/*colors*/
	color:#FFFFFF;
	background-color:#c0392b;
	border-radius:5px;
}

#conteneurZoomJeu1{
	/*size*/
	position:absolute;
	left:0px;
	top:170px;
	width:520px;
	height:430px;
	float:left;
	
	/*colors*/
	background-color:#FFFFFF;
}

#consigneViseurJeu1{
	/*size*/
	position:relative;
	margin:0px;
	padding:10px;
	width:500px;
	height:20px;
	float:left;
	
	/*colors*/
	color:#FFFFFF;
	background-color:#000000;
	border-radius:5px 5px 0px 0px;
	
	/*text*/
	font-size:20px;
	font-weight:normal;
	font-style:normal;
	font-family:Avenir-Book, Helvetica, sans-serif;
	text-align:center;
}

#conteneurImagesAgrandies{
	/*size*/
	position:relative;
	margin:0px;
	padding:0px;
	width:520px;
	height:390px;
	float:left;
	overflow:hidden;
	
	/*colors*/
	background-color:#000000;
}

#viseurJeu1{
	/*size*/
	position:relative;
	margin:0px;
	padding:0px;
	margin-top:-390px;
	width:520px;
	height:390px;
	float:left;
	overflow:hidden;
	
	/*colors*/
	background-image:url(../images/jeu1/viseurJeu1.svg);
	background-position:center center;
	background-repeat:no-repeat;
}

#image1Agrandie{
	/*size*/
	position:absolute;
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	width:1600px;
	height:1200px;
	overflow:hidden;
	display:none;
	
	/*colors*/
	background-color:#000000;
	background-image:url(../images/jeu1/image1X4.JPG);
	background-position:center center;
	background-repeat:no-repeat;
}

#image2Agrandie{
	/*size*/
	position:absolute;
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	width:1600px;
	height:1200px;
	overflow:hidden;
	display:none;
	
	/*colors*/
	background-color:#000000;
	background-image:url(../images/jeu1/image2X4.JPG);
	background-position:center center;
	background-repeat:no-repeat;
}

#elementJeu1N1{
	/*size*/
	position:absolute;
	top:110px;
	left:110px;
	width:20px;
	height:20px;
	
	/*colors*/
	background:rgba(255,255,255,0);
	border-radius:15px;
	
	-webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#elementJeu1N2{
	/*size*/
	position:absolute;
	top:98px;
	left:135px;
	width:20px;
	height:20px;
	
	/*colors*/
	background:rgba(255,255,255,0);
	border-radius:15px;
	
	-webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#elementJeu1N3{
	/*size*/
	position:absolute;
	top:165px;
	left:108px;
	width:60px;
	height:60px;
	
	/*colors*/
	background:rgba(255,255,255,0);
	border-radius:30px;
	
	-webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#elementJeu1N4{
	/*size*/
	position:absolute;
	top:233px;
	left:241px;
	width:60px;
	height:60px;
	
	/*colors*/
	background:rgba(255,255,255,0);
	border-radius:30px;
	
	-webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#elementJeu1N5{
	/*size*/
	position:absolute;
	top:92px;
	left:246px;
	width:40px;
	height:40px;
	
	/*colors*/
	background:rgba(255,255,255,0);
	border-radius:20px;
	
	-webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#elementJeu1N6{
	/*size*/
	position:absolute;
	top:135px;
	left:316px;
	width:30px;
	height:30px;
	
	/*colors*/
	background:rgba(255,255,255,0);
	border-radius:15px;
	
	-webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#elementJeu1N7{
	/*size*/
	position:absolute;
	top:143px;
	left:105px;
	width:20px;
	height:20px;
	
	/*colors*/
	background:rgba(255,255,255,0);
	border-radius:15px;
	
	-webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#elementJeu1N8{
	/*size*/
	position:absolute;
	top:135px;
	left:269px;
	width:30px;
	height:30px;
	
	/*colors*/
	background:rgba(255,255,255,0);
	border-radius:15px;
	
	-webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#elementJeu1N9{
	/*size*/
	position:absolute;
	top:176px;
	left:72px;
	width:20px;
	height:20px;
	
	/*colors*/
	background:rgba(255,255,255,0);
	border-radius:15px;
	
	-webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#elementJeu1N10{
	/*size*/
	position:absolute;
	top:140px;
	left:68px;
	width:20px;
	height:20px;
	
	/*colors*/
	background:rgba(255,255,255,0);
	border-radius:15px;
	
	-webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/***** VICTOIRE *****/

#victoireJeu1{
	/*size*/
	position:absolute;
	top:-600px;
	left:0px;
	width:940px;
	height:600px;
	
	/*colors*/
	background-color:#FFFFFF;
	
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#victoireJeu1Titre1{
	/*size*/
	position:relative;
	margin:0px;
	padding:0px;
	margin-top:180px;
	width:940px;
	height:40px;
	
	/*colors*/
	color:#000000;
	
	/*text*/
	font-size:40px;
	font-weight:normal;
	font-style:normal;
	font-family:Avenir-Book, Helvetica, sans-serif;
	text-align:center;
}

#victoireJeu1Titre2{
	/*size*/
	position:relative;
	margin:0px;
	padding:0px;
	margin-top:20px;
	width:940px;
	height:20px;
	
	/*colors*/
	color:#000000;
	
	/*text*/
	font-size:20px;
	font-weight:normal;
	font-style:normal;
	font-family:Avenir-Book, Helvetica, sans-serif;
	text-align:center;
}

#victoireJeu1Titre3{
	/*size*/
	position:relative;
	margin:0px;
	padding:10px;
	margin-top:-65px;
	margin-left:220px;
	width:480px;
	height:40px;
	
	cursor:pointer;
	
	/*colors*/
	color:#FFFFFF;
	background-color:#009EE0;
	border-radius:5px;
	
	/*text*/
	font-size:40px;
	font-weight:normal;
	font-style:normal;
	font-family:Avenir-Book, Helvetica, sans-serif;
	text-align:center;
}

#sousVictoireJeu1Titre3{
	/*size*/
	position:relative;
	margin:0px;
	padding:10px;
	margin-top:100px;
	margin-left:220px;
	width:480px;
	height:40px;
	
	/*colors*/
	background-color:#006BB0;
	border-radius:5px;
}

#videoBonus1{
	/*size*/
	position:absolute;
	top:0px;
	left:940px;
	width:940px;
	height:600px;
	
	/*colors*/
	background-color:#000000;
	
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#videoBonus1 iframe{
	/*size*/
	position:absolute;
	top:0px;
	left:0px;
	width:940px;
	height:600px;
}

#fermetureJeu1Bis{
	/*size*/
	position:relative;
	margin:0px;
	margin-left:790px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	width:150px;
	height:15px;
	float:left;
	
	cursor:pointer;
	
	/*colors*/
	color:#FFFFFF;
	background-color:#000000;
	border-radius:0px 0px 0px 5px;
	
	/*text*/
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	font-family:Helvetica, sans-serif;
	text-align:center;
}

#fermetureJeu1Bis:hover{
	/*colors*/
	background-color:#e74c3c;
}