html {
   margin: 0px;
	padding: 0px;	
	}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFACD;
}
#container {
	width: 960px;
	height: 1200px;
	position: absolute;
	left: 22px;
	top: 0px;
	background-color: #000040;
}
#cadre img {
	position: absolute;
	left: 0px;
	top: 0px;
   width: 960px;
}
#tableau {
	position: absolute;
	left: 200px;
	top: 0px;
}
#logo {
	width: 120px;
	height: 80px;	
	position: absolute;
	left: 820px;
	top: 15px;
	border: none;
}
#bouton_accueil {
	width: 82px;
	height: 25px;
	position: absolute;
	left: 24px;
	top: 20px;
}
#bouton_haut {
	width: 120px;
	height: 25px;
	position: absolute;
	left: 420px;
	top: 1160px;
}
.font1 {
	font: normal 16px Arial, Verdana, Geneva,  Helvetica, sans-serif;
	background-color: #000000;
	color: #FFD700;
	border: thin outset #FFD700;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.lettrine {
	float: left;
	font-size: 42px;
	font-weight: bold;
	font-family: Arial, Verdana, serif;
	color: #000040;
	border: none;
	background-color: #FFD700;
	margin: 0px 5px;
	padding: 0px;
	line-height: 36px;
}
.w3c {
  border: none;
}
.red {
	color: Red;
}



