*{
	padding: 0px;
	margin: 0px;
}
body{
	background-color: #4D895C;
	text-align: center;
}
#global{
	position: absolute;
	width: 914px;
	height: 510px;
	left: 50%;
	top: 50%;
	margin-left: -457px;
	margin-top: -255px;
	text-align: left;
}
.accueil{
	width: 914px;
	height: 480px;
	background-image:url(../img/fond-accueil.jpg);
}
div#photo_hotel {
	width: 864px;
	height: 240px;
	margin:auto;
	padding-top: 29px;
	padding-bottom: 12px;
}
div.commun {
	width: 824px;
	height: 165px;
	margin: auto;
	padding-right: 20px;
	padding-left: 20px;
}
div.menu {
	float:right;
	border-left: 1px solid #bdcb7a;
	padding-left: 52px;
}
div.adresse {
	width: 280px;
	height: 164px;
	background-image:url(../img/fd_adresse.jpg);
	padding-left: 253px;
	padding-top: 10px;
	padding-right: 15px;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
div.adresse p {
	color: #18654e;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 15px;
}
div.adresse a { color: #18654e; }
/* Menu HTML */
ul#html_menu {
	background-color: #bdcb7a;
	background-image: url(../img/fd_menu.gif);
	/*padding: 5px;*/
	font-size: 13px;
	text-align:right;
	padding-bottom: 6px;
	padding-left: 1px;
	padding-right:6px;
	width: 170px;
	height: 166px;
	overflow:hidden;
}
ul#html_menu a {
	color:#000;
	font-style: italic;
	display:block;
	padding-right: 20px;
}
ul#html_menu li {
	/*padding-bottom: 4px;
	padding-top: 5px;*/
	
	height: 20px;
	padding-top: 3px;
}
ul#html_menu li:hover { background:url(../img/fd_el_menu.png) bottom; }

.pied-page{
	width: 914px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #BDCB7A;
}
.keywords{
	padding-top:10px;
	width: 914px;
	font-size: 9px;
	text-align: center;
	color: #BDCB7A;
}
a{
	text-decoration: none;
	color: #B6C778;
	font-weight: bold;
}
