/* CSS Document */

		body
		{
				width: 1024px;
				margin: auto;
				margin-top: 20px;
				margin-bottom: 20px;
				background-image: url("../images/fond.png");
		}
		#Titre
		{
			width: 1024px;
			height: 200px;
			margin-bottom: 10px;
		} 
		#MenuGauche
		{
			float: left;
			width: 200px;
		}
		#MenuDroite
		{
			float: right;
			width: 200px;
		}
		#Centre
		{
			text-align: center;
			margin-left: 140px;
			margin-botoom: 20px;
			padding: 5px;
			border: 2px;
			display: block;
		}
		#Bas
		{
			position: relative;
			padding: 5px;
			text-align: center;
			border: 2px;
			display: block;
		}