body {
	margin: 0 0 0 0;
	background-color: #865d24;
	background-image:  url(images/ligne.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 100%;
	z-index: -1;
}
.background {
	height: auto;
	width: 100%;
	min-height: 100%;
	background-color: transparent;
	background-image:  url(images/cle.gif);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 0;
}
.container {
	background-image:  url(images/content.gif);
	background-repeat: repeat-y;width: 750px;
	height: auto;
	background-color: transparent;
	margin: 0 auto;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: White;
	padding: 0px;
}
.content {
	background-image:  url(images/content.gif);
	background-repeat: repeat-y;
	width: 750px;
	text-align: left;
	padding-bottom: 0px;
	clear: left;
}
#text {
	color: #3C3C3C;
	background-color: transparent;
	width: 550px;
	min-height: 300px;
	text-align: justify;
	position: relative;
	bottom: 50px;
	padding-top: 40px;
	padding-left: 50px;
	font-size: 13px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#text a {
	color: #A72922;
	text-decoration: underline;
}
#text a:visited {
	color: #8A5E22;
	text-decoration: underline;
}
#text h1 {
	color: White;
	font-size: 15px;
	background-color: #A72922;
	padding: 2 4;
}
th {
	color: #A72922;
}
#produit {
	color: Black;
	font-size: 13px;
	padding: 0px;
}
#desc {
	font-style: italic;
	font-size: 12px;
	padding: 0px;
}
#heures {
	color: White;
	background-color: transparent;
	width: 649px;
	text-align: center;
	position: relative;
	bottom: 5px;
	font-size: 15px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 110px;
	width: 750px;
	display: block;
	background-color: Black;
	color: White;
	margin: 0 auto;
	padding: 0px;
}
#footer a {
	color: #A72922;
	text-decoration: none;
}
#footer a:hover {
	color: #A72922;
	text-decoration: underline;
}
#footer a:visited {
	color: #8A5E22;
	text-decoration: none;
}
.menu {
	font-family: sans-serif;
    font-weight: bold;
    text-align: center;
	color: White;
	font-size: 12px;
	position: absolute;
	top: 200px;
	padding-left: 649px;
	width: 101px;
}
.menu ul {
	padding: 0;
	margin: 0 0 0 0;
	list-style-type: none;
}
.menu li {
	float: left;
    line-height: 30px;
	padding-top: 0px;
}
.menu a {
	display: block;
	width: 101px;
	height: 30px;
	background-color: #A72922;
	color: Black;
	text-decoration: none;
	border: none;
}
.menu a:hover {
	background-color: #D5896A;
	border-right:#A72922 solid thick;
}
.table {
	position: absolute;
	top: 150px;
	margin-left: 20px;
	width: 450px;
	z-index: 9999;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prec.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/suiv.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 100px;
	height: 22px;
	background: transparent url(images/fermer.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}