@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/background.png);
	margin-top: 40px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FCE01D
	
}
body,td,th {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FCE01D;
	
}
#container {
	width:706px;
	margin-left:auto;
	margin-right:auto;
}
#logo {
	background-image:url(images/logo.png);
	width:245px;
	height:121px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -2000em;
	cursor: pointer;
}
#menu {
	margin-top: 10px;
	float: left;
}
.m_accueil {
	background-image:url(images/btn_accueil.png);
	width:96px;
	height:38px;
	float: left;
	cursor:pointer;
	overflow-x: hidden;
	overflow-y: hidden;
	text-indent: -9999px;
}
.m_accueil a {
	background-image:url(images/btn_accueil.png);
	overflow-x: hidden;
	overflow-y: hidden;
	text-indent: -9999px;
}
.m_chambres {
	background-image:url(images/btn_chambres.png);
	width:107px;
	height:38px;
	float: left;
	cursor:pointer;
}
.m_salons {
	background-image:url(images/btn_salons.png);
	width:84px;
	height:38px;
	float: left;
	cursor:pointer;
}
.m_tarifs {
	background-image:url(images/btn_tarifs.png);
	width:186px;
	height:38px;
	float: left;
	cursor:pointer;
}
.m_contact {
	background-image:url(images/btn_contact.png);
	width:184px;
	height:38px;
	float: left;
	cursor:pointer;
}
.m_langen {
	background-image:url(images/lang_en.png);
	width:21px;
	height:38px;
	float: left;
	cursor:pointer;
}
.m_langfr {
	background-image:url(images/lang_fr.png);
	width:28px;
	height:38px;
	float: left;
	cursor:pointer;
}
.content_holder {
	float: left;
	margin-left: 4px;
}
.content {
	background-image: url(images/center.png);
	width:698px;
	float:left;
	display: block;
}
.top {
	background-image: url(images/top.png);
	height:12px;
	width:698px;
	margin-top: 10px;
	display: block;
}
.bottom {
	background-image: url(images/bottom.png);
	height:12px;
	width:698px;
	display: block;
	float:left;
}
.bottom_credits {
	background-image: url(images/bottom.png);
	height:12px;
	width:698px;
	display: block;
	float:left;
	margin-bottom: 15px;
}
.txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FCE01D;
	padding: 20px;
	text-align: justify;
}
.credits {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FCE01D;
	text-align: justify;
	padding-left: 12px;
}
.pics {
	padding-left: 10px;
	padding-right: 15px;
	padding-left: 20px;
}
.txt_welcome {
	margin-bottom: 15px;
}
.home_img {
	border-color: #B61D1D;
	border-width: 3px;
	;
	border-style: solid;
	margin-left: 4px;
	margin-right: 4px;
}
.champs_txt {
	padding: 5px;
	width: 300px;
	border: 1px solid #AA1918;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.btn {
	background-image: url(images/btn.jpg);
	padding:5px;
	border: 1px solid #FCE10E;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #68100F;
}
img {
	border: 0;
}
.title_categorie {
	border-bottom:1px dashed #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

