html, body {
	width: 100%;
	text-align: center;
}
div#conteneur_site{
	margin-left: auto; /* Pour centrer avec Firefox & co */
	margin-right: auto;
	width: 1024px;
	text-align: left;
}
div#corps {
	margin-top: 10px;
	border: 1px solid #A1A1A1;
	margin-left: 2px;
	float: left;
	width: 798px;
	height: 100%;
}
div#ban{
	border: 2px solid #A1A1A1;
	height: 150px;	
}
div#styemenu{
	border-left: 2px solid #A1A1A1;
	border-right: 2px solid #A1A1A1;
	background-image: url(/Images/menu_bgnd.jpg);
}
div#menu{
	width: 100%;
	text-align: center;
}
div#conteneur_menu{
	width: 840px;
	height: 20px;
	margin: 0 auto;
}
div.bt_menu{
	margin: 0 auto;
	float: left;
}
div#workgallery{
	border-left: 2px solid #A1A1A1;
	border-bottom: 2px solid #A1A1A1;
	border-right: 2px solid #A1A1A1;
	margin: 0px;
	padding-top: 2px;
	padding-left: 0px;
	height: 634px;
	background-color: #EFEFEF;
}
html>body #workgallery{
	height: auto;
	min-height: 634px;
} 

