html, body {
	font-size: 1em; /* Évite un bug d'IE 6-7*/
	margin:0;
	padding:0;
	width: 99%;
	height: 95%;
	/*background-image: url(Images.jpg);*/
 }



#bando {
	margin: 0px;
	padding: 0px;
	height: 18%;
	font-family: "Black Chancery", Signature;
	font-size: 200%;
	text-align: center;
}
#centre {
	margin: 1%;
	height: 70%;
	width: 100%;
	/*max-width: 1000px;
	min-width: 700px;*/
	font-family: "Times New Roman", Times, serif;
	overflow: auto;
	float: left;
	top: 34%;
	/*position: fixed;*/
}
#t4 {
	border: 10px outset #94d7b5;
	font-weight: bold;
}
#pied {
	height: 5%;
	width: 100%;
	position: absolute;
	bottom: 0px;
}#livredor {
	height: 100%;
	width: 100%;
}

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

}
