body {

  padding-top: 70px;
}
.champ
{
	border: solid 1px gray;	
	margin-bottom: 10px;	
}
h2
{
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px gray;	
	background-color: #BAB9BC;
	text-align: center;
}
h3
{
	border: solid 1px gray;	
		-webkit-border-radius: 5px;
-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	background-color: rgba(51, 0, 255, 0.2);
}
.module
{
	border: solid 1px gray;	
	margin-top: 10px;
	background-color: rgba(255, 255, 255, 0.7);
}
.info
{
	text-align: left;
}
.form_affich td
{
	
	float: left;
	margin-left: 3px;
	margin-left: 5px;
}
.form_affich tr
{
	border: dotted 1px gray;
}
.form_affich table
{
		
	margin-bottom: 10px;
	font-size: 18px;
}
.check
{
	border:none;
}
.area
{
	width: 300px;
	height: 100px;
}

.sous_partie
{

	text-align: center;
}
.next, .afficher_form, .terminer
{
	float: right;
	margin-top: 10px;

}

.info_deroulant
{
	border: dotted 1px gray;	
	padding-top: 5px;
	text-align: center;
}
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 75%;
}

#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url("../img/hand-drawn-blue-arrow.png") no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
#table_stat
{
	width: 100%;	
}
.option_long
{
	border: dotted 1px gray;	
	padding-top: 5px;
	text-align: center;
}