/* GLOBAL SETTINGS */
body {
	font-size: 12px;
	font-family: "lucida grande", "Trebuchet MS";
	padding: 10px 20px;
	margin: 0px;
	background: #131836;
	color: white;
}

body * {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

a, a:visited, a:hover {
	color: white;
	text-decoration: none;
}

b, a:hover {
	color: #FFFF99;
}

div#bodywrapper {
	width: 900px;
	margin: auto;
}

div#header {
	position: relative;
	height: 60px;
	margin-bottom: 10px;
	padding: 10px 0px;
	background: url(../images/header.jpg) no-repeat;
	text-align: right;
	border-bottom: 2px solid #335;
}

div#header div#flags {
	float: right;
	margin-top: 3px;
}

div#header div#flags a {
	background: url(../images/flags.png) no-repeat;
	display: block;
	float: left;
	margin-left: 3px;
	height: 12px;
	width: 18px;
}

div#header div#flags a.fr {
	background-position: -18px;
}

div#header div#flags a.en {
	background-position: -36px;
}

div#header span#weather {
	font-size: 10px;
}

div#header div#languages {
	position: absolute;
	top: 0px;
	right: 0px;
}

div#header ul#menu {
	float: right;
	margin-top: 30px;
	font-size: 17px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}

div#header ul#menu li {
	float: left;
	padding: 5px 10px;
	border-right: 1px solid #AAA;
}

div#header ul#menu li.last {
	padding-right: 0px;
	border-right: none;
}

div#breadcrumbs {
	font-size: 10px;
	color: #CCC;
	margin-bottom: 10px;
	text-transform: capitalize;
}

div.spacer {
	clear: both;
	height: 15px;
}

/* notices */
div#notice {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 150px;
	padding: 5px;
	margin-left: -75px;
	text-align: center;
	-moz-border-radius: 0px 0px 10px 10px;
}

div#notice.red {
	color: #C00;
	border: #C00;
	background: #FFE3E3;
}

div#notice.green {
	color: #006633;
	border: #006633;
	background: #F9FFEF;
}

/* Index page */
div#slideshow {
	float: right;
	margin-right: 70px;
	margin-bottom: 20px;
	border: 1px solid black;
	width: 300px;
	height: 360px;
}

/* L'hotel */
div#hotel_content {
	margin: 20px auto 0px;
	width: 695px;
}

div#hotel_content h2 {
	margin-left: 15px;
	margin-bottom: 15px;
}

div#hotel_content p {
	margin-bottom: 15px;
}

div.right,
img.right {
	float: right;
	margin: 0px 0px 10px 10px;
	height: 200px;
	width: 310px;
	border: 1px solid black;
}

img.left,
div.left {
	float: left;
	margin: 0px 10px 10px 0px;
	height: 200px;
	width: 310px;
	border: 1px solid black;
}

ul#kwicks {
	margin: auto;
	display: block;
	position: relative;
}

ul#kwicks li {
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width: 170px;
	height: 100px;
	margin-right: 5px;
	cursor: pointer;
	border: 1px solid black;
}

ul#kwicks li div.overlay {
	background: url(../images/overlay.png);
	position: absolute;
	bottom: 0px;
	font-size: 17px;
	color: white;
	padding: 3px 6px;
}

ul#kwicks li.hotel {
	background: transparent url(../images/kwicks_hotel.jpg) 0px 0px no-repeat;
}

ul#kwicks li.room {
	background: transparent url(../images/kwicks_room.jpg) 0px 0px no-repeat;
}

ul#kwicks li.restaurant {
	background: transparent url(../images/kwicks_restaurant.jpg) 0px 0px no-repeat;
}

ul#kwicks li.activities {
	background: transparent url(../images/kwicks_activites.jpg) 0px 0px no-repeat;
	margin-right: none;
}

/* Contact page */
img#accessplan {
	float: right;
	margin: 0px 40px 20px 0px;
	border: 1px solid black;
}

/* editable textarea */
textarea.editor {
	width: 200px;
	height: 80px;
}

/* Footer */

div#footer {
	clear: both;
	margin-top: 20px;
	color: #444;
	text-align: center;
}

a#link-admin {
	color: #444;
	text-decoration: underline;
	cursor: pointer;
}

/* Tarifs */
ul.tabs li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: block;
	float: left;
	margin-bottom: 7px;
	padding: 0px 10px 0px 10px;
	line-height: 25px;
	border-right: 1px solid #FFF;
}

ul.tabs li.last {
	border-right: none;
}

ul.tabs a.selected {
	color: #FFFF99;
}

div#rates div.tabcontent {
	margin-top: 10px;
	clear: left;
}

div#rates p {
	font-size: 11px;
	color: #999;
}

div#rates div#additional_infos table {
	margin-left: 10px;
}

div.periods {
	position: absolute;
	margin-top: 4px;
	font-size: 10px;
	width: 550px;
	text-align: center;
}

div#promotions {
	width: 250px;
	float: right;
	padding: 10px 0px 10px 15px;
	border-left: 2px solid #335;
}

div#promotions div.promotion {
	padding-bottom: 8px;
	border-bottom: 1px dashed #335;
	margin-bottom: 8px;
}

div#promotions fieldset {
	text-align: center;
	padding: 5px;
	border: 1px solid #335;
}

div#promotions fieldset legend {
	margin-left: 5px;
	padding: 2px 5px;
}

/* Reservation */
div#reservation table td {
	vertical-align: top;
}

div#reservation table input {
	width: 160px;
}

div#reservation table textarea {
	width: 164px;
}

div#reservation .invalid {
	background: #FFC3C3;
}

div#conditions {
	width: 690px;
	font-size: 11px;
	margin: auto;
}

/* Seasons editor */
div#seasonsOverview div.month {
	clear: left;
	float: left;
	width: 550px;
	height: 16px;
	margin: 1px 0px;
}

div#seasonsOverview div.monthlabel {
	float: left;
	width: 40px;
}

div#seasonsOverview div.day {
	float: left;
	border-right: 1px solid black;
	width: 15px;
	height: 15px;
	background: #555;
}

div#seasonsOverview div.day.s1 {
	background: green;
}

div#seasonsOverview div.day.s2 {
	background: yellow;
}

div#seasonsOverview div.day.s3 {
	background: red;
}

div#seasonsEditor fieldset {
	clear: both;
	padding: 10px;
	border: 1px solid #335;
}

/*** DATE PICKER ***/

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
	border-collapse: separate;
	border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

