body {
	background:#000;
}

#page {
	width: 100%;
	background: #000;
}

#wrapper {
	width: 974px;
	margin: 0 auto;
	background: #000;
}

#header {
	height: 90px;
}

#pagebody {
	height: 600px;
	color: #fff;
}

#footer {
}

.logo {
	float: left;
}

.nav {
	float: right;
}

#formulaire {
	width: 350px;
	margin: 40px auto 0 auto;
}

