body, html {
	background: #fff;
	color: #6b3b2c;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin:	0;
	padding: 0;
	/*height:	100%;*/
}

span.adresse {
	font-size: 12px;
	color: #6b3b2c;
	line-height: 18px;
}

p {
	font-size: 13px;
	color: #6b3b2c;
	line-height: 20px;
}

h1 {
	color: #6b3b2c;
	font-size: 20px;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}


h2 {
	color: #6b3b2c;
	font-size: 16px;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

ul {
	color: #6b3b2c;
}

li {
	color: #6b3b2c;
	line-height: 25px;
}

#container {
	position:relative;
	margin:0 auto;
	width:900px;
	background: #fff;
	height:auto !important;
}

#header {
	height: 174px;
}

#logo {
	align: center;
	height: 174px;
	width: 186px;
	float: left;
	padding-right: 4px;
}

#header-images {
	height: 174px;
	float: left;
	padding-right: 4px;
	margin-bottom: 0px;
}

#main {
	width: 900px;
	position:relative;
	/*min-height: 423px;*/
	height:auto !important;
	height: 100%;
	padding-top: 4px;
}

#left {
	/*position:absolute;
	top:120px;
	left:10px;*/
	float:left;
	width:186px;
	height:100%;
	padding-right: 4px;
}

#navigation {
	/*position:absolute;
	top:120px;
	left:10px;*/
	background: #6b3b2c;
	height: 42px;
	border-bottom: 4px solid #ffee80;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menuitem1 {
	width: 200px;
	float: left;
}

#menuitem2 {
	width: 135px;
	float: left;
}

#content {
	/*position: absolute;
	top: 120px;
	left: 179px;*/
	float: left;
	width: 710px;
	background: #fffde8;
}

#text {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#banner {
	border-top: 4px solid #fff;
}

a:link {
	color:#6b3b2c;
	font-weight: bold;
	text-decoration:none;
	line-height : 18px;
}
a:visited {
	color:#6b3b2c;
	font-weight: bold;
	text-decoration:none;
	line-height : 18px;
}
a:active {
	color:#6b3b2c;
	font-weight: bold;
	text-decoration:none;
	line-height : 18px;
}
a:hover {
	color:#6b3b2c;
	font-weight: bold;
	text-decoration:underline;
	line-height : 18px;
}

a.menu:link {
	color:#fffde8;
	text-decoration:none;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	line-height : 22px;
}
a.menu:visited {
	color:#fffde8;
	text-decoration:none;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	line-height : 22px;
}
a.menu:active {
	color:#fffde8;
	text-decoration:none;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	line-height : 22px;
}
a.menu:hover {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	line-height : 22px;
	color:#ffee80;
}

a.menu-active:link {
	color:#ffee80;
	text-decoration:none;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	line-height : 22px;
}
a.menu-active:visited {
	color:#ffee80;
	text-decoration:none;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	line-height : 22px;
}
a.menu-active:active {
	color:#ffee80;
	text-decoration:none;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	line-height : 22px;
}
a.menu-active:hover {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	line-height : 22px;
	color:#ffee80;
}