body {
	margin: 0;
	padding: 0;
	font-family: arial;
	max-width: 1024px;
	overflow: hidden;
	color: #373633;
}
div#cnt-container {
	color: #373633;
	margin-left: 10px;
	margin-right: 15px;
	font-size: 14px;
	width: 95%;
	height: 100%;
}
#header {
	height: 100px;
}
#main-cnt {
	width: 1000px;
	height: 600px;
	margin-top: 0;
	left:50%;
	margin-left: -500px;
	position:absolute;
}
div#menu {
	width: 295px;
	height: 600px;
	background-color: #8a8679;
	background-image: url("../img/fonds/fondMenu.jpg");
	opacity: 1;
	border: solid #505050 1px;
	float: left;
	font-size: 14px;
	margin-left: 0px;
}
div#content {
	width: 695px;
	height: 600px;
	background-color: #fffefe;
	background-image: url("../img/fonds/fondPage.png");
//	opacity: 1;
	border: solid #505050 1px;
	float:right;
	overflow-x:hidden;
	overflow-y:auto;
	margin-left: 0px;
}
