html
{
	font-family: "century gothic", frutiger, verdana, sans-serif;
	font-size: 12px;
	color: #663333;
}
a {
	color: #663333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #663333;
}
a:active {
	text-decoration: none;
	color: #663333;

}
body
{
	width: 833px;
	height: 650px;
	margin: auto;
	background: #f9eaad url(../images/chambre-hote-bretagne.jpg) no-repeat center top;
}
#description
{
	position: relative;
	width: 280px;
	height: 170px;
	left: 70px;
	top: 270px;
	text-align: justify;
}
#entrer
{
	position: absolute;
	width: 200px;
	height: 40px;
	margin-top: 380px;
	margin-left: 350px;
	text-align: center;
}
#entrer a
{
	text-decoration: none;
	color: #663333;
}
#entrer a:hover
{
	text-decoration: underline;
	color: #663333;
}
#menu
{
	position: relative;
	width: 600px;
	height: 40px;
	margin: auto;
	top: 425px;
	text-align: center;
}
#menu a
{
	text-decoration: none;
	color: #663333;
}
#menu a:hover
{
	text-decoration: underline;
	color: #663333;
}
#footer
{
	position: absolute;
	width: 400px;
	height: 40px;
	margin-top: 550px;
	margin-left: 450px;
	text-align: center;
}
#footer a
{
	text-decoration: none;
	color: #663333;
}
#footer a:hover
{
	text-decoration: underline;
	color: #663333;
}
