body
{
	background: #0b0b0b;
}

#corps
{
	width: 100%;
	height: 650px;
	background-color: #FFF;
}

#corps-content
{
	width: 960px;
	margin: auto;
	padding: 50px 0 0 0;
}

#corps-content h1
{
	font-family: Futura, Helvetica, Arial;
	font-weight: lighter;
	font-size: 30px;
	color: #999;
	letter-spacing: 0.1em;
}

.anthracite
{
	color: #333;
}

#consigne1
{margin: 57px 0 35px 0;}
#consigne2
{margin: 0 0 40px 0;}

.consignes
{
	color: #444;
	font-size: 18px;
	font-family: Futura, Helvetica, Arial;
	text-align: center;
}

#phrase_support
{
	height: 43px;
	margin: auto;
	border-radius: 5px;
	background: #666;
	padding: 15px 15px 0 15px;
	margin-bottom: 59px;
	
	color: #fefefe;
	font-size: 20px;
	font-style: italic;
	font-family: Times, Helvetica, Arial;
	text-align: center;
}

.reps
{
	height: 45px;
	margin: auto;
	display: inline-block;
}

.reps1et2
{
	height: 45px;
	margin: auto;
	display: inline-block;
	margin-right: 10px;
}

#reponses
{
	margin: auto;
}

button
{
	height: 45px;
	border-radius: 5px;
	padding: 0 15px 0 15px;
	background: #666;
	color: #fefefe;
	font-size: 20px;
	font-style: italic;
	font-family: Times, Helvetica, Arial;
	text-align: center;
	border: 0;
	cursor: pointer;
}

button:hover{
	background-color: #aaaaaa;
}

input[type=submit]
{
	width: 284px;
	height: 58px;
	margin: auto;
	background: #0fbe7a;
	border: 0;
	border-radius: 5px;
	color: #FFF;
	font-size: 14px;
	font-family: Futura, Helvetica, Arial;
	cursor: pointer;
	letter-spacing: 0.2em;
}

input[type=submit]:hover{
	background: #caf9e7;
}

#svt
{
	width: 284px;
	height: 58px;
	margin: auto;
	margin-top: 45px;
}

article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }

canvas
{
	width: 116px;
	height: 116px;
	border-radius: 50%;
	background: #f43b74;
	position: fixed;
	z-index: 1;
	top: 184px;
	left: 844px;
}

#rond_blanc
{
	width: 70px;
	height: 61px;
	position: fixed;
	border-radius: 50%;
	background: #fcfcfc;
	color: #f43b74;
	text-align: center;
	font-size: 40px;
	font-family: Futura, Helvetica, Arial;
	padding-top: 09px;
	margin: 23px 0 0 23px;
	z-index: 2;
	top: 184px;
	left: 844px;
}

#btns
{
	width: 284px;
	height: 58px;
	margin: auto;
}

#vraiBouton
{
	top: 600px;
	position: absolute;
	z-index: 20;
}

#fauxBouton
{
	top: 600px;
	position: absolute;
	z-index: 10;
	opacity: 0.5;
	display: none;
	cursor: auto;
}