* {
	margin: 0;
	padding: 0;
}
body {
	background: #050503;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: center;
	background: url(img/bg.jpg);
}
#header {
	margin: 0 auto 0;
	width: 886px;
	clear: both;
}
#content {
	margin: 0 auto 0;
	padding: 10px 20px 10px 20px;
	text-align: left;
	width: 820px;
	background-color: #EAEBD6;
	clear: both;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
#content p {
  margin: 1em 0;
}
#footer {
	border-top: solid 1px #ccc;
	padding: 5px 0 5px 0;
	margin: 0 auto 20px;
	width: 860px;
	color: #777;
	font-size: 11px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background-color: #EAEBD6;
	clear: both;
	position: relative;
}
#footer a { text-decoration: none; color: #777; }
#footer a:hover { text-decoration: underline; color: #777; }
.clear { clear: both; }
img {
	border: 1px solid #aaa;
	padding: 0px;
}
.photos {
  text-align: center;
}
.photos img.middle {
  margin: 0 29px 0 29px;  
}
.photos img.middle2 {
  margin: 0 86px 0 86px;
}
/* TEXTE */
h3 {
	margin: 0 0 5px 0;
	border-bottom: solid 1px #aaa;
	color: #68401F;
	font-size: 16px;
	text-align: left
}
ul {
	list-style-type: circle;
}
ul li {
	padding: 5px 0 5px 0;
	margin: 0 0 0 35px;
}
/* GOOGLE MAP */
iframe {
	border: 1px solid #aaa;
}
/* Menu */
#tabs {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: normal;
	clear: both;
}
#tabs ul {
	margin: 0;
	padding: 10px 10px 0 43px;
	list-style: none;
}
#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabs a {
	float: left;
	padding: 0 0 0 4px;
	text-decoration: none;
	background-color: #68401F;
	margin: 0 20px 0 0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	outline: none;
}
#tabs a:hover { background-color: #86664C; }
#tabs a span {
	float: left;
	display: block;
	padding: 10px 30px 8px 25px;
	color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float: none;
}
/* End IE5-Mac hack */
#tabs a:hover span {
	color: #FFF;
}

