@import url("master.css");
/* General */

body{
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #000000;
	background-image: url('../images/layout/bg.gif');
	background-repeat: repeat;
}

/* Links */
a, a:visited, a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color: #7F0E0E;
}

/* Styles */
h1{
	margin: 0;
	padding: 3px 15px 0 0;
	color: #565656;
	text-align: right;
	font-size: 18px;
	font-weight: 900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	cursor: text;
}

h2{
	color: #A8A8A8;
	font-size: 14px;
	font-weight: 600;
}

h3 {
	text-align: center ;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 145% ;
	font-weight: bold ;
}

h4 {
	text-align: center ;
	font-size: 115% ;
	font-weight: bold ;
}

img{
	padding: 0;
	margin: 0;
}

.thickborder{
	background: #000000;
	padding: 8px;	
	margin: auto;
	lineheight: 1;
	font-size: 1;
}

/* Forms */
.form {
	margin: 5px;
	margin-bottom: 0px;
	text-align: center;
}
.form input{
	margin-bottom: 3px;
}

/* Layout */
#wrapper {
	width: 760px;
	background-color: #000000;
	margin: auto;
	padding: 15px 15px 0 15px;
}

#langSelect a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#langSelect a:hover {
	color: #00CCFF;
	text-decoration: underline;
}

#content-wrapper{
	padding: 0;
	margin: 0;
	background-color: #bb3333;
}

#content{
	width: 680px;
	margin: auto;
	padding-top: 25px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

p{
	margin-bottom: 5px;
}

div.hr{
	height: 1px;
	width: 678px;
	margin: auto;
	line-height: 1px;
	font-size: 1px;
	background-color: #992323;
	margin: 3px 0 3px 0;
}

#header{
	height: 182px;
	padding: 0;
	margin: 0;
	margin: auto;
	background-image: url('../images/layout/header.jpg');
	background-repeat: no-repeat;
}


#pagetitle{
	height: 32px;
	width: 897px;
	clear: both;
	margin: auto; 
}


#menu{
	width: 100%;
	padding: 0;
	margin: 0;
}

#menu ul{
	padding: 0;
	margin: 0;
	height: 38px;
	list-style-type:none;
	display:block;
}

#menu li{
	height: 38px;
	padding: 0;
	margin: 0;
	display:block;
	float: left;
}

#menu li a{
	height: 38px;
	display:block;
}

#menu li a.accueil{
	background: url('../images/layout/m_accueil.png') no-repeat;
	width: 150px;
}
#menu li a:hover.accueil, #menu li a.accueilCUR{
	background: url('../images/layout/m_over/m_accueil.png') no-repeat;
	width: 150px;
}

#menu li a.chambres{
	background: url('../images/layout/m_chambres.png') no-repeat;
	width: 210px;
}
#menu li a:hover.chambres, #menu li a.chambresCUR{
	background: url('../images/layout/m_over/m_chambres.png') no-repeat;
	width: 210px;
}

#menu li a.attraits{
	background: url('../images/layout/m_attraits.png') no-repeat;
	width: 182px;
}
#menu li a:hover.attraits, #menu li a.attraitsCUR{
	background: url('../images/layout/m_over/m_attraits.png') no-repeat;
	width: 182px;
}

#menu li a.coords{
	background: url('../images/layout/m_coords.png') no-repeat;
	width: 218px;
}
#menu li a:hover.coords, #menu li a.coordsCUR{
	background: url('../images/layout/m_over/m_coords.png') no-repeat;
	width: 218px;
}

#footer{
	height: 41px;
	padding-top: 9px;
	margin: 0;
	background-color: #000000;
	color: #b4b4b4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
