body {
	background-color: #969696;
	font-family: Arial, Verdana, sans-serif;
	font-size: .8em;
	color: #fff;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: times, serif;
	font-size: 1.8em;
	margin-bottom: 0px;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

div#conteneur {
	width: 980px;
	margin: 0 auto;
}

div#bandeau {
	background: transparent url('../images/bandeau.jpg') no-repeat bottom;
	height: 377px;
}

div#reservation {
	background-color: #CCC;
	height: 35px;
	padding: 0 15px;
	margin: 5px 15px 25px 15px;
	/*border-style: solid;
	border-width: 1px;
	border-color:rgba(255,255,255,0.3);*/
	/*background-color:rgba(90,12,12,0.6);*/
}

div#reservation form {
	padding: 7px 0 0 0;
	margin: 0;
}

div#reservation ul {
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#reservation ul li {
	display: inline;
	margin: 0 5px;
	padding: 0;
	line-height: 20px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5A0C0C;
}

div#reservation ul li.titreResa {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

div#reservation ul li .champ_quicksearch {
	margin: 0;
	background-color: #FFF;
	color: #5A0C0C;
	border: 1px solid #5A0C0C;
}

div#reservation ul .li_champ_date input {
	background-image: url(../images/calendar.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 150px;
	cursor: pointer;
	padding-left: 3px;
}

div#menu {
	/*height: 40px;*/
	color: #5c0c0c;
}

div#menu a {
	color: #5c0c0c;
	text-decoration: none;
}

div#menu a:hover {
	text-decoration: underline;
}

ul#menuGauche {
	float: left;
	width: 305px;
	margin-left: 15px;
	margin-top: 0;
	padding-left: 0;
	padding-top: 0;
	text-align: right;
	border-bottom: 1px solid #b5bc93;
	padding-bottom: 5px;
	/*letter-spacing: .07em;*/
}

ul#menuGauche li {
	display: block;
	float: left;
	margin: 0 5px;
}

ul#menuGauche li ul {
	list-style:none;
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	margin-left: -5px;
	padding-top: 7px;
}

ul#menuGauche li ul li {
	margin: 0;
	padding: 0;
	display: list-item;
	float: none;
}

ul#menuGauche li ul li a {
	/*background: transparent url(/images/fond_lien.png) repeat;*/
	background-color: #5A0008;
	color: #fff;
	display: block;
	padding: 3px 10px;
	margin-bottom: 2px;
	font-weight: normal;
	font-size: .9em;
}

ul#menuGauche li ul li a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #5A0008;
}

li.bt {
	cursor: default;
}

div#menuDroite {
	float: right;
	width: 305px;
	margin-right: 15px;
	border-bottom: 1px solid #b5bc93;
	padding-bottom: 5px;
	/*letter-spacing: .05em;*/
}

div#appart {
	height: 130px;
}

div#cadreappart {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 690px;
	text-align: center;
	font-size: 1.3em;
}

div#cadreappart a.appartement {
	text-decoration: none;
}

div#langue {
	padding-top: 120px;
	text-align: right;
	padding-right: 35px;
}

div#fondContenu {
	background: transparent url('../images/fond_contenu.gif') repeat-y;
}

div#contenu {
	background: transparent url('../images/fond_contenu_haut.jpg') no-repeat;
	min-height: 460px;
	height: auto !important;
	height: 460px;
}

div#texte {
	padding: 20px 30px 0 30px;
}

div#pied {
	background: transparent url('../images/pied.jpg') no-repeat;
	height: 73px;
}

div#adresse {
	font-family: Times, serif;
	font-size: 1em;
	color: #000;
	text-align: center;
	padding-top: 25px;
}

div#copy {
	padding-top: 15px;
	font-size: .7em;
	text-align: center;
	color: #ccc;
}

div#copy a {
	color: #ccc;
	text-decoration: none;
}

div#copy a:hover {
	text-decoration: underline;
}

div#chargement {
	position: absolute;
	text-align: center;
	z-index: 100;
	margin-top: 140px;
	width: 500px;
}

div#chargement p {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #012F12;
	width: 200px;
	margin: 0 auto;
	color:#000000;
	font-weight: bold;

}

div#tabs, div#tabs a {
	color: #333;
	font-size: .8em;
}

a#liencontact {
	font-size: .9em;
	font-weight: bold;
}

div.colGauche {
	float: left;
	width :400px;
	text-align: right;
}

div.colDroite {
	float: right;
	width: 505px;
}

div#vignettes {
	padding-top: 2px;
}

div#vignettes img {
	margin-right: 2px;
}

.titre {
	font-weight: bold;
	font-size: 1.2em;
}

div#tabs ul li a {
	color: #FFF;
	font-weight: bold;
}

div#tabs-2 img {
	margin-left: 8px;
	margin-bottom: 8px;
}

.clear-both {
	clear: both;
}





