body {
	background-color: #000000;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 0px;
	margin: 0px;
	background-image: url(../images/gui/BG-main.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	/*height: 100%;*/
}

#wrapper {
	padding: 0px;
	height: 500px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contentCell {
	width: 700px;
	border: 1px solid #EAEAEA;
	background-color: #780c2e;
	height: 500px;
}

#logoCell {
	width: 150px;
}

#navCell {
	width: 150px;
}

/* NAVIGATION */

#nav-bar {
	width: 130px;
	text-align: left;
	padding-left: 10px;
}

#nav-bar a {
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #cccccc;
	text-decoration: none;
	font-style: normal;
}

#nav-bar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
a {
	color: #eaeaea;
	text-decoration: underline;
	font-style: italic;
	font-weight: normal;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}
/* CONTENT */

.header {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}
.maintext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #e0e0e0;
	text-decoration: none;
	text-align: justify;
	font-weight: normal;
}
.maintextIndexLeft {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #e0e0e0;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}
.subhead {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}
.formTextRight {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #e0e0e0;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
}
.formTextLeft {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #e0e0e0;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}
.formFieldText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}
.tarifTextCenterBold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #e0e0e0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.tarifTextCenter {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #e0e0e0;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
.ChambreDesc {
	font-family: "Trebuchet MS";
	color: #e0e0e0;
	font-size: 16px;
	text-align:center;
}
.maintext2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}
.ReservationMaison {
	font-family: "Trebuchet MS";
	color: #e0e0e0;
	font-size: 18px;
	text-align:left;
}

