html, body
{
	font-family:Tahoma;
	background-color:#000;
	
	max-width: 1280px;
	margin:0 auto;
}

section
{
	margin: 0 20 0 20;


}





.users
{
	position:relative;
	padding-top: 50px;
	width:72%;
	
	height:400px;
	float:right;
	color:white;
						
}


.equipe {

	width:23%;
	margin:20 4 0 4;
	float:left;
	background-color: #000;
	height:300px;
	border-radius: 15px;
	text-align: center;
	border: 4px solid;
	border-color: #36568F;
}







.paliers {

	padding-top:50px;
	width:28%;
	float:left;


}


.bloc_questions {


	background-color: :red;
	width:100%;
	float:left;
	padding-top: 100px;
}

.question
{
	color:#ffffff;
	width:100%;
	

	float:left;
	text-align:center;
	background-color:#000602;
	border:2px solid #36568F;
	border-radius:20px;
}








h1
{
margin-bottom:8px;
margin-top:16px;
}

.choix
{

margin-left:6px; /* important */
border-radius:20px;
width:48%;
min-height:50px;
margin-top:5px;
padding-left:10px;
background-color:#000602;
border:3px solid #36568F;
line-height:50px;
float:left;
transition: background-color 1s, color 1s;
display : block;
}

.choix:hover
{

cursor : pointer;

background-color:#EE8A01;

transition: background-color 1s, color 1s;
color:black;
}


.choix a:active, a:link , a:visited
{
text-decoration:none;
color:silver;
transition: color 1s;

}


.addtheme
{
font-size:25px;
padding:5px;
text-shadow: 0px 1px 0px #fff;
}



.resultat
{
margin-top:200px;
text-align: center;
color:#fff;
margin-left:10px;
border-radius:20px;
width:46%;

margin-top:5px;
padding-left:10px;
background-color:#000602;
border:3px solid #36568F;
line-height:50px;


display : block;
}

.boutons_users_deco {


position:absolute;
top:5px;
right:5px;
width:100px;
padding:15px;

text-align:center;
border-radius:8px;
border:3px solid #36568F;
}

.boutons_users_admin {


position:absolute;
top:5px;
right:150px;
width:100px;
padding:15px;

text-align:center;
border-radius:8px;
border:3px solid #36568F;
}


.boutons_users_deco:hover {
	background-color: orange;
	transition: background-color 1s, color 1s;
	color:black;
	display:block;
	line-height: 20px;
}

.boutons_users_admin:hover {
	background-color: orange;
	transition: background-color 1s, color 1s;
	
	
}

.boutons_users_admin a:hover {
color:black;
}
.boutons_users_deco a:hover {
color:black;
}



.inscription {

	width:450px;
	color:#fff;
	background-color: #36568F;
	padding:30px;
	margin:0 auto;
	margin-top:200px;
	text-align: justify;
}

.zebutton {

	padding-left : 40px;
	padding-right : 40px;
	padding-top : 10px;
	padding-bottom : 10px;