* {margin:0;padding:0;border:0;}
html, body {
	height: 98%;
	background-color: #000000;
	font-family: Arial, Tahoma, Verdana, "MS Sans Serif", Times, serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
}
#page {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 520px;
	margin-top: -260px; /* moitié de la hauteur */
	margin-left: -450px; /* moitié de la largeur */
	border: 1px solid black;
}
#haut {
	height : 90px;
	width: 900px;
	text-align: center;
	color: #FFFFCC;
	font-family: "Times New Roman", Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	background-image: url(../images/fond_haut.jpg);
	background-repeat: repeat-x;
}
#corps_index {
	width: 900px;
	height: 350px;
	overflow: hidden;
	background-image: url(../images/fond_index.jpg);
	color: #FFFFFF;
}
#corps {
	width: 900px;
	height: 350px;
	overflow: hidden;
	background-image: url(../images/fond.jpg);
	color: #FFFFFF;
}
#menu {
	position: absolute;
	width: 900px;
	height: 80px;
	background-color: #FFFFCC;
	bottom: 0px;
	text-align: center;
	font-family: "Times New Roman", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #990066;
	background-image: url(../images/fond_bas.jpg);
	background-repeat: repeat-x;
}
#menu a {
	color: #990066;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#titre {
	float: left;
	width: 250px;
	height: 100px;
	margin-left: 210px;
	margin-top: 10px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
#flash {
	float: left;
	width: 250px;
	height: 200px;
	margin-left: 200px;
	margin-top: 40px;
}
#texte {
	float: right;
	width: 237px;
	height: 340px;
	margin-top: 5px;
	margin-right: 203px;
	text-align: justify;
	overflow: hidden;
}
p {
	margin-bottom: 10px;
}
a {
	color: #FFFFFF;
}