@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background:url('bankymage/texture-MONTAGE1-taille-web.jpg') repeat-x top center;
	font-family:Arial, Helvetica, sans-serif;
}

body.noFond{
	background:none;
}

div{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#oreille{
	position:absolute;
	width:100%;
	height:734px;
	top:0px;
	left:0px;
	background:url('bankymage/fond.png') no-repeat top center;
}

#page{
	width:940px;
	height:731px;
	margin:0 auto;
}


#header{
	width:940px;
	height:250px;
	position:relative;
}

.orange{
	display:inline-block;
	padding:5px 10px;
	background:#EA732C;
	color:#fff;
	text-decoration:none;
	font-size: 14px;
	z-index:2;
}

#header #commentJouer{
	position:absolute;
	bottom:10px;
	right:342px;
}

#header #reglements{
	position:absolute;
	bottom:10px;
	right:240px;
}

#wrapper{
	width:940px;
	height:480px;
	position:relative;
}

#wrapper #principal{
background:rgba(191,191,191,0.5);
width:680px;
height:390px;
position:absolute;
top:0px;
left:20px;
z-index:2;
padding:3px;
color:#77768F;
font-size:16px;
}

#finJeu #wrapper #principal{
font-size:14px;
}

#wrapper #bateau{
position: absolute;
top: -250px;
right: -142px;
width: 490px;
height: 731px;
z-index: 1;
}

#footer{
background:#0172B7;
height:33px;
color:#fff;
font-size:12px;
width:100%;
padding:10px;
}

#footer #sousFooter{
	width:940px;
	margin:0 auto;
	text-align:center;
}

#footer #sousFooter a{
	color:#fff;
	text-decoration:none;
	
}

/*page Index*/
label{
	display:inline-block;
	width:200px;
	margin-bottom:20px;
}

#contactForm{
	
}

#contactForm #erreur{
	display:none;
	padding-left:200px;
	color:#ff0000;
}

#submit{
	padding:10px 30px;
	color:#fff;
	background:#0172B7;
	border:2px solid #13397E;
	font-weight:bold;
	border-radius:10px;
	cursor:pointer;
}

#hr1{
	margin-bottom: -15px;
	width: 672px;
	margin-left: -10px;
	height: 1px;
	background: #fff;
	border: none;
}

#hr2{
	margin-top:-15px;
	width: 672px;
	margin-left: -10px;
	height: 1px;
	background: #fff;
	border: none;
}

#contour{
	border:1px solid #fff;
	height:384px;
	padding:10px;
}

/*page quizz*/
#bloc1, #bloc2{
	display:none;
}

.ariane{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #0067B2;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
}



.question{
	text-align:center;
	background:url('bankymage/question.png') no-repeat top center;
	width:672px;
	height:214px;
	padding-top: 55px;
}

.question .intitule{
	font-size: 22px;
	width: 397px;
	height: 120px;
	margin-left: 107px;
	line-height: 50px;
}

div.reponse{
	display:inline-block;
	width:215px;
}

div.reponse input{
	position: absolute;
	top: -3000px;
	left: -3000px;
}

div.reponse img{
	width:61px;
}

div.reponse label{
	width:154px;
	float: right;
	margin-bottom: 20px;
	margin-top: 28px;
	margin-bottom: 28px;
	color:#13397E;
	font-weight:bold;
}

.lienMail{
cursor:pointer;
text-decoration:underline;
}

