<style type="text/css">
html, body {
	height: 100%;
	margin: 0;
	}
div#global {
	min-height: 100%;
	width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
                background: url(Bellefontaine%20-%20Grande%20Rue.JPG) center no-repeat
	}
div#header h1 {
	margin: 0;
	}
div#center {
	
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 50px;
	overflow: auto;
}
div#footer {
	position: absolute;
	width: 1200px;
	bottom: 0;
	left: 10px;
	}
div#content {
	float: right;
	width: 530px;
}

	}
div#sidebar {
	float: left;
	width: 650px;

	}

div#Texte {
	background: url(PaperMenu.jpg) repeat;
	color: #fff;
	height: 250px;
                overflow: auto;
	}
</style>