/* GLOBAL */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #D8D3CB;
	text-align: justify;
}

a {
	text-decoration: none;
	font-size: inherit;
}

a:hover {
	font-weight: bold;
	font-size: inherit;
}

body {
	background: #3F3F3C;
}

h1 {
	font-size: x-large;
	letter-spacing: 0.1em;
	font-weight: lighter;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
}

h2 {
	font-size: large;
	font-weight: lighter;
	line-height: 15px;
	text-align: center;
}

li {
	list-style-type: square;
	font-size: 0.9em;
	line-height: 14px;
}

li.small {
	font-size: 0.8em;
	line-height: 13px;
}

.bold1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.bold1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;;
	font-weight: bold;
	color: #F3F0C3;
	text-align: center;
}

.bold {
	font-size: inherit;
	font-weight: bold;
}

.bold:hover {
	font-size: inherit;
	font-weight: bold;
	color: #000000;
}

.important {
	font-style: italic;
	font-size: inherit;
}

p.longText {
	font-size: 0.8em;
	line-height: 13px;
}

input, textarea {
	color: #3F3F3C;
}

/* HOME */
#home {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -649px;
	margin-top: -359px;
	width: 1300px;
	height: 600px;
	background: url(img/bg.png) no-repeat -60px 460px;
}
#booking {
	position: absolute;
	left: 50%;
	width: 1300px;
	height: 620px;
	margin-left: -640px;
	margin-top: -362px;
	top: 455px;
	border: #666666 solid 1px;
}

#flashHome {
	position: relative;
	top: 10px;
	left: 50%;
	margin-left: -475px;
	width: 950;
	height: 450px;
}

#credits {
	position: relative;
	top: 20px;
	width: 950px;
	left: 50%;
	margin-left: -475px;
	height: auto;
	font-size: x-small;
	text-align: center;
}
#credits a {
	font-size: x-small;
	text-decoration: none;
}
#credits a:hover {
	font-weight: bold;
}

/* SITE */
#flashAll {
	position: relative;
	left: 480px;
	z-index: 1;
}

.texte {
	position: absolute;
	top: 70px;
	left: 200px;
	width: 260px;
}

#creditsSite {
	position: relative;
	top: -50px;
	width: 950px;
	left: 50%;
	margin-left: -475px;
	height: auto;
	font-size: x-small;
	text-align: center;
}
#creditsSite a {
	font-size: x-small;
	text-decoration: none;
}
#creditsSite a:hover {
	font-weight: bold;
}

#creditsSitePro {
	position: relative;
	top: -160px;
	width: 950px;
	left: 50%;
	margin-left: -475px;
	height: auto;
	font-size: x-small;
	text-align: center;
}
#creditsSitePro a {
	font-size: x-small;
	text-decoration: none;
}
#creditsSitePro a:hover {
	font-weight: bold;
}

/* LOCATION */
#scroll {
	left: 50%;
	width: 260px;
	height: 200px;
	overflow-y: scroll;
	font-size: 0.8em;
	line-height: 13px;
	padding-right: 5px;
	text-align: left;
}

/* TARIFS */
#rooms {
	position: relative;
	width: 650px;
	height: 180px;
	left: 480px;
	top: -120px;
	padding: 20px;
	z-index: 0;
}

#tarifsDiv {
	position: relative;
	width: 650px;
	height: 450px;
	left: 480px;
	top: -170px;
	background: url(img/tarifond.png) no-repeat 0px 10px;
	padding: 20px;
	z-index: 0;
}

.tarifsH1 {
	text-align: center;
	font-size: x-large;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.tarifsTable {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 50px;
}

.tarifsTable td{
	border: #666666 solid 1px;
}

.tarifsLeft {
	width: 190px;
	height: 30px;
	padding-left: 5px;
}

.tarifsTop {
	width: 300px;
	text-align: center;
	font-weight: bold;
}

.tarifsCol {
	text-align: center;
}

/* RESA */
#resaDiv {
	position: relative;
	width: 650px;
	height: 450px;
	left: 480px;
	top: -120px;
	background: url(img/tarifond.png) no-repeat 0px 10px;
	padding: 20px;
	z-index: 0;
}

.resaH1 {
	text-align: center;
	font-size: large;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#formDiv {
	width: 550px;
	height: 340px;
	overflow-y: scroll;	
	z-index: 1;
}

#formDiv1 {
	width: 550px;
	height: 270px;
	z-index: 1;
}

#formDivThank {
	width: 150px;
	height: 270px;
	left: 880px;
	z-index: 1;
}

.form {
	width: 120px;
}
