@charset "UTF-8";
html, body { 
	background: #56453d; color: #fff; margin: 0; padding: 0;
	font: 12px/16px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; 
}
p,h5,h4,h3,td,th,ul,li,a { font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; }
h3 { font-size: 20px; line-height: 25px; }
h4 { font-size: 13px; line-height: 19px; }
h5 { font-size: 11px; line-height: 17px; font-weight: normal; }
p, ul, li, a { font-size: 12px; line-height:19px; }
* html ul li a { height: 1%; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

.break { clear:both; margin:0; padding:0; width:0; height:0; }


/* TopHeader */
#topHeader { 
	width: 100%; height: 30px;
	background-color: #330000; color: #fff; 
}
#topHeader div {
	position: relative;
	width: 961px; 
	margin: 0 auto;
}
#topHeader h5 {
	position: absolute; top: 0; 
	margin: 0; padding: 5px 0;
	font-size: 11px;
	font-weight: normal;
}
#topHeader h5.left { left: 72px; }
#topHeader h5.right { right: 0; }
#topHeader h5 a { background: #330000; color: #fff;  }
#topHeader div span { margin: 0 5px; }


/* Header Label Banner */
#header { 
	position: relative;  clear: both;
	width: 961px; 
	margin: 0 auto; 
}

#label {
	float:left;
	width: 72px; height:200px;
}
#label ul { 
	float: left; 
	list-style-type: none; 
	margin:0; padding:0;
}
#label ul li { 
	background: url(../images/logo-label-thermhotel.jpg) top left no-repeat;
	width:72px; height: 200px; 
	float: none;
}
#label ul li:hover {
	background-position: -72px 0;
	width:72px; height: 200px; 
}
#label ul li a {
	display: block;
	width:72px; height:200px;
}
#label a span { 
	position:absolute; 
	left:-10000px; 
	width:1px; height:1px; 
	overflow:hidden; 
}

#banner {
	position: relative;
	float: left;
	width: 887px; height: 200px;
	border-width: 0 1px; border-style: solid; border-color: #cab6b0; 
}

#banner img {
	position: absolute;
	top: 0; left: 0;
}


/* Container */
#container {
	position: relative;
	width: 961px; height: auto;
	padding: 0; margin: 0 auto;
	clear: both;
}

#container .primary {
	background: url(../images/background_primary.jpg) top left repeat-y #fff; color:#000;
	width: 887px; height: auto;
	margin-left: 72px;
	border: 1px solid #d1c4be; border-top: 0;
	
}

/* Menus */
#menu-container {
	position: relative; 
	width: 960px; height:35px;
	border-right: 1px solid #cab6b0;

}
#mainNav {
	position: absolute;
	height: 35px;
	margin: 0; margin-left: 72px; padding: 0;
	border-left: 1px solid #cab6b0;
}
ul#mainNav > li { background: url(../images/background-menu.gif) top left no-repeat #691103; list-style-type: none; float: left; }
ul#mainNav > li a {display:block; text-decoration:none;}
ul#mainNav > li a:link {text-decoration:none;}
ul#mainNav > li a:visited {text-decoration:none;}
ul#mainNav > li a:hover {text-decoration:none;}
ul#mainNav > li a:active {text-decoration:none;}
ul#mainNav > li a {display:block; text-decoration:none;}

ul#mainNav li.nav_thermhotel {background-position:0px 0;}
ul#mainNav li.nav_thermhotel:hover, li.nav_press_over {background-position:0px -40px;}
ul#mainNav li.nav_thermhotel a {width:140px; height:35px;}
ul#mainNav li.nav_thermhotel ul.sub_nav { width: 140px; }

ul#mainNav li.nav_groupe {background-position:-140px 0;}
ul#mainNav li.nav_groupe:hover, li.nav_groupe {background-position:-140px -40px;}
li.nav_groupe a {width:211px; height:35px;}
ul#mainNav li.nav_groupe ul.sub_nav { width: 211px; }

ul#mainNav li.nav_sejours {background-position:-351px 0;}
ul#mainNav li.nav_sejours:hover, li.nav_sejours {background-position:-351px -40px;}
li.nav_sejours a {width:199px; height:35px;}
ul#mainNav li.nav_sejours ul.sub_nav { width: 199px; }

ul#mainNav li.nav_villes {background-position:-550px 0;}
ul#mainNav li.nav_villes:hover, li.nav_villes {background-position:-550px -40px;}
li.nav_villes a {width:171px; height:35px;}
ul#mainNav li.nav_villes ul.sub_nav { width: 171px; }

