html,body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	font-size: 1em;
	font-family: Arial, Verdana;
}
img {
	border: 0px;
}
#page {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#header {
	float: left;
	background-color: #ffffff;
	padding: 15px 0px 15px 0px;
}
#header .manchette {
	width: 468px;
	height: 60px;
	text-align: center;
	float: left;
}
#header .logo {
	float: left;
	width: 532px;
	text-align: center;
}

#content {
	clear: both;
	float: left;
	width: 1000px;
	background: #eae8e9 url(../img/bg.jpg) repeat-x;
}

#content .sx {
	margin-top: 16px;
	width: 678px;
	float: left;
}

#content .dx {
	margin-top: 16px;
	width: 322px;
	float: left;
}
#footer {
	clear: left;
	height: 34px;
	width: 1000px;
	color: #ffffff;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	background: url(../img/rv_main_center.jpg) repeat-x;
	margin-bottom: 20px;
}

#footer .content {
	float: left;
	width: 975px;
	padding: 8px 0px 8px 0px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.title {
	font-size: 1.2em;
	color: #4d4d4d;
}
#flashMessage {
	font-size: 1.4em;
	#font-weight: bold;
	color: #BA1519;
	background-color: #ffffff;
	text-align: center;
	padding: 8px 0px 8px 0px;
}
