html, body
{
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body
{
	/*Fond d'écran*/
	background: url() no-repeat center center fixed;
	/* Ajout de la propriété avec les préfixes pour tous les moteurs de rendu */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 2em;
	background-color: #D7DBDD;
	color:;
}

a
{
	color:;
}

a:visted
{
	color:;
}

#bodysansfoot
{
	min-height: 90%;
	padding-bottom: 2em;
	padding-left: 2em;
}


select
{
	font-size: 2em;
	margin: 0.2em;
	width: 12em;
}

footer
{
	text-align: center;
	font-size: 0.5em;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0px;
}

footer p
{
	background-color: rgba(150, 150, 150, 0.70);
	padding:0px;
	margin:0px;
}

.centreecran
{
   /* position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	*/
	margin: auto;
}

form
{
	text-align: center;
}

input
{
	font-size: 2em;
	text-align: center;
	margin: 0.2em;
	width: 12em;
}

textarea {
    font-size: 44px;
    height: 6em;
	margin: 0.2em;
	width: 12em;
}

h1
{
	text-align: center;
}

table
{
	margin: auto;
}

tr
{
    height: 2.5em;
} 

.checkbox
{
	width: 4em;
    height: 1em;
}

.center
{
	text-align: center;
}

.order
{
width:2em;
}

h2
{
margin:1em;
}

h3
{
margin: 0em;
}