@charset "iso-8859-1";
body {
	background:#f7d49d url(images/bg.jpg) top center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
* {
	margin: 0px;
	padding: 0px;
}
html {height:100%; margin-bottom:1px;} /* Forces vertical scroll bar to be visible */
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/column.jpg);
	background-repeat: repeat-y;
	text-align: left;
	background-color: #FFFFFF;
}#logo {
	background-image: url(images/logo.jpg);
	background-repeat: repeat-x;
	height: 130px;
	width: 700px;
}
#mainphoto {

	height: 365px;
	width: 700px;
}
#mainphotohome {
	background-image: url(images/le_queyrel_haut_III.jpg);
	height: 365px;
	width: 700px;
}
#nav {
	background-color: #775D42;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-transform: capitalize;
}
#navlist a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bolder;
}
#navlist a:hover {
	color: #E38249;
}
#shadow {
	height: 17px;
	width: 700px;
	background-image: url(images/shadow.jpg);
	background-repeat: no-repeat;
}
#col1 {
	float: left;
	width: 500px;
	}
#col2 {
	float: left;
	width: 200px;
}
#col1content p,form{
	margin-bottom: 10px;
	color: #666666;
	font-size: 12px;
	line-height: 140%;
	text-align: justify;
	}
#col1content {
	padding: 0px 15px 15px;
		
}
#col1imageleft {
	float:left;
	margin-right:10px;
	clear:both;
}
#col1imageright {
	float:right;
	margin-left:10px;
	clear:both;
}
#footer {
	color: #EEEBE8;
	clear: both;
	height: 20px;
	width: 700px;
	background-image: url(images/column.jpg);
}
#col2content {
	padding: 15px;
	text-align: center;
}
.imageborder {
	padding: 5px;
	border: 1px solid #3A4A14;
	background-color: #F2F3F4;
}
.subhead {
	font-size: 11px;
	color: #78442C;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sidebar {
	margin-bottom: 10px;
	color: #666666;
	font-size: 10px;
	line-height: 140%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #E38249;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	display:none;
}
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #7D3417;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	display:none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #B4AA9E;
	padding-bottom: 10px;
	padding-top: 5px;	
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #B4AA9E;
	padding-bottom: 10px;
	padding-top: 5px;	
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #78442C;
	padding-bottom: 5px;
	padding-top: 5px;
	border:1px solid;
	margin-bottom:10px;	
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #78442C;
	padding-bottom: 5px;
	padding-top: 5px;
}

#footer p {
	color: #666666;
	font-size: 9px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
}
a:link {
	color:#0059b4;
	text-decoration: none;
}
a:visited {
	color:#0059b4;
	text-decoration: none;
}
a:hover {
	color:#0059b4;
	text-decoration: underline;
}
a:active { color:#0059b4;}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	clear:both;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}
