﻿* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	color: #424242;
	background-color: #eeeace;
	background-image: url('../img/bgrndcolor2.jpg');
	background-repeat: repeat-y;
	background-attachment: fixed;
}
img { border: none;
}
#container {
	width: 900px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-image: url('../img/bgrndcolor.jpg');
}
#masthead {
	background-position: center;
	width: 890px;
	height: 110px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url('../img/imgtop.jpg');
}
#gauche {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	position: relative;
	clear: both;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: inline;
	line-height: 14px;
}
#sidebar {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#content {
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	width: 700px;
	background-color: #eae4d7;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 880px;
	margin: 0px;
	padding: 10px;
	line-height: 16px;
	background-color: #000000;
}
/* Styles Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
#sidebar li {
	font-size: 10pt;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #62523b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #62523b;
	border-bottom: 1px solid #b09b6d;
	background-color: #E0D9A3;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
p {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14pt;
	color: #62523b;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	padding: 6px;
}
h2 {
	font-size: 12pt;
	color: #424242;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	padding: 6px;
}
h3 {
	font-size: 12pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	padding: 8px;
}
h4 {
	font-size: 16pt;
	color: #575a5c;
	text-decoration: none;
	font-style: normal;
	padding: 6px;
	font-weight: lighter;
}
a:link {
	color: #62523b;
}
a:hover {
	color: #62523b;
}
a:active {
	color: #62523b;
}
object {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	border: 0px;
}