/* CSS Document */
/* layout and presentation stuff */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 87%;
	line-height: 1.3em;
	color: #333;
}
#wrapper {
	text-align: left;
	width: 933px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/page/bg-page.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	border: 3px solid #3E71B3;
}

#wrapperindex {
	width: 933px;
	height: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/page/le-colombier-front.jpg);
	border: 3px solid #3E71B3;
	position: relative;
}
#indexlink {
	position: absolute;
	width: 150px;
	left: 750px;
	top: 150px;
}
#indexlink a, #indexlink a:visited {
	color: #0A3F74;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
#indexlink a:hover {
	color: #F60;
}

#box {
	border: 3px solid #566E92;
	float: left;
}
#header {
	position: relative;
	height: 201px;
	padding-left: 6px;
}
#indexlink2 {
	position: absolute;
	height: 45px;
	width: 300px;
	left: 600px;
	top: 12px;
}


#navmen {
	width: 510px;
	left: 6px;
	bottom: 0px;
	position: absolute;
}
#navmen a {
	text-decoration:none;
}
#navmentext {

}
#navmenimg {
	clear: both;
	padding-top: 12px;
}

.menuitem {
	float: left;
	width: 70px;
	padding-right: 6px;
	padding-left: 6px;
	text-align: center;
	font-family: "Arial Narrow", sans-serif;
	font-size: 13px;
}
.menuitem p {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 0;
}
#pagename {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 312px;
}


#content {
	clear: both;
}
#navsub {
	text-align: center;
	padding-top: 30px;
}
#contentleft, #contentright {
	padding-top:21px;
}
#contentleft {
	float: left;
	padding-right: 6px;
	padding-left: 12px;
}
#contentright {
	float: left;
	padding-right: 12px;
	padding-left: 6px;
}
#footer {
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-size: .8em;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.1em;
	color: #195999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4{}

hr {
	width: 30%;
}
a, a:visited {
	color:#333399;
}
.clr {
	clear: both;
}

a:hover {
	color:#FF9900;
}
