/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff6f1;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #703404;
}
#container {
	margin:9px auto auto;
	width:824px; 
	height:591px;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
}
#logo {
	position: relative;
	width:732px;
	height:58px;
	background-image: url(images/chambres_bruxelles.jpg);
	background-repeat: no-repeat;
	left: 46px;
	top: 31px;
	}
#logo_nl {
	position: relative;
	width:732px;
	height:58px;
	background-image: url(images/kamers_brussel.jpg);
	background-repeat: no-repeat;
	left: 46px;
	top: 31px;
	}
#logo_uk {
	position: relative;
	width:732px;
	height:58px;
	background-image: url(images/guestrooms_brussels.jpg);
	background-repeat: no-repeat;
	left: 46px;
	top: 31px;
	}
#menu {
	position: relative;
	left: 27px;
	top: 47px;
	}
#ligne {
	position: relative;
	background-image: url(images/ligne.gif);
	background-repeat: no-repeat;
	width:262px;
	height:76px;
	left: 31px;
	top: 79px;
	}
#main {
	position: relative;
	left: 47px;
	top: 0px;
	text-align: left;
	}
.titre {
	font-size: 18px;
	color: #703404;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
}
.copyright {
	font-size: 10px;
	color: #703404;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.body_light {
	font-size: 13px;
	color: #703404;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.copyright_bold {
	font-size: 10px;
	color: #703404;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
}
a:link {
	color: #703404;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #703404;
}
a:hover {
	text-decoration: underline;
	color: #703404;
}
a:active {
	text-decoration: none;
	color: #703404;
}
a.lien2:link {
	color: #06C;
	text-decoration: underline;
	font-weight: normal;
}
a.lien2:visited {
	text-decoration: none;
	color: #06C;
	font-weight: bold;
}
a.lien2:hover {
	text-decoration: underline;
	color: #06C;
	font-weight: bold;
}
a.lien2:active {
	text-decoration: none;
	color: #06C;
	font-weight: bold;
}
a.contact:link {
	color: #06C;
	text-decoration: underline;
	font-weight: bold;
}
a.contact:visited {
	text-decoration: none;
	color: #06C;
	font-weight: bold;
}
a.contact:hover {
	text-decoration: underline;
	color: #06C;
	font-weight: bold;
}
a.contact:active {
	text-decoration: none;
	color: #06C;
	font-weight: bold;
}

