/* menu */
	ul#menu {
		height: 41px;
		width: 928px;
		background: url(../images/menu-bg.jpg) repeat-x;
		border-left: 1px solid #4c91ad;
		border-right: 1px solid #4c91ad;
	}
	ul#menu li {
		display: inline;
	}
	ul#menu li span {
		display: none;
	}
	li.accueil a{
		background: url(../images/menu3.jpg) no-repeat -150px 0;
		width: 150px;
		height: 41px;
		display: block;
		float: left;
		margin-left: 40px;
	}
	li.accueil a:hover, li.accueil a.selected {
		background: url(../images/menu3.jpg) no-repeat -150px -42px;
	}

	li.domaine a{
		background: url(../images/menu.jpg) no-repeat -145px 0;
		width: 146px;
		height: 41px;
		display: block;
		float: left;
	}
	li.domaine a:hover, li.domaine a.selected {
		background: url(../images/menu.jpg) no-repeat -145px -42px;
	}
	li.chambre a{
		background: url(../images/menu.jpg) no-repeat -150px 0;
		width: 275px;
		height: 41px;
		display: block;
		float: left;
	}
	li.chambre a:hover, li.chambre a.selected {
		background: url(../images/menu.jpg) no-repeat -150px -42px;
	}
	li.actus a{
		background: url(../images/menu.jpg) no-repeat -291px 0;
		width: 185px;
		height: 41px;
		display: block;
		float: left;
	}
	li.actus a:hover, li.actus a.selected {
		background: url(../images/menu.jpg) no-repeat -291px -42px;
	}
	li.contact a{
		background: url(../images/menu.jpg) no-repeat -476px 0;
		width: 152px;
		height: 41px;
		display: block;
		float: left;
	}
	li.contact a:hover, li.contact a.selected {
		background: url(../images/menu.jpg) no-repeat -476px -42px;
	}	
	li.tourisme a{
		background: url(../images/menu.jpg) -628px 0;
		width: 158px;
		height: 41px;
		display: block;
		float: left;
	}
	li.tourisme a:hover, li.tourisme a.selected {
		background: url(../images/menu.jpg) -628px -42px;
	}

/* titres */
	
	#content-middle h2.bienvenue {
		margin: 0 0 0 20px;
		background: url(../images/h2-bienvenue.jpg) no-repeat;
		display: block;
		height: 63px;
		font-family: "Times New Roman", Times, serif;
		font-size: 36px;
		color: #5da5c6;
		line-height:20pt;
	}
	#content-middle h2.domaine {
		margin: 0 0 0 20px;
		background: url(../images/h2-domaine.jpg) no-repeat;
		display: block;
		height: 37px;
		font-family: "Times New Roman", Times, serif;
		font-size: 36px;
		color: #5da5c6;
		line-height:20pt;
	}
	#content-middle h2.chambres {
		margin: 0 0 0 20px;
		background: url(../images/h2-chambres.jpg) no-repeat;
		display: block;
		height: 37px;
		font-family: "Times New Roman", Times, serif;
		font-size: 36px;
		color: #5da5c6;
		line-height:20pt;
	}
	#content-middle h2.actualites {
		margin: 0 0 0 20px;
		background: url(../images/h2-actualites.jpg) no-repeat;
		display: block;
		height: 37px;
		font-family: "Times New Roman", Times, serif;
		font-size: 36px;
		color: #5da5c6;
		line-height:20pt;
	}
	#content-middle h2.contact {
		margin: 0 0 0 20px;
		background: url(../images/h2-contact.jpg) no-repeat;
		display: block;
		height: 37px;
		font-family: "Times New Roman", Times, serif;
		font-size: 36px;
		color: #5da5c6;
		line-height:20pt;
	}
	#content-middle h2.gallerie-photos {
		margin: 0 0 0 20px;
		background: url(../images/h2-gallerie.jpg) no-repeat;
		display: block;
		height: 37px;
		font-family: "Times New Roman", Times, serif;
		font-size: 36px;
		color: #5da5c6;
		line-height:20pt;
	}

	#content-middle h2.tourisme {
		margin: 0 0 0 20px;
		background: url(../images/h2-tourisme.jpg) no-repeat;
		display: block;
		height: 37px;
		font-family: "Times New Roman", Times, serif;
		font-size: 36px;
		color: #5da5c6;
		line-height:20pt;
	}
	#content-middle h2.livre {
		margin: 0 0 0 20px;
		background: url(../images/h2-livre.jpg) no-repeat;
		display: block;
		height: 37px;
		font-family: "Times New Roman", Times, serif;
		font-size: 36px;
		color: #5da5c6;
		line-height:20pt;
	}
