html,body {
	font-size: 1em; /* Évite un bug d'IE 6-7*/
	padding:0;
	width: 99%;
	height: 95%;
	margin:10px;
	font-family:Helvetica, Arial, sans-serif;
 }

a {
        text-decoration: none;
        color: #000;
    } 
#arriere{
/* l'image occupe toute la place du body */
   width : 100%;
   height: 100%; 
   position:absolute;
   top:0;
   left:0;
   z-index:-1;

}


#bando {
	margin: 0px;
	padding: 0px;
	height: 5%;
	width:99%;
	font-family: "Black Chancery", Signature;
	font-size: 5em;
	text-align: center;
}





#entrer {
	height: 30%;
	width: 58%;
	padding-right: 20%;
	padding-left: 20%;
	position: absolute;
	bottom: 20px;
}
#Pied {
	text-align: center;
	width: 90%;
	position: absolute;
	bottom: 0px;
	height: 5%;
}


#Fr {
	float: left;
	height: 100%;
	width: 40%;
}

#EN {
	float: right;
	height: 100%;
	width: 40%;
}
#text {
	height: 15%;
	width: 100%;
	top: 18%;
	position: relative;
	font-size: 250%;
}

#Compteur {
	float: left;
	width: 20%;
}
