	html, body{
		height: 100%;
		margin: 0;
		font-family: arial;
	}
	div#tout {
		min-height: 100%;
		width: 100%;
		padding: 0 0px;
		margin: 0 auto;
		position: relative;
		BACKGROUND-COLOR: black
	}
	div#global {
		min-height: 100%;
		width: 800px;
		padding: 0 0px;
		MARGIN: 0 0 0 -400px;
		LEFT: 50%;
		position: relative;
		BACKGROUND-COLOR: black
	}
	div#entete {
		HEIGHT: 150px;
		background: url(/design/banniere.jpg) center repeat-y;
	}
	div#affichage {
		position: relative;
		height: 1500px;
		BACKGROUND-COLOR: black  
	}
	div#menu {
		position: absolute;
		left:0;
		height: 100%;
		width: 150px;
		background: url(/design/menu.jpg) left repeat-y;
	}
	div#contenu {
		position: absolute;
		margin-left: 150px;
		margin-right: 25px;
		height: 100%;
		width: 625px;
		BACKGROUND-COLOR: black
	}
	div#droite {
		position: absolute;
		right: 0;
		height: 100%;
		width: 25px;
		background: url(/design/droite.jpg) center repeat-y;
	}
	div#bas {
		bottom: 0;
		height: 25px;
		background: url(/design/bas.jpg) center repeat-y;
	}

A:link {text-decoration: none; color: #302006; font-size: 15; font-family: "Arial"; font-weight:bold;}
A:visited {text-decoration: none; color: #302006; font-size: 15; font-family: "Arial"; font-weight:bold;}
A:active {text-decoration: none; color: #302006; font-size: 15; font-family: "Arial"; font-weight:bold;}
A:hover {text-decoration: none; color: #fffdc8; font-size: 15; font-family: "Arial"; font-weight:bold;}