/* 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/uk/menu4.jpg) no-repeat -80px 0;
		width: 113px;
		height: 41px;
		display: block;
		float: left;
		margin-left: 113px;
	}
	li.accueil a:hover, li.accueil a.selected {
		background: url(../images/uk/menu4.jpg) no-repeat -80px -42px;
	}

	li.domaine a{
		background: url(../images/uk/menu3.jpg) no-repeat -193px 0;
		width: 145px;
		height: 41px;
		display: block;
		float: left;
	}
	li.domaine a:hover, li.domaine a.selected {
		background: url(../images/uk/menu3.jpg) no-repeat -193px -42px;
	}
	li.chambre a{
		background: url(../images/uk/menu3.jpg) no-repeat -150px 0;
		width: 281px;
		height: 41px;
		display: block;
		float: left;
	}
	li.chambre a:hover, li.chambre a.selected {
		background: url(../images/uk/menu3.jpg) no-repeat -150px -42px;
	}
	li.actus a{
		background: url(../images/uk/menu3.jpg) no-repeat -338px 0;
		width: 107px;
		height: 41px;
		display: block;
		float: left;
	}
	li.actus a:hover, li.actus a.selected {
		background: url(../images/uk/menu3.jpg) no-repeat -338px -42px;
	}
	li.contact a{
		background: url(../images/uk/menu3.jpg) no-repeat -445px 0;
		width: 148px;
		height: 41px;
		display: block;
		float: left;
	}
	li.contact a:hover, li.contact a.selected {
		background: url(../images/uk/menu3.jpg) no-repeat -445px -42px;
	}	
	li.tourisme a{
		background: url(../images/uk/menu3.jpg) -593px 0;
		width: 144px;
		height: 41px;
		display: block;
		float: left;
	}
	li.tourisme a:hover, li.tourisme a.selected {
		background: url(../images/uk/menu3.jpg) -593px -42px;
	}

/* titres */
	
	#content-middle h2.bienvenue {
		margin: 0 0 0 20px;
		background: url(../images/uk/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/uk/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/uk/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/uk/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.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/uk/h2-livre.jpg) no-repeat;
		display: block;
		height: 37px;
		font-family: "Times New Roman", Times, serif;
		font-size: 36px;
		color: #5da5c6;
		line-height:20pt;
	}
