#myform td,div {
	font-family:Arial;
}

.form td {
	white-space:nowrap;
	font-size:13px;
	color:black;
	text-align:center;
}
.recap {
	color:red;
}


	
.date_BS
{
	background-color:#C0E8E2;
}

.date_MS
{
	background-color:#B5F476;
}

.date_HS
{
	background-color:#EFEA6A;
}

.date_reservee
{
	border-style:ridge;
	border-color:red;
}

.date_reservee_autre
{
	border-style:ridge;
	border-color:blue;
}

.date_indisponible
{
	background-color:grey;
}

.date_option_indisponible
{
	border-style:ridge;
	border-color:purple;
}


fieldset
{
	background-color:#D0D70F;
}

hr
{
	border-color:#D0D70F;
}

.resume
{
	font-size:12px;
	font-weight:bold;
	color:#D0D70F;
}

/* Main Style Sheet for jQuery UI date picker */

#datepicker_div, .datepicker_inline {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 185px;
}
#datepicker_div {
	display: none;
	border: 1px solid #777;
	z-index: 1001; /*must have*/
}
.datepicker_inline {
	float: left;
	display: block;
	border: 0;
}
.datepicker_dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.datepicker_trigger {
	width: 25px;
}
img.datepicker_trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepicker_prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .datepicker_prompt {
	width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.datepicker_control {
	background: #D0D70F;
	padding: 2px 0px;
}
.datepicker_links {
	background: #FFFFFF;
	padding: 2px 0px;
}
.datepicker_control, .datepicker_links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.datepicker_links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.datepicker_clear, .datepicker_prev {
	float: left;
	width: 34%;
}
.datepicker_current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepicker_close, .datepicker_next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepicker_header {
	padding: 1px 0 3px;
	background: #333;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.datepicker_header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.datepicker a {
	display: block;
	width: 100%;
}
.datepicker_titleRow {
	background: #777;
}
.datepicker_daysRow {
	background: #eee;
	color: #666;
}
.datepicker_weekCol {
	background: #777;
	color: #fff;
}
.datepicker_daysCell {
	color: #000;
	border: 1px solid #ddd;
}
.datepicker_daysCell a{
	display: block;
}
.datepicker_weekEndCell {
	background: #ddd;
}
.datepicker_daysCellOver {
	background: #fff;
	border: 1px solid #777;
}
.datepicker_unselectable {
	color: #888;
}
.datepicker_today {
	background: #fcc !important;
}
.datepicker_currentDay {
	background: #999 !important;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#datepicker_div a, .datepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000000;
}
.datepicker_inline .datepicker_links a {
	padding: 0 5px !important;
}

/* CSS Document */

body {
	background:url(../images/body_backgr.jpg) top left repeat-x #fff;
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container {
	margin:0 auto;
	background:url(../images/container_backgr.jpg) top left repeat-y;
	width:922px;
	height:auto;
}

#header {
	margin:0 auto;
	background:url(../includes/img_rand.php) top center no-repeat;
	width:918px;
	height:150px;
}
#logo {
	margin-left:25px;
	background:url(../images/roulottes-du-pastelier.png) no-repeat;
	width:280px;
	height:150px;
z-index:10;
position:absolute;
}


/* nav elements */

#nav-block {
    margin:0 auto;
	background:url(../images/nav.jpg) top center no-repeat;
	width:919px;
	height:34px;
}

#nav-block a:link, #nav-block a:visited, #nav-block a:hover {
	color:#fff;
	text-decoration:none;
}

.nav_buttons {
	width:auto;
	height:34px;
	padding:6px 15px 0 15px;
	margin:0 auto;
	text-align:center;
	font-size:12px;
	float:left;
}

.flags{
width : 60px;
float : right;
margin-top : 7px;
}


.nav_buttons:hover {
	background:url(../images/navhover_backgr.jpg) top center no-repeat;
	color:#FFF;
}

