html {
	height: 100%;
}
body {
	background-repeat: repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	height: 100%;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 22px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	font-weight: normal;
}


h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #613F21;
	text-decoration: none;
}
a:hover {
	color: #B5763E;
}

.sitewrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../web/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 100%;
}

.siteBG {
	height: 100%;
	width: 960px;
	z-index: -15;
	background-image: url(../web/bg.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo {
	margin-top: 10px;
	margin-left: 10px;
	width: auto;
	float: left;
}
.clearFloat {
	clear: both;
	margin: 0px;
}
.navbar {
	float: left;
	width: 600px;
	margin-top: 43px;
	height: 31px;
	margin-left: 35px;
}
.mainBanner {
	height: 500px;
	width: 935px;
	margin-top: 15px;
	margin-left: 25px;
	z-index: -5;
	background-image: url(../gallery/mainbanner/objets1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.contentArea {
	width: 960px;
	margin-top: 10px;
}

.pageTitle {
	float: left;
	height: 150px;
	width: 250px;
	color: #FFF;
	text-align: right;
	font-size: 20px;
}
.pageContent {
	float: left;
	margin-left: 15px;
	height: auto;
	width: 675px;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 16px;
	color: #613F21;
	text-align: justify;
	line-height: 22px;
}
.pageContent a:link, .pageContent a:active, .pageContent a:visited {
	font-weight: normal;
}

.footer {
	font-size: 11px;
	width: auto;
	margin-left: 250px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #613F21;
	margin-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #613F21;
}
#nav, #nav ul, #nav ul ul, #nav ul ul ul {
	font-family:Arial, Helvetica, sans-serif;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background-color:#FFF;
	margin:0;
	text-align: left;
	padding: 0;
}
#nav a:link , #nav a:active , #nav a:visited {
	display:block;
	font-size:15px;
	text-decoration:none;
	font-weight: normal;
}
.spacerText {
	padding-left: 25px;
}
.space  {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	width:165px;
	z-index: 20;
	background-color: #122B7B;
}
#nav li {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	width:115px;
	z-index: 15;
}
#nav li:hover a, #nav a:focus, #nav a:active, #nav li.sfhover a {
	color:#000;
	position: static;
}
#nav li ul {
	left:-999em;
	position:absolute;
	width:14em;
}
#nav li:hover ul, #nav li.sfhover ul {
	color:#613F21;
	display:block;
	left:auto;
}
#nav ul a:hover, #nav ul a.sfhover {
	color:#b08968;
}
#nav .sub li:hover , #nav .sub li.sfhover {
	z-index: 15;
	height: auto;
	width: 115px;
	color: #b08968;
	background-color: #FFF;
}
#nav .sub:hover ul li a , #nav .sub.sfhover ul li a{
	background-image: none;
}
#nav .sub ul{
	height: auto;
	margin-left: 25px;
	display: block;
	width: 115px;
	z-index: 20;
	margin-top: 0px;
	padding-bottom:5px;
}
