body {
	margin: 0px;
	font-size: small;
	line-height: 140%;
	background: #9d511e url(images/background.gif) repeat-x;
}
body, div, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #672D06;
}
A {
	color: #672D06;
	text-decoration: underline;
}
A:hover {
	text-decoration: both;
}

#main {
	width: 750px; 
	left: 50%;
	margin-left: -375px;
	position: absolute; 
}

IMG {
	margin: 0;
}

#location {
	font-weight: bold;
	margin: 0;
	background: #9d511e url(images/location_bg.gif) no-repeat;
	color: #E8B359;
	height: 35px;
	padding: 5px 0 0 200px;
}

#location A {
	color: #E8B359;
}

#container {
	background: url(images/bg.gif);
	padding: 0 10px;

}

#menu {
	margin: 0px;
	background: url(images/menu_bg.gif) repeat-y;
	width: 181px;
	float: left;
}

#contenu {
	float: right;
	background: #F5E1AC url('images/contenu_bg.gif') repeat-y;
	width: 548px;
	margin: 0;
}
#footer {
	clear: both;
}

#menu ul {
	margin: 20px 0 30px 0;
	padding-left: 10px;
	list-style: none;
}

#menu ul li {
	 border-bottom: 1px solid #855D19;
	 padding: 5px 0px;
	 color: #E8B359;
}

#menu a {
	text-decoration: none;
	color: #E8B359;
	font-weight: bold;
}
#menu a.light {
	color: #F4E5BD;
}
#menu ul ul {
	margin: 0px; 
	list-style: none;
}
#menu ul ul li {
	 border-bottom: none;
	 padding: 0px;
	 color: 
}
#menu ul ul a {
	font-weight: normal;
}

.button {
	border: 1px solid #672D06;
	background-color: #F4E5BD;
}

#contenu2 {
	min-height: 500px;
	margin: 20px 15px 20px 10px;
}

#contenu2 h1 {
	margin-top: 20px;
	font-size: 21px;
	overflow: hidden;
}

#contenu ul { margin: 0px; padding: 0px; }

#contenu ul li {
	list-style-image: url('/images/patte.gif');
	margin: 0px; padding: 5px 0px;
	margin-left: 30px;
	padding-left: 10px;
	list-style-position: outside;
	overflow: hidden;
}