#nav_left {
	width:230px;
	height:auto;
	margin:50px 0 0 20px;
	font-size:14px;
}

#nav_left ul li {
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.nav_left-spacer {
	margin:2px 0 7px 0;
	border-bottom:1px dashed #666;
	width:230px;
}
#nav_left a:link, #nav_left a:visited {
	color:#666;
	text-decoration:none;
}
#nav_left a:hover {
	color:#9C0;
	text-decoration:underline;
}

.plan_site-spacer {
	margin:2px 0 7px 0;
	border-bottom:1px dashed #666;
	width:230px;
}

#plan_site {
	width:230px;
	height:auto;
	margin:50px 0 0 20px;
	font-size:14px;
}

#plan_site a:link, #nav_left a:visited {
	color:#666;
	text-decoration:none;
}
#plan_site a:hover {
	color:#9C0;
	text-decoration:underline;
}

#boxsmall {
	background:url(../images/box-small_cntbackgr.jpg) top center repeat-y;
	width:253px;
	height:auto;
	margin:10px 0 0 10px;
}

#boxsmall_top {
	background:url(../images/box-small_top.jpg) top center no-repeat;
	width:253px;
	height:13px;
}

#boxsmall_bottom {
	background:url(../images/box-small_bottom.jpg) top center no-repeat;
	width:253px;
	height:13px;
}

.bigbox {
	background:url(../images/box-big_topbackgr.png) top center no-repeat;
	width:649px;
	height:auto;
	margin:0 auto;
	padding:5px 0 0 0;
}

.bigbox td {
	vertical-align:top;
}

.bigbox_bottom {
	background:url(../images/box-big_bottom.png) top center no-repeat;
	width:649px;
	height:12px;
	margin:0 auto;
}

.bigbox_title {
	margin:10px 0 0 20px;
}

.bigbox p {
	width:95%;
	height:auto;
	margin:30px auto;
	font-size:12px;
	text-align:justify;
}

.button {
	background:url(../images/button_iconbakgr.jpg) top left no-repeat;
	width:150px;
	height:30px;
	display:block;
	padding:15px 0 0 45px;
	margin:5px 0 0 0;
}

.form {
	width:95%;
	height:auto;
	margin:30px auto;
	font-size:12px;
	text-align:justify;
	color:#666;
}

/* class */

.green {
	color:#669933;
}

.green a:link, .green a:visited {
	color:#669933;
	text-decoration:none;
}

.green a:hover {
	color:#F30;
	text-decoration:none;
}

.green_light {
	color:#cccc00;
}

.green_light a:link, .green a:visited {
	color:#cccc00;
	text-decoration:none;
}

.green_light a:hover {
	color:#060;
	text-decoration:none;
}
.grey {
	color:#666;
}

h1 {
	font-size:18px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:normal;
}

h2 {
	font-size:24px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:normal;
}

h3 {
	font-size:18px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:normal;
}

h4 {
	font-size:14px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:normal;
}

.floatleft {
	float:left;
	margin-left:10px;
}

.floatright {
	margin-right:10px;
	float:right;
}

/* nav end */

#content {
	background:url(../images/content_backgr.jpg) top left no-repeat;
	margin:0 auto;
	width:918px;
	height:auto;
}

#column_left {
	width:230px;
	height:auto;
	margin:0 0 0 0;
}

#column_content {
	width:auto;
	height:auto;
	margin:0 0 0 0;
	vertical-align:top;
}

#footer {
	background:url(../images/footer_backgr.jpg) top center no-repeat;
	width:922px;
	height:60px;
	margin:0 auto;
    text-align:center;
}
#footer a:link, #nav_left a:visited {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#9C0;
	text-decoration:underline;
}
#discret a:hover, a:link, a:visited {
	color:#000000;
	text-decoration:none;
}

/* hacks */

.clear {
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.spacer {
	width:auto;
	height:10px;
}

/* end hacks */
