
#languages li,
#hotels li {
	display: inline;
	list-style: none outside none;
	border-left: 1px solid black;
	padding: 0 4px 0 7px;
}
#languages li.item1,
#hotels li.item1 {
	border-left: 0 none;
	padding-left: 0;
}


#main-content ul {
	margin-left: 20px;
}


#socials .social {
	display: inline;
	margin-left: 15px;
}
#socials .social img {
	position: relative;
	top: 4px;
}
#socials .social img.no-offset {
	top: 0;
}

#infos .content {
	height: 97px;
	overflow: hidden;
}
.nojs #infos .content {
	overflow: auto;
}
#infos .info {
	display: none;
	height: 100%;
	position: relative;
}
.nojs #infos .info,
#infos div.selected {
	display: block;
}
#infos .info p {
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 310px;
	margin: 0 30px;
	font-size: 1.4em;
	text-align: center;
}
#infos .info a.more {
	position: absolute;
	bottom: 0;
	left: 160px;
	width: 50px;
	border: 1px solid #474747;
	color: #D60001;
	padding-left: 3px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#infos ul {
	margin: 3px 0 0 10px;
	text-align: center;
}
#infos ul li {
	display: inline;
	list-style: none outside none;
	background: url(../images/infos-menu-sep.gif) no-repeat center right;
	font-size: 0.9em;
}
#infos ul li.last {
	background: 0 none;
}
#infos ul li a {
	color: #474747;
	padding: 0 5px 0 1px;
}
#infos ul li.active a,
#infos ul li a:hover {
	color: #989898;
}



#footer p {
	margin: 0;
	line-height: 1.5;
}
#footer .floatR {
	text-align: right;
}
#footer a,
#socials .social a {
	color: #787878;
}
#footer a:hover,
#socials .social a:hover {
	color: white;
}
