body {
	background-color:RGB(0,0,0);
margin:0px;
}

.main {
	bottom:0px;
	width:820px;
	margin:auto;
}

.header {
	height:136px;
	width:820px;
	position:absolute;
	top:0px;
	background:url('./imgs/header.jpg') no-repeat;
}

.titre {
	height:33px;
	width:820px;
	position:absolute;
	top:103px;
	background:url('./imgs/Titre_site.jpg') no-repeat;
}

.banniere {
	height: 103px;
	width: 820px;
	position:absolute;
	top: 0px;
	background:url('./imgs/Header.jpg') no-repeat;
}

.page {
	heigth: 460px;
	width:820px;
	position:absolute;
	top:136px;
}

.footer {
	height:18px;
	width:820px;
	position:absolute;
	top:596px;
	background:url('./imgs/footer.jpg') no-repeat;
}

.bottom {
	width:820px;
	position:absolute;
	top:614px;
	bottom: 0px;
	background:url('./imgs/rayure.jpg');
}

.content {
	width:592px;
	height: 460px;
	right:50px;
	top:0px;
	position:absolute;
	background:url('./imgs/Contenu.jpg') no-repeat;
}

.texte {
	bottom:35px;
	right: 35px;
	position:absolute;
	left:35px;
	top:45px;
	overflow:auto;
}

#wikitext {
	margin-right: 10px;
	margin-left: 10px;	
}

.menu {
	width:128px;
	left:50px;
	height: 390px;
	padding-top: 70px;
	top:0px;
	position:absolute;
	background:url('./imgs/Menu.jpg') no-repeat;
	overflow:auto;
}

.menu a:hover {

	background:url('./imgs/Menu_select.jpg') no-repeat;

}

.menu a {
	display:block;
	width: 118px;
	padding-right: 10px;
	height: 23px;
	text-align: right;
	font-family: "Trebuchet MS", serif;
	text-decoration: none;
	color: black;
}

.bloc_gauche {
	position: absolute;
	width: 50px;
	height: 460px;
	left: 0px;
	background:url('./imgs/graphisme_gauche.jpg') no-repeat;
}

.bloc_droit {
	position: absolute;
	width: 50px;
	height: 460px;
	right: 0px;
	background:url('./imgs/graphisme_droit.jpg') no-repeat;
}


	