/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color:#f3e2ce;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1
{
	font-size: 1.3em;
}

#horizon 
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

#content {
	background-color: #f8f3ea;
	border: 1px solid #ded1b8;
	margin-left: -410px;
	position: absolute;
	top: -257px;
	left: 50%;
	width: 820px;
	height: 514px;
}

#adresse {
	position: relative;
	width: 820px;
	text-align: center;
	top: 259px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

#site
{
	border: 9px solid #a69281;
	width: 802px;
	height: 496px;
}

#leftContainer
{
	float: left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	width: 496px;
	height: 496px;
	background-color: #d8c7b3;
}

#textleft
{
	padding: 10px 10px 10px 10px;
	width: 320xpx;
	font-size: 1.2em;
}

#rightContainer
{
	float: right;
}

#logo
{
	border: 5px solid #f8f3ea;
	position: absolute;
	z-index: 100;
	left: 396px;
	top: 220px;
	width: 210px;
	height: 210px;
}

#menu 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	font-size: .7em;
	width: 120px;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	left: 640px;
	top: 220px;
	text-align: left;
}

#menu ul 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#menu ul li 
{
	margin: 0px;
	padding: 0px;
}
#menu ul li a 
{
	display: block;
	border-top: 1px dashed #592316;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #400601;
	width:120px;
	line-height:1.4em;
}

#menu ul li a:hover, #menu ul li a:focus 
{
	color: #000000;
	background-color: #e5d7bf;
}

#menu ul li a.menuClose
{
	border-bottom: 1px dashed #592316;
}

#image_gallery {
position: relative;
overflow: hidden;
}
ul#gallery_thumbs {
list-style: none;
margin: 0;
padding: 0;
}
#gallery_thumbs li {
background: none;
display: inline;
}
.thumb img { /* styles thumbnail previews */
background: #fff;
padding: 2px;
border: 1px solid #ddd;
}
.thumb:hover img {
background-color: transparent;
}
.thumb span { /* hides large previews */
visibility: hidden;
position: absolute;
}
.thumb span img { /* styles large previews */
background: #fff;
padding: 2px;
border: 1px solid #ddd;
}
.thumb:hover span { /* displays preview while hovering over thumb */
visibility: visible;
top: 80px; /* absolute positioning to control where previews are displayed */
left: 0;
z-index: 100;
}









