body { margin: 0 }

#backgroundSite img { width: 100%; height: 100%; position: fixed; top: 0; left: 0 }

#siteContent {
	width: 437px;
	position: absolute;
	top: 25px;
	left: 1042px;
	margin: 10px 0 10px -490px;
	height: 558px;
	visibility: visible;
}
#header { width: 980px; height: 100px}
#menu { width: 250px; height: 800px; float: left; background-color: #999999}
#corps { height: 800px; margin: 0 0 0 250px; background-color: #999999}
#footer { width: 980px; height: 80px; background-color: #CCCCCC}
