body {
	background-color: #6A4B2E;
}
.Style1 {
	font-size: 24px;
	font-weight: bold;
}
.Style2 {
	font-size: 18px;
	font-style: italic;
}

span.Style3  {
	display: none;
}
#head {
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	height: 186px;
	width: 1024px;
}
#bas {
	background-image: url(../images/bas.jpg);
	background-repeat: no-repeat;
	height: 582px;
	width: 1024px;
}
#basC {
	background-image: url(../images/basC.jpg);
	background-repeat: no-repeat;
	height: 582px;
	width: 1024px;
}
#conteneur {
	height: 768px;
	width: 1024px;
	margin-left: -512px;
	position: absolute;
	left: 50%;
	border-top: 1px solid #4a3420;
	border-right: 1px solid #946840;
	border-bottom: 1px solid #946840;
	border-left: 1px solid #4a3420;
}
#accueil a span, #menugalerie a span, #contact a span {
	display: none;
}
#accueil a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
	width: 152px;
	height: 43px;
	display: block;
	background-image: url(../images/buttAcc.gif);
}
#menugalerie a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 43px;
	width: 152px;
	background-image: url(../images/buttGal.gif);
}
#contact a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 43px;
	width: 152px;
	background-image: url(../images/buttCont.gif);
}
#contact {
	position: absolute;
	left: 104px;
	top: 626px;
}
#menugalerie {
	position: absolute;
	left: 103px;
	top: 493px;
}
#accueil {
	position: absolute;
	left: 93px;
	top: 350px;
}
#formulaire {
	position: absolute;
	left: 419px;
	top: 351px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #933000;
	width: 500px;
}
#phrase {
	position: absolute;
	font-size: 18px;
	color: #933000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	left: 410px;
	top: 245px;
	text-align: center;
}

#gallery {
	padding:0;
	margin:0;
	list-style-type:none;
	overflow:hidden;
	width:380px;
	height:480px;
	border:1px solid #888;
	background-color: #fff;
	background-image: url(../images/recette.gif);
	background-position: 0px -55px;
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:30px;
  width:380px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:380px; 
  height:30px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:235px;
  }
#gallery li a:hover img {
  height:235px;
  }

  
#galerie {
	position: absolute;
	left: 470px;
	top: 217px;
}

#texteaccueil {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	position: absolute;
	left: 425px;
	top: 238px;
	text-align: center;
	width: 470px;
	height: 40px;
}
#pano {
	position: relative;
	top: 12px;
}
#pano a img {
	border: 1px solid #4a3420;
}
#pano a:hover img {
	border: 1px solid #bd9066;
}
#pano span.petit {
	font-size: 8px;
}
.butt {
	color:#993300;
	background-color:#e7d38a;
	font-size:10px;
	font-family:verdana;
	font-weight:bold;
	border: 1px solid #BD9066;
	width:151px;
	text-align:center;
		}
#copy {
	font-size: 8px;
	text-align: center;
	color:#BD9066;
}		
#adress {
	position: relative;
	top: 552px;
	left:370px;
	text-align: center;
	font-size: 19px;
	color: #ffffff;
	font-weight: bold;
	width: 550px;
}

a.alb {
	color: #933000;
	font-weight: bold;
}
a.alb:hover {
	color: #4a3420;
}

/*--------- Lightbox -----------*/
#lightbox{
    background-color:#FFFFFF;
    padding: 3px;
    border-bottom: 1px solid #6A4B2E;
    border-right: 1px solid #6A4B2E;
}

#lightboxDetails{
    font-size: 0.9em;
    color: #6A4B2E;
    padding-top: 0.5em;
}

#closeButton{ top:2px; right: 2px; }

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; }

#overlay img{ border: none; }

#overlay{ background-image: url(../overlay.png); }

* html #overlay{ /*Hack IE */
    background-color: #FFFFFF;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../overlay.png", sizingMethod="scale");
}
/*-------- fin lightbox -------*/	