body {
	background-image: url(../images/fond.jpg);
	padding:		0px;
	margin:			0px;
}

td {
	margin:			0px;
	padding:		0px;
}

#greaterSurround {
	width:			100%;
	background-image: url(../images/fondShadow.jpg);
	background-repeat: repeat-x;
}

#surroundDiv {
	width:			770px;
	margin:			auto;
	margin-top:		0px;
	background-color:black;
	background-position: 0px 15px;
}

#layoutTable {
	border-spacing:		0px;
	border-collapse:	collapse;
	empty-cells:		show;
}

#top {
	height:			234px;
	width:			770px;
	background-image: url(../images/topBanner.png);
}

#menu {
	width:			770px;
	height:			38px;
	background-image:url(../images/menuBg.png);
	vertical-align:	top;
}

#contentCell {
	width:			770px;
	height:			380px;
	min-height:		380px;
	//height:		expression(this.scrollHeight < 381 ? "380px" : "auto");
	background-image: url(../images/contentZoneTop.png);
	background-repeat:	no-repeat;
}

#foot {
	width:			770px;
	height:			61px;
	font-family:	Arial;
	font-size:		12px;
	vertical-align: middle;
	text-align:		center;
	color:			white;
	background-image:url(../images/footer.jpg);
}

#foot a {
	color:			white;
	text-decoration:none;
}

#foot a:hover {
	text-decoration: underline;
}

#linkGM {
	display:		block;
	height:			20px;
	width:			185px;
	float:			right;
	text-decoration:none;
}

#contentZone {
	width:			730px;
	color:			white;
	font-family:	Arial;
	font-size:		12px;
	margin:			20px;
}