@charset "utf-8";
/* CSS Document */

div#Banniere {
	background-image:url(images/Banniere.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;
	width:auto;
	margin:auto;
	color:#FFF;
}

table#Page {
	margin:auto;
	height:600px;
}

table#Menu {
	clear:both;
	overflow:hidden;
	border-collapse:collapse;
	width:900px;
	height:600px;
	margin:auto;
	font-family:"Lucida Handwriting";
	font-size:12px;
}

td#Gauche {
	width:300px;
	height:600px;
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:baseline;
	text-align:center;
}

td#Droite {
	width:300px;
	height:600px;
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:baseline;
	text-align:center;
}

td#Centre {
	width:300px;
	height:600px;
	padding-top:100px;
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:baseline;
	text-align:center;
}

td#Conteneur {
	clear:both;
	width:900px;
	height:600px;
}

tr#Bas {
	width:100%;
	height:50px;
	background-color:#06F;
}

td#MargeGauche {
	width:10%;
	margin:auto;
	background-color:#000333;
}

td#MargeDroite {
	width:10%;
	margin:auto;
	background-color:#000333;
}

table#Tableau {
	text-align:left;
}