/* hide the sidebar by setting it's display to none. */#sidebarContainer {	display: none;}#container {
	padding-bottom: 0px;
}
#pageHeader {	margin-top: 0px;
	padding-left: 10px;
	width: 800px;
	height: 500px;
	background-image: url(images/FOND.png);
}#contentContainer {	width: 800px;
	background-image: url(images/FOND.png);
}#contentContainer #content {	width: 720px;
	margin-left: 50px;
	margin-top: 10px;
	background-color: none;
	line-height: 1.2em;}#breadcrumbcontainer {	left: 30px;	width: 720px;}#footer {	width: 800px;	margin: 0px auto;	text-align: center;	height: 51px;	color: #ffffff;	background-image: url(images/FOND.png);
	position: relative;}