ul#mainNav li.nav_espacehotel {background-position:-721px 0;}
ul#mainNav li.nav_espacehotel:hover, li.nav_espacehotel {background-position:-721px -40px;}
li.nav_espacehotel a {width:166px; height:35px;}
ul#mainNav li.espacehotel ul.sub_nav { width: 166px; }

a.nav_item span { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }

ul#mainNav div.menu { position: absolute; top: 35px; display: none; background: url(../images/background-submenu.png) transparent repeat-x bottom left; padding: 0 6px 8px 0; margin:0; opacity: 0.98; z-index:10;}
ul#mainNav div.menu ul.sub_nav { position: relative; float: left; width:140px; height: auto; margin: 0 5px; padding:2px 6px; background-color: transparent; z-index:10;}
ul#mainNav div.menu ul.sub_nav li {
	width: 100%; 
	float:none; background-image:none;
	list-style-type: none;
	background-color:transparent;
	padding: 2px; margin: 0; line-height:12px;
	z-index: 10;
}
ul#mainNav div.menu ul.sub_nav li a {
	width: 130px;
	height:100%;
	color: #fff; background-color:transparent;
	font-size: 12px; line-height: 14px;
	padding: 5px; margin: 0;

}
ul#mainNav div.menu ul.sub_nav li a:hover {
	color: #fff; background: #3e0b02;
	font-size: 12px;
}


/* Leftbar */
#leftbar {
	float: left; 
	width: 179px; height: auto;
	background-color: #eae5d7; color: #7a6960;
}

#leftbar p {
	margin: 5px; 
	padding: 0 5px; 
	text-align: left;
}
#leftbar p.title { 
	background-color: #eae5d7; color: #712507;
	margin: 15px 5px 10px 10px;
}

#leftbar ul { 
	list-style-type: none; 
	padding: 0 5px 15px 15px; 
	margin: 0;
}
#leftbar ul li { margin: 20px 0;}

#leftbar a.link { background-color: #eae5d7; color: #7a6960; }
#leftbar a.current { background-color: #eae5d7; color: #712507; margin-bottom: 30px; }

#leftbar p.logo { 
	text-align:center;
	margin-bottom: 25px;
}


/* Sidebar */
#sidebar {
	float: right; 
	width: 228px; height: auto;
	background: #fff; color: #000;
	padding-top: 15px;
	z-index: 0;
}
#sidebar p.galerie { width: 100%; text-align: center; margin: 0; padding: 15px 0; 	z-index: 0;}
#sidebar div.detail { margin: 15px 0; padding: 0; }
#sidebar div.detail img { margin: 0; padding: 0; }
#sidebar div.content {
	position: relative;
	margin: 0;
	padding: 10px 0;
	background: #eae5d7;
}
#sidebar a { text-decoration: none; background: #eae5d7; color:#712507; font-weight: bolder; }
#sidebar a:hover { text-decoration: underline;}


#detailbar {
	position: relative; margin: 0 auto;
	margin-top: 15px;
	width: 90%; 
	z-index: 0;
}
#detailbar div.detail { margin: 15px 0; }
#detailbar div.content {
	position: relative;
	padding: 10px 0;
	background: #eae5d7;
}
#detailbar a { text-decoration: none; background: #eae5d7; color:#712507; font-weight: bolder; }
#detailbar a:hover { text-decoration: underline;}


/* Footer */
#footer {
	position: relative;
	width: 961px; height:150px; 
	font-size: 12px; line-height: 17px;
	padding: 0; margin: 0;
}

#footer .bar {
	position: relative;
	width: 887px; height:100%;
	margin-left: 72px;
	background-color: #231916; color: #fff;
	border-width:0 1px; 
	border-style: solid;
	border-color: #231916;
	padding: 0; padding-bottom: 40px;
}
#footer .bar a { background-color: #231916; color: #fff; }
#footer .bar p { margin: 0 10px 0 15px;}
#footer .bar input.txt {
	margin: 5px 0;
	background: #fff; color: #aaa;
	padding: 4px;
	border: 1px solid #eae5d7;
	width: 75%;
	text-align: center;
}
#footer .bar input.submit {
	margin: 5px 0;
	width: 132px; height:22px;
}

#footer .lettre-information { float: left; width: 30%; height:100%; margin-left: 5%; margin-right:5%;}
#footer .menu-important { float: left;  width: 25%; height:100%; margin-right:5%; }
#footer .nous-contacter { float: left;  width: 25%; height:100%;  margin-right:5%; }

#footer .entete { padding: 5px; }
#footer ul {
	list-style-type: none;
	margin: 0 10px; padding: 0;
	margin-left: 15px;
}
#footer ul li { padding: 2px 0; margin: 0; }
