body {
	margin: 0px 0px 0px 0px;
	background-color: #524938;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}

/* ----- NEUTRAL --------------------------------------------------------------------------- */

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0px;
	padding: 0px;
}

a img,:link img,:visited img {
	border: none;
}

hr {
    height: 1px;
    margin: 15px 10px 0px 20px;
    background-color: #C59530;
    color: #C59530;
    border: 0px;
    padding: 0px;
    display: block;
}

#general {
	width: 980px;
	height: 650px;
	background-image:url(../img/construct/bg_general.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin: 10px auto 10px auto;
	background-color: #524938;
	color: #3d3d3f;
	text-align: left;
}

#main {
	padding : 80px 0px 0px 20px;
}

#left {
	float: left;
	width: 384px;
	background-position: left;
	background-repeat: no-repeat;
}

#right {
	float: left;
	width: 540px;
	background-position: left;
	background-repeat: no-repeat;
}

#content {
	margin: 50px 50px 0px 50px;
	padding: 0px 0px 0px 15px;
	background-position: bottom left;
	background-repeat: no-repeat;
	width:445px;
}

hr.sous_menu
{
	width:250px;
	height: 1px;
	margin: 20px 10px 0px 0px;
	background-color: #C59530;
	color: #C59530;
	border: 0px;
	padding: 0px;
	display: block;
	text-align:left;
}
#sous_menu p
{
	margin:2px 0px 0px 0px;
}
#sous_menu p a:link, #sous_menu p a:visited
{
	color: #886829;
	text-decoration:none;
}
#sous_menu p a:hover
{
	color: #C59530;
	text-decoration:none;
}

/* ----- MENU ------------------------------------------------------------------------------ */

ul#menu {
	margin: 0px 0px 0px 0px;
	list-style: none;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

ul#menu li {
	margin: 0px 0px 2px 0px;
	padding: 6px 0px 0px 0px;
	height: 25px;
	width: 211px;
	background-image: url(../img/construct/bg_menu.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align: right;
}

ul#menu li a {
	margin: 0px 5px 0px 0px;
	display: inline;
}

ul#menu li a:link, ul#menu li a:visited {
	color: #ffffff;
	text-decoration: none;
}

ul#menu li a:hover {
	color: #dddddd;
	text-decoration: none;
}

/* ----- BOTTOM ---------------------------------------------------------------------------- */

#menuBottom {
	margin: 10px 0px 0px 0px;
	text-align: center;
	color: #c79630;
	font-size: 10px;
}

#menuBottom a:link, #menuBottom a:visited {
	color: #898277;
	text-decoration: none;
}

#menuBottom a:hover {
	color: #cec0ab;
	text-decoration: none;
}

#copylien {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #898277; 
	text-decoration: none; 
	text-align:center;
}

div#copylien a:link, div#copylien a:visited { 
	color: #898277; 
	text-decoration: none;
}

div#copylien a:hover {
	color: #cec0ab; 
	text-decoration: none; 
}