@font-face {
	font-family: 'Gill Sans';
	src: url('GillSans-Regular.woff2') format('woff2'),
	url('GillSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}



body, html{
	margin:0;
	padding:0;
	background-color: #121212;
	font-family: 'Gill Sans';
}


#container{
	width:900px;
	margin:0 auto;
	padding:0;
	background-color:#121212;
	position:relative;
	overflow:hidden;
}

#img, #persos{
	width:100%;
	height:360px;	
}

#persos{
	position:absolute;
	top:0;
	left:0;
}

.perso{
	position:absolute;
	bottom:0;
	display:none;
}

.perso img{
    display: block;
}

#champi1, #champi2, #champi3{
	padding-bottom:40px;
}


#txt, #reponses{
	width:100%;
	font-family: 'Gill Sans';
	font-size:18px;
	color:white;
	line-height:18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	padding:5px;
}

#reponses{
	margin-top:20px;
}

.reponse{
	cursor:pointer;
}
.reponse:hover{
	color:yellow;
}

#btRejouer{
	margin:0 auto;
	cursor:pointer;
	width:207px;
	padding:20px 0;
}
