@charset "UTF-8";

body {
	background: url(../img/bg.gif) repeat;
	color: #e8d5a3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

#wrapper {
	width: 922px;
	margin: 0 auto;
}

#header {
	width: 922px;
	padding: 20px 0;
}

#logo {
	float: left;
}

#content {
	border-top: 1px solid #904037;
	float: right;
	padding: 15px 0;
	width: 877px;
}

div.left-col {
	border-top: 1px solid #904037;
	float: left;
	margin-right: 8px;
	margin-top: 15px;
	padding: 8px 0;
	width: 190px;
}

table.accueil-touristique {
	float: right;
	margin-top: 15px;
	width: 678px;
}

table.accueil-touristique td {
	border-top: 1px solid #904037;
	padding: 8px 0;
}

#footer {
	border-top: 1px solid #904037;
	float: right;
	padding: 15px 0;
	width: 877px;
}

#footer p {
	font-size: 11px;
}

h1 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

p.under_construction-msg {
	font-size: 12px;
	color: #aaa196;
	margin-top: 15px;
}

.accueil-date {
	font-size: 13px;
	text-transform: uppercase;
}

a {
	color: #e8d5a3;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}