/* CSS Document */

body {
	background-color: #000;
	color: #CCCCB8;
	font: normal 12px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 15px;
	margin: 0px;
	text-align: center;
}

/* LIENS */
a {
	color: #CCC;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
a:focus {
	outline: none;
}
a img {
	border: 2px solid white;
}
/* FIN : LIENS */

h1 {
	background: url(graphisme/back_top.png) no-repeat top left;
	height: 80px;
	margin: 0px auto;
	text-indent: -9000px;
	width: 980px;
}

#menu {
	background-color: #000;
	height: 22px;
	letter-spacing: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	text-indent: 10px;
	width: 900px;
}
#menu a {
	margin: 0px 6px 0px 3px;
	text-decoration: none;
}
#menu #langues {
	right: 10px;
	position: absolute;
	top: 0px;
}
#menu #langues a {
	text-decoration: underline;
}

.banner {
	background-position: center top;
	background-repeat: repeat-x;
	height: 294px;
	text-align: center;
}
#banner_accueil {
	background-image: url(graphisme/back_accueil.png);
}
#banner_chambres {
	background-image: url(graphisme/back_chambres.png);
}
#banner_gite {
	background-image: url(graphisme/back_gite.png);
}
#banner_seminaire {
	background-image: url(graphisme/back_seminaire.png);
}
#banner_doc {
	background-image: url(graphisme/back_weekend.png);
}
#banner_provence {
	background-image: url(graphisme/back_provence.png);
}
#banner_focus {
	background-image: url(graphisme/back_focus.png);
}
#banner_liens {
	background-image: url(graphisme/back_liens.png);
}
#banner_contact {
	background-image: url(graphisme/back_contact.png);
}



#container {
	margin: 0px auto;
	padding: 8px 0px 0px;
	text-align: left;
	width: 900px;
}
.right {
	float: right;
	clear: right;
	margin: 0px 0px 0px 10px;
}
p {
	margin: 0px 0px 10px;
}
h3 {
	font: oblique 16px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
#container table table td {
	border-bottom: 1px solid #211C10;
	padding: 4px 10px;
	vertical-align: top;
}
.topTab {
	background-color: #211C10;
	font-weight: bold;
}
.first {
	text-align: right;
}
ul {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 30px;
}
#quefaire, div#galerie, #itineraire, #tarifs {
	display: none;
}
/* TABLEAU DISPONIBILITE */
#disponibilites table tr td {
	border-bottom: none;
}
#disponibilites .nav {
	vertical-align: middle;
}
#calendispo {
}
#calendispo, #calendispo th , #calendispo td {
	margin: 0px auto;
	padding: 0px;
}
#calendispo th {
	color: #CCC;
	height: 20px;
	width: 20px;
}
#disponibilites #calendispo td {
	background-color: #000;
	border-bottom: none;
	height: 30px;
	vertical-align: top;
	width: 20px;
}
#disponibilites #calendispo .FondDateLibre {
	background-color: #406618;
}
#disponibilites #calendispo .FondDateOccupee {
	background-color: #D08067;
	color: #222;
}

/* GALERIE PHP */
#gallery {
	width: 100%;
}
#gallery table, #gallery td, #gallery a, #gallery img {
	margin: 0px;
	padding: 0px;
}
#gallery #vignette table, #gallery #vignette a, #gallery #vignette img {
	margin: 0px;
	padding: 0px;
}
#gallery #vignette td {
	border-bottom: none;
	padding: 4px 5px;
	text-align: center;
	vertical-align: middle;
}
#gallery #photo {
	float: right;
	height: 280px;
	text-align: center;
	width: 400px;
}

/* GALERIE NON PHP */
table table#galerie {
	height: 280px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
table table#galerie td {
	border-bottom: none;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	vertical-align: top;
}
table table#galerie #photo {
	text-align: center;
	vertical-align: middle;
	width: 390px;
}
table table#doc td {
	border: none;
}
table table#doc a {
	text-decoration: none;
}
table table#doc a img {
	border: none;
}
/* FIN : GALERIE */

#footer {
	width: 900px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin-top: 8px;
	margin-bottom: 8px;
}
