/* OVER ARCHING TAGS*/
html{
	font: 62.5% "Book Antiqua", serif;
	margin: 0;
	padding: 0;
}
body{
	position: relative;
	color: #000000;
	margin: 0;
	padding: 0;
	height:100%;
	text-align:center;  
	overflow: scroll;
	margin:0px auto;
}
body.map{
	background-color: #FFF0A5;
}
/* PAGE STRUCTIRE TAGS */
#container{	position: relative;
	top: 50px;
	margin: 0 auto;
	display:block;
	width:800px;
}
#logo_header{
	background-color: #FFF0A5;
	text-align: left;
	border-bottom-color: #FFF0A5;
	border-top-color: black;
	border-right-color: black;
	border-left-color: black;
	border-width: 1px;
	border-style: solid;
	position: relative;
	height: 125px;
	width: 798px;
	padding: 0 0 60px 0;
	display: none;
}
#menu{
	position: relative;
	left: -9px;
	top: 10px;
	width: 800px;
	z-index: 10;
	text-align: center;	
	display: none;
}
#menu img{
	padding: 0;
	margin: 0;
}
#menu a img{
	margin: 0;
	padding: 0;
}
#content_wrapper{
	background-color: white;
	position: relative;
	left: 0;
	top: -20px;
	width: 800px;
	padding: 0;
	margin:0;
}
#content{
	position: relative;
	top: 20px;
	margin: 0 auto;
	text-align:justify;
	width: 700px;
}
#footer{
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 1.1em;
	vertical-align: middle;	
}
/* COMMON TAGS */
p{
	text-align: justify;
	font-size: 1.6em;
}
a{
	color: #0337ff;
	font-weight:normal;
	text-decoration: none;
}
a:hover{
	color: #ff1a05;
	font-weight:normal;
	text-decoration: underline;
}

h1{
	font-size:2.0em;
	font-weight:bold;
}
h2{
	font-size:1.6em;
	font-weight:bold;
	color: #8e2800;
}
h3{
	font-size:1.3em;
	font-weight:bold;
}

h4{
	font-size:1.1em;
	font-weight:bold;
}

/* custom image placeholders */

div.image_right{
	position: relative;
	float: right;
	text-align: center;
	margin: 5px 0 5px 25px;
	font-size: 1.4em;
	font-style: italic;

}
div.image_left{
	position: relative;
	float: left;
	text-align: center;
	margin: 5px 25px 5px 0;
	font-size: 1.4em;
	font-style: italic;
}

div.image_wide{
	text-align: center;
	margin: 0;
	font-size: 1.4em;
	font-style: italic;
}
div.image_left img{
	padding: 0;
	border: 1px solid black;
}
div.image_right img{
	padding: 0;
	border: 1px solid black;
}
div.image_wide img{
	padding: 0;
	border: 1px solid black;
}
/* LIST TAGS */
ul{

}
li{

}
.error{color: red;}
.success{color: green;}


#tarifs
{
	position: relative;
	width:500px;
}
#tarifs table tr td
{
	border-bottom: 1px solid black;
}
#tarifs table tr td p
{
	font-size: 1.3em;
}

#shorttarifs
{
	position: relative;
}
#shorttarifs table tr td
{
	border-bottom: 1px solid black;
}
#shorttarifs table tr td p
{
	font-size: 1.3em;
}

/*calendar*/

#calendar
{
	position: relative;
	float: right;
}
#calendar table 
{
	border: 1px solid black;
	background-color: white;
}

#calendar table tr td
{
	font-size: 1.5em;
}
#calendar table tr td a
{
	color: black;
	text-decoration: none;
}

#calendar table tr td a:link
{
	color: black;
	text-decoration: none;
}

#calendar table tr td a:hover
{
	color: black;
	text-decoration: none;
}

#calendar table tr td a:active
{
	color: black;
	text-decoration: none;
}

#calendar table tr td a:visited
{
	color: black;
	text-decoration: none;
}
#calendar table tr td.label
{
	font-weight: bold;
}
#calendar table tr td.null_date
{
	background-color: white;
	border: none;
}

#calendar table tr td.past
{
	background-color: white;
	border: 1px solid black;
}
#calendar table tr td.booked
{
	background-color: #8e2800;
	border: 1px solid black;
}
#calendar table tr td.date
{
	background-color: #fff4c5;
	border: 1px solid black;
}
#calendar table tr td.today
{
	background-color: #ffba52;	
	border: 1px solid black;
}

#calendar span
{
	font-size: 1.5em;
}

#calendar span.booked
{
	background-color: #8e2800;
	text-align: center;
	width: 150px;
	font-weight: bold;
}
#calendar span.today
{
	background-color: #ffba52;
	text-align: center;
	width: 150px;
	font-weight: bold;
}
#calendar span.date
{
	background-color: #fff4c5;
	text-align: center;
	width: 150px;
	font-weight: bold;
}

input.small_button
{
	border:1px solid #666666;
	background-color: #8e2800;
	color:white;
	cursor:pointer;
	text-align: center;

}

input.large_button
{
	font-size:1.6em;
	text-align: center;
	margin: 2px;
	border:1px solid #666666;
	background-color: #8e2800;
	color:white;
	cursor:pointer;
	font-weight:bold;
}
div.contact p
{
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}
