
* {
	margin: 0;
	padding: 0;
}

html {
	background: url(../images/bg.jpg) top center;
	height: 100%;
}

body {
	background: url(../images/bgTop.jpg) repeat-x top center;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #663300;
	text-align: center;
	height: 0 !important; height: 500px;
	min-height: 500px;
}

a {
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #660000;
}

a:hover {
	color: #996600;
}

table {
	border: none;
	width: 90%;
}

p {
	font-weight: bold;
}

div#content img {
	border: 1px solid #663300;
}

div#container {
	width: 620px;
	margin: 0 auto;
}

div#header {
	background: url(../images/headerBg.jpg);
	width: 620px;
	height: 139px;
}

div#main {
	background: url(../images/bgMain.jpg) repeat-y top right;
}

div#content {
	background: url(../images/bgContent.jpg) no-repeat top right;
	width: 443px;
	padding-right: 20px;
	padding-left: 157px;
	padding-bottom: 50px;
}


ul#menu {
	list-style: none;
	width: 137px;
	float: left;
	position: absolute;
	left: 50%;
	margin-left: -310px;
}

ul#menu li {
	float: left;
}

ul#menu li a {
	display: block;
	width: 137px;
	height: 60px;
}

ul#menu li a span {
	display: none;
}

ul#menu li#accueil a { background: url(../images/mAccueil.jpg) no-repeat; }
ul#menu li#visite a { background: url(../images/mVisite.jpg) no-repeat; }
ul#menu li#activite a { background: url(../images/mActivite.jpg) no-repeat; }
ul#menu li#carte a { background: url(../images/mCarte.jpg) no-repeat; }
ul#menu li#hote a { background: url(../images/hote.jpg) no-repeat; }
ul#menu li#livredor a { background: url(../images/livredor.jpg) no-repeat; }
ul#menu li#courriel a { background: url(../images/mCourriel.jpg) no-repeat; }



