/********* LAYOUT **********/
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff url('../../public/img/site/fdBodyFinal.jpg') repeat-x fixed;
}

#container {width: 810px;}

#left {
	float: left;
	position: fixed;
	width: 150px;
	height: 100%;
	z-index:11;
}

#cgv {
	position:fixed;
	left: 0px;
	top: 529px;
	z-index:20;
	width: 130px;
	padding: 10px;
}

#wrap {
	float: right;
	width: 660px;
	height: 100%;
}

#header {
	position: fixed;
	width: 660px;
	height: 200px;
	z-index: 10;
}

#headerDate {
	position: fixed;
	top: 0px;
	left: 395px;
	width: 400px;
	z-index: 20;
}

#headerNav {
	position: fixed;
	top: 127px;
	left: 259px;
	z-index: 30;
}

#content-wrap {
	height: 100%;
}

#content-titre {
	position:fixed;
	float: left;
	width: 100px;
	text-align: right;
	padding-top: 200px;
}

#content {
	float: right;
	width: 550px;
	padding: 200px 0 70px 0;
	background-repeat: no-repeat;
	background-position: 350px 190px;
}

#submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer {
	position:fixed;
	bottom:0;
	z-index:10;
	width: 660px;
	height: 65px;
}

#content-footer {
	margin: 15px 0 0 110px;
}
