/* init */
* { margin:0; padding:0; border:0; }
/* general */
body {
	color: #000;
	background: #fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
h1 img { display: block; }
a {
	color: #981530;
	text-decoration: none;
}
li { list-style: none; }
.bulle { padding: 0 0 0 28px; }
.bulle li { list-style: disc inside; }
.lieux { padding: 0 0 0 2px; }
.lieux li { list-style: url(../img/fleche.gif) inside; }
.lieux li a {
	color: #300;
	text-decoration: none;
}
.lieux li a:hover {
	color: #981530;
	text-decoration: underline;
}
.warn { color: #900; }
/* page */
#site {
	width: 876px;
	margin: 13px auto;
}
/* menu */
#menu {
	height: 25px;
	background: #fff url(../img/menu.jpg) no-repeat left top;
	position: relative;
	overflow: hidden;
}
#menu li {
	width: 108px;
	float: left;
}
#menu li a {
	width: 107px;
	padding: 6px 0 8px;
	float: left;
	color: #981530;
	background: none;
	font-weight: bold;
	text-align: center;
}
#menu li a:hover {
	color: #fff;
	background: url(../img/hover.png);
}
#menu .slct a {
	color: #333;
	background: #fff;
	cursor: default;
}
#menu .slct a:hover {
	color: #005200;
	background: #fff;
}

#menu #accueil { margin-left: 13px; }
/* choix langue */
#menu .lang {
	width: 21px;
	margin: 6px 4px 6px 0;
	float: right;
}
#menu .lang a {
	width: 21px;
	padding: 0;
}
#menu .xr { margin-right: 22px; }
/* page */
#page {
	height: 442px;
	background: #fff url(../img/bg.jpg) no-repeat left top;
	position: relative;
}
/* contenu */
#content {
	width: 325px;
	height: 356px;
	position: absolute;
	top: 44px;
	left: 174px;
}
/* textes emphase */
#content h4, .sidetxt h4 {
	padding: 0 0 12px 0;
	color: #005200;
	font-size: 14px;
	font-weight: normal;
}
/* sous titres */
#content h3, .sidetxt h3 {
	padding: 0 0 12px 0;
	color: #981530;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 15px;
	font-weight: normal;
}
#content p, .sidetxt p {
	padding: 0 0 12px 0;
}
#content p.titre, .sidetxt p.titre {
	padding: 0 0 7px 0;
}
/* side */
#side {
	width: 323px;
	height: 442px;
	background: #fff url(../img/side.jpg) no-repeat right top;
	float: right;
	position: relative;
}
.home #side { background: #fff url(../img/sideaccueil.jpg) no-repeat right top; }
.hote #side { background: #fff url(../img/sidehotel.jpg) no-repeat right top; }
.tari #side { background: #fff url(../img/sidevignes.jpg) no-repeat right top; }
.acce #side { background: #fff url(../img/sideenvirons.jpg) no-repeat right top; }
.tour #side { background: #fff url(../img/sidevignes.jpg) no-repeat right top; }
.cont #side { background: #fff url(../img/sidevignes2.jpg) no-repeat right top; }
.sidetxt {
	margin: 44px 50px 25px 19px;
	max-height: 350px;
	overflow: auto;
}
#pictures {
	padding: 20px 21px;
	float: left;
}
.tour #pictures {
	padding: 20px 18px;
	position: absolute;
	bottom: 10px;
	z-index: 0;
}
#pictures li {
	padding: 0 9px 9px 0;
	float: left;
}
#pictures li a img { border: 1px solid #000; }
#pictures li a:hover img { border: 1px solid #666; cursor:-moz-zoom-in; cursor: url(../img/zoom.ico); }
/* tableau tarifs */
#tarifs {
	width: 100%;
	margin-bottom: 14px;
}
#tarifs thead th {
	padding: 3px 0 4px 0;
	color: #666666;
	background: #eee;
}
#tarifs tbody td {
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}
#tarifs tbody th {
	padding: 3px 0 4px 5px;
	border-bottom: 1px solid #eee;
	color: #333;
	font-weight: normal;
	text-align: left;
}
#tarifs tbody td {
	color: #666666;
	text-align: center;
}
/* formulaire */
input, textarea, select {
	margin: 0 2px 1px 2px;
	padding: 1px 2px;
	border: 1px solid #e9dfe0;
	background: #fff;
}
/* footer */
#footer {
	padding-right: 336px;
	color: #a1a1a1;
	text-align: right;
	position: relative;
	top: -21px;
}
#mention {
	color: #a1a1a1;
	text-align: right;
	position: absolute;
	top: 23px;
	right: 52px;
}
#mention a { color: #a1a1a1; }
#mention a:hover { color: #818181; }
/* lightbox */
#lightbox{
    background-color: #fff;
    padding: 0 10px;
    }
#lightboxCaption, #lightboxClose{
    font-size: 12px;
    padding-bottom: 10px;
	color: #005200;
    text-align: center;
    }
#lightboxClose {
    padding: 10px 0 0 0;
    text-align: right;
}
#lightboxPhoto {
    display: block;
    padding: 10px 0;
}
#lightboxClose a {
    color: #666666;
}
#lightboxClose a:hover {
    color: #333333;
}
#lightbox img{ border: none; }
#overlay img{ border: none; }
#overlay{ background: #ededed url(../img/bglightbox.gif) no-repeat left top; }
