*{
	font-family: Georgia, Arial, sans-serif;
}

.chambre {
	display:block;
	border: 2px solid #a68484;
	padding: 0px;
	font-size:0.9em;
	text-indent: 0px;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
}

.chambre div {
	margin-top: 10px;
}

.tarifs {
	
}

.legend {
	color: #390909;
	font-size: 0.9em;
	letter-spacing: 2px;
	text-decoration: underline;
	display:block;
	margin-bottom:5px;
}

.phone {
	font-size:1.3em;
	display:block;
	margin-bottom:5px;
}
.phone:hover {
	font-size:1.6em;
	padding: 3px;
}


hr { text-align:center; border: none; height: 2px; background-color: #a68484;; color: #a68484; width: 50%; }

#adresse hr {
	background-color: #ffffff;
}

.left {
	float: left;
	margin: 0px 10px 0px 10px;
}

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

.clear {
	clear:right;
	margin-top: 10px;
}

.clearleft {
	clear:left;
}

.center {
	text-align: center;
}

.center img {
	width:500px;
	margin:10px;
}

body {
	font-size: 0.9em;
	line-height:1.5em;
	margin:0px;
	background: url("images/bg.png") repeat-y;
}

#head {
	position:relative;
	top:0px;
	background: #ffffff url("images/banner.png") no-repeat;
	height:150px;
	margin:0px;
	padding:0px;
}

#wrapper {
		background: #ffffff url("images/background.png") repeat-y;
		width: 95%;
}
	
h1 {
	text-indent:-5000000px;
}

img {
	border-style: double ;
	border-width: 2px;
	border-color : #cd9b9b;
}

#menu {
	margin-top:0px;
	background: #cd9b9b;
	width: 150px;
	float: left;
}

#content {
	position: relative;
	margin-left: 180px;
	text-align: justify;
	padding: 5px;
	margin-top:0px;
}

#menu ul {
	list-style: none;
	background: #cd9b9b;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 3px;
	padding:0px;
	border: 1px dashed white;
}

#menu li {
	margin: 0px;
}

#adresse {
	border:dashed white 1px;
	margin:3px;
	padding: 0px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size:0.7em;
	line-height:1.2em;
}

#photo {
	position:absolute;
	top: 10px;
	left: 560px;
}
	
ul li {
	list-style-type: none;
}

#menu ul li a:hover {
	background:#6b3c3c;
	color:white;
	font-weight:normal;
}
	

p {
	margin-bottom: 30px;
}

a {
	font-size: 0.8em;
	color: #6b3c3c;
	text-decoration: none;
}

a:hover {
	font-weight:bold;

}
	
.important {
	color: red;
	font-weight:bold;
}

#menu ul li a{
	text-decoration: none;
	display: block;
	color: black;
	font-size: 1em;
	padding: 3px;
	margin-left: 5px;
	font-size:0.9em;
}

#lang {
	position: absolute;
	top: 30px;
	z-index:1;
	left: 30px;
}

#lang img {
	height:17px;
}


fieldset {
	padding: 7px;
	border: solid black 1px;
	background: #b79595;
	margin-bottom: 30px;
}

fieldset legend {
	padding: 5px;
	background: #7c4d4d;
	color:white;
	border: solid black 1px;
}
label.aligner {
	display: inline;
	float: left;
	width: 130px;
	font-weight: bold;
	margin-left: 75px;
 }

