html, body {
	height: 100%; margin: 0; padding: 0 
}

#page {
	background-color: #ccd0af;
	background-image: url(background.gif);
	background-repeat:repeat-y;
	background-position:center top;
	color:rgb(31,95,150);
	height: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, 'Sans serif'; 
}

div#container {
	width:830px;margin:0 auto;height: 100%
}


div.content { 
	padding: 60px; font-size: 14px; 
}
div#scroller {
	position: relative; 
	margin-left:300px; 
	overflow: auto;
	height: 100%;
}
ul.menu  { 
	list-style: none; margin-top: 380px;
	list-style-type: square;
	margin-left: 120px;
	padding:0;
}

ul.menu li  { 
	margin: 0
}

.menu a:link, .menu a:visited, .menu a:active {
	color: rgb(31,95,150);
}

div#menu {
	width: 246px; height: 100%; 
	/* background-color: rgb(243, 148, 0);  */
	background: url(menu_bg.png);
	float: left;
	font-weight: bold;

	}

a:link, a:visited, a:active {
	text-decoration: none;
    color: blue;
}

a:hover {
	text-decoration: underline;
}

table { border-collapse: collapse; }

table.tarif tr td, table.tarif tr th { border: solid #fff 1px}
table.tarif tr th { background-color: rgb(243,148,0) }
table.tarif tr td { padding: 4px; }
tr.imp td { background-color: rgb(255,229,149) }
tr.pair td { background-color: rgb(255,241,214) }
h1 { color:rgb(98,139,132); font-size: 18px}
h2, h3 { color: #a3bf2b ; font-size: 15px}

img { border: none }


.salles {color: rgb(152,12,117) }
.restauration {color: rgb(0,161,167) }
.hebergement {color: rgb(192,0,102) }






