/* mentions et copyright */
div#mentions {
  font-family: "Trebuchet MS";
  position: absolute;
  width: 160px;
  background: #FFF7D2;
  -moz-border-radius:10px;
  border-radius:10px;
  line-height: 1.1;
  font-size: 12pt;
}
div#mentions a {
  text-decoration: none;
  color: #FFFFCC;
}
div#mentions a:hover {
  text-decoration: underline;
  color: #FFFFCC;
}
ul#navhotel {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 25px;
}
ul#navhotel li {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
}
ul#navhotel a {
	width: 170px;
	height: 25px;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #FF9900;
	background-color: #660000;
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 12px;
	margin-left: -30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	font-weight: bold;
}
ul#navhotel a:hover {
	background-color: #FF9933;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #660033;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	font-weight: bold;
}
