Body {
	background-color:#8A0000;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}
#Titre {
	position:absolute;
	background-image:url(img/titre.jpg);
	background-repeat:no-repeat;
	z-index: 20;
	top: 50px;
	left: 50%;
	width: 400px;
	height:50px;
	margin-left: -450px;
}
#Page {
	position:absolute;
	background-color:#8A0000;
	background-image:url(img/fond.jpg);
	background-repeat:no-repeat;
	background-position:top;
	z-index: 1;
	top: 75px;
	left: 50%;
	width: 1000px;
	height:650px;
	margin-left: -500px;
}
#Index {
	position:absolute;
	z-index: 20;
	height:600px;
	width:750px;
	margin-left:150px;
}
#Contenu {
	position:absolute;
	z-index: 2;
	top: 25px;
	left: 50%;
	width: 900px;
	height:600px;
	margin-left: -450px;
}
#Menu {
	position:absolute;
	background-color:#8A0000;
	background-image:url(img/menu.jpg);
	background-repeat:no-repeat;
	z-index: 10;
	height:600px;
	width:150px;
}
#Pageh {
	position:absolute;
	background-color:#8A0000;
	z-index: 10;
	height:400px;
	width:750px;
	margin-left:150px;
}
#Pageb {
	position:absolute;
	background-color:#8A0000;
	z-index: 10;
	height:200px;
	width:750px;
	margin-left:150px;
	margin-top:400px;
}
#Texte {
	position:absolute;
	z-index: 20;
	height:200px;
	width:750px;
	margin-left:150px;
	margin-top:400px;
}
#Banniere {
	position:absolute;
	background-color:#8A0000;
	z-index: 10;
	left: 50%; 
	margin-left: -400px;
	margin-top: 25px;
}
#Pied {
	position:absolute;
	z-index: 10;
	top: 725px;
	left: 50%;
	width: 900px;
	height:50px;
	margin-left: -450px;
	text-align:center;
}
.Menu {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:#FFFFFF;
	text-decoration:none;
}
.Menu:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.Contenu {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:#FFFFFF;
	text-decoration:none;
}
.Pied {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
}
.Alerte {
	color:#FFFFFF;
	font-size:14px;
	font-family: "Trebuchet MS";
	font-weight:bold;
}
.Lien {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:#33CCCC;
	text-decoration:none;
}