body {
	margin: 0px;
	padding: 0px;
	background:url(../media/img/fond.png) repeat-x;
}
.texte {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#1D212A;
}
A {
	font-family:Tahoma;
	font-size:11px;
	color:#39afd4;
	text-decoration:none;
}
A:hover {
	text-decoration:underline
}
.clearer {
	clear: both;
}
#content {
	width: 772px;
	min-height:920px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color:#FFFFFF;
}
/* Header */
#content #header {
	width: 766px;
	height: 70px;
	background: url(../media/img/header2.png) no-repeat top center;
	margin: 0px auto 0px auto;
}
/* Menu Langue*/
#content #header #menuLangue {
	width: 173px;
	height: 20px;
	float: right;
	margin: 40px 40px 0px 0px !important;
	margin: 40px 20px 0px 0px;
}
#menuLangue a {
	color:#000000;
}
#menuLangue #home {
	width:15px;
	height:20px;
	background:url(../media/img/puce_home.png) no-repeat;
	float:right;
    margin: 0 5px;
}
#menuLangue #barre {
	width: 1px;
	height: 20px;
	background:url(../media/img/barre.png) no-repeat;
	float:right;
	margin:0px 3px 0px 3px;
}
#menuLangue #drapeau_FR {
	width: 18px;
	height: 20px;
	background:url(../media/img/drapeau_FR.png) no-repeat;
	float:right;
	margin:0px 10px;
}
#menuLangue #drapeau_EN {
	width: 18px;
	height: 20px;
	background:url(../media/img/drapeau_EN.png) no-repeat;
	float:right;
	margin:0px 10px;
}
#menuLangue #drapeau_NL {
	width: 18px;
	height: 20px;
	background:url(../media/img/drapeau_NL.png) no-repeat;
	float:right;
	margin:0px 10px;
}
#menuLangue #francais {
	width: 41px;
	height: 20px;
	background:url(../media/img/francais.png) no-repeat;
	float:right;
	margin:0px 3px 0px 3px;
}
#menuLangue #anglais {
	width: 35px;
	height: 20px;
	background:url(../media/img/anglais.png) no-repeat;
	float:right;
	margin:0px 3px 0px 3px;
}
/* Logo */
#content #logophoto {
	width: 766px;
	height: 230px;
	background:url(../media/img/logo_photo2.png) no-repeat top center;
	margin:0px auto 0px auto;
}
/* Menu */
#content #menuContent {
	width: 766px;
	height: 52px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#content #menuContent #bordMenuGauche {
	width: 19px;
	height: 52px;
	background:url(../media/img/menu_bord_gauche.png);
	float: left;
}
#content #menuContent #bordMenuDroit {
	width: 19px;
	height: 52px;
	background:url(../media/img/menu_bord_droit.png);
	float: left;
}
#content #menuContent #menu {
	width: 728px;
	height: 52px;
	float: left;
}
#content #menuContent #menu ul {
	width: 728px;
	height: 52px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#content #menuContent #menu li {
	margin:0px;
	width: 91px;
	height: 52px;
	float: left;
	display: block;
}

/* Bouton Accueil dans les 3 langues*/
a#btAccueil_FR {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_accueil_FR.jpg) no-repeat left;
	display: block;
}
a#btAccueilover_FR {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_accueil_over_FR.jpg) no-repeat left;
	display: block;
}
a#btAccueil_FR:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_accueil_over_FR.jpg) no-repeat left;
	display: block;
}
a#btAccueil_EN {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_accueil_EN.jpg) no-repeat left;
	display: block;
}
a#btAccueilover_EN {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_accueil_over_EN.jpg) no-repeat left;
	display: block;
}
a#btAccueil_EN:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_accueil_over_EN.jpg) no-repeat left;
	display: block;
}
a#btAccueil_NL {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_accueil_NL.jpg) no-repeat left;
	display: block;
}
a#btAccueilover_NL {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_accueil_over_NL.jpg) no-repeat left;
	display: block;
}
a#btAccueil_NL:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_accueil_over_NL.jpg) no-repeat left;
	display: block;
}

/* Bouton Hotel dans les 3 langues*/
a#btHotel_FR {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_hotel_FR.jpg) no-repeat left;
	display: block;
}
a#btHotelover_FR {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_hotel_over_FR.jpg) no-repeat left;
	display: block;
}
a#btHotel_FR:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_hotel_over_FR.jpg) no-repeat left;
	display: block;
}
a#btHotel_EN {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_hotel_EN.jpg) no-repeat left;
	display: block;
}
a#btHotelover_EN {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_hotel_over_EN.jpg) no-repeat left;
	display: block;
}
a#btHotel_EN:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_hotel_over_EN.jpg) no-repeat left;
	display: block;
}
a#btHotel_NL {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_hotel_NL.jpg) no-repeat left;
	display: block;
}
a#btHotelover_NL {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_hotel_over_NL.jpg) no-repeat left;
	display: block;
}
a#btHotel_NL:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_hotel_over_NL.jpg) no-repeat left;
	display: block;
}

/* Bouton Restaurant dans les 3 langues*/
a#btRestaurant_FR {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_restaurant_FR.jpg) no-repeat left;
	display: block;
}
a#btRestaurantover_FR {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_restaurant_over_FR.jpg) no-repeat left;
	display: block;
}
a#btRestaurant_FR:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_restaurant_over_FR.jpg) no-repeat left;
	display: block;
}
a#btRestaurant_EN {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_restaurant_EN.jpg) no-repeat left;
	display: block;
}
a#btRestaurantover_EN {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_restaurant_over_EN.jpg) no-repeat left;
	display: block;
}
a#btRestaurant_EN:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_restaurant_over_EN.jpg) no-repeat left;
	display: block;
}
a#btRestaurant_NL {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_restaurant_NL.jpg) no-repeat left;
	display: block;
}
a#btRestaurantover_NL {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_restaurant_over_NL.jpg) no-repeat left;
	display: block;
}
a#btRestaurant_NL:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_restaurant_over_NL.jpg) no-repeat left;
	display: block;
}

/* Bouton Galerie dans les 3 langues*/
a#btGalerie_FR {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_galerie_FR.jpg) no-repeat left;
	display: block;
}
a#btGalerieover_FR {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_galerie_over_FR.jpg) no-repeat left;
	display: block;
}
a#btGalerie_FR:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_galerie_over_FR.jpg) no-repeat left;
	display: block;
}
a#btGalerie_EN {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_galerie_EN.jpg) no-repeat left;
	display: block;
}
a#btGalerieover_EN {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_galerie_over_EN.jpg) no-repeat left;
	display: block;
}
a#btGalerie_EN:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_galerie_over_EN.jpg) no-repeat left;
	display: block;
}
a#btGalerie_NL {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_galerie_NL.jpg) no-repeat left;
	display: block;
}
a#btGalerieover_NL {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_galerie_over_NL.jpg) no-repeat left;
	display: block;
}
a#btGalerie_NL:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_galerie_over_NL.jpg) no-repeat left;
	display: block;
}

/* Bouton Musee dans les 3 langues*/
a#btMusee_FR {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_musee_FR.jpg) no-repeat left;
	display: block;
}
a#btMuseeover_FR {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_musee_over_FR.jpg) no-repeat left;
	display: block;
}
a#btMusee_FR:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_musee_over_FR.jpg) no-repeat left;
	display: block;
}
a#btMusee_EN {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_musee_EN.jpg) no-repeat left;
	display: block;
}
a#btMuseeover_EN {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_musee_over_EN.jpg) no-repeat left;
	display: block;
}
a#btMusee_EN:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_musee_over_EN.jpg) no-repeat left;
	display: block;
}
a#btMusee_NL {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_musee_NL.jpg) no-repeat left;
	display: block;
}
a#btMuseeover_NL {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_musee_over_NL.jpg) no-repeat left;
	display: block;
}
a#btMusee_NL:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_musee_over_NL.jpg) no-repeat left;
	display: block;
}

/* Bouton Scheifermisch dans les 3 langues*/
a#btScheifermisch_FR {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_scheifermisch_FR.jpg) no-repeat left;
	display: block;
}
a#btScheifermischover_FR {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_scheifermisch_over_FR.jpg) no-repeat left;
	display: block;
}
a#btScheifermisch_FR:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_scheifermisch_over_FR.jpg) no-repeat left;
	display: block;
}
a#btScheifermisch_EN {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_scheifermisch_EN.jpg) no-repeat left;
	display: block;
}
a#btScheifermischover_EN {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_scheifermisch_over_EN.jpg) no-repeat left;
	display: block;
}
a#btScheifermisch_EN:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_scheifermisch_over_EN.jpg) no-repeat left;
	display: block;
}
a#btScheifermisch_NL {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_scheifermisch_NL.jpg) no-repeat left;
	display: block;
}
a#btScheifermischover_NL {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_scheifermisch_over_NL.jpg) no-repeat left;
	display: block;
}
a#btScheifermisch_NL:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_scheifermisch_over_NL.jpg) no-repeat left;
	display: block;
}

/* Bouton Circuit dans les 3 langues*/
a#btCircuit_FR {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_circuit_FR.jpg) no-repeat left;
	display: block;
}
a#btCircuitover_FR {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_circuit_over_FR.jpg) no-repeat left;
	display: block;
}
a#btCircuit_FR:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_circuit_over_FR.jpg) no-repeat left;
	display: block;
}
a#btCircuit_EN {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_circuit_EN.jpg) no-repeat left;
	display: block;
}
a#btCircuitover_EN {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_circuit_over_EN.jpg) no-repeat left;
	display: block;
}
a#btCircuit_EN:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_circuit_over_EN.jpg) no-repeat left;
	display: block;
}
a#btCircuit_NL {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_circuit_NL.jpg) no-repeat left;
	display: block;
}
a#btCircuitover_NL {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_circuit_over_NL.jpg) no-repeat left;
	display: block;
}
a#btCircuit_NL:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_circuit_over_NL.jpg) no-repeat left;
	display: block;
}


/* Bouton Contact dans les 3 langues*/
a#btContact_FR {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_contact_FR.jpg) no-repeat left;
	display: block;
}
a#btContactover_FR {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_contact_over_FR.jpg) no-repeat left;
	display: block;
}
a#btContact_FR:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_contact_over_FR.jpg) no-repeat left;
	display: block;
}
a#btContact_EN {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_contact_EN.jpg) no-repeat left;
	display: block;
}
a#btContactover_EN {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_contact_over_EN.jpg) no-repeat left;
	display: block;
}
a#btContact_EN:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_contact_over_EN.jpg) no-repeat left;
	display: block;
}
a#btContact_NL {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_contact_NL.jpg) no-repeat left;
	display: block;
}
a#btContactover_NL {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_contact_over_NL.jpg) no-repeat left;
	display: block;
}
a#btContact_NL:hover {
	width: 91px;
	height: 52px;
	background:url(../media/img/menu_bt_contact_over_NL.jpg) no-repeat left;
	display: block;
}


/* Navigation*/
#content #contentNavigation {
	width: 772px;
	height: 37px;
	background:url(../media/img/navigation.png) no-repeat;
}
#content #contentNavigation #navigation {
	width: 90%;
	height: 15px;
	background-color:#FFFFFF;
	float: left;
	margin: 8px auto auto 35px !important;
	margin: 8px auto auto 17px;
	padding:0px 0px 0px 0px;
}
#navigation #puceNavigation {
	width: 11px;
	height: 15px;
	background:url(../media/img/puce_navigation.png) no-repeat;
	float:left;
	margin:0px 5px 0px 0px;
}
#navigation #texteNavigation {
	font-family:Tahoma;
	font-size:10px;
	text-transform:uppercase;
	margin:1px 0px 0px 0px;
	color:#6d6d6d;
}
/* Contenu Principal */
#content #contentPrincipal {
	width: 766px;
	/*height: 558px;*/
	text-align:left;
	margin: 0px auto 0px auto;
}

#contentPrincipal #hoteliersForm{
	width:228px;
	background-color:#FFFFFF;
	margin:0px !important;
	float:left;
}

#contentPrincipal #hoteliersForm #bookForm{
	margin-left:18px;
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bookButton{
		
		background-color:#68ADBD;
		border: 1px solid #1E5D6F;
		color:#FFFFFF;
		font-weight:bold;
		cursor:pointer;
		display:block;
		text-decoration:none;
		height:23px;
		line-height:23px;
		vertical-align:middle;
		font-size: 11pt;
		text-align:center;
		width:100px;
		margin-left:40px;
		margin-top:5px;
		
	}
	
/* News */
#contentPrincipal #contentNews {
	width:210px;
	background:url(../media/img/fond_news2.png);
	margin:5px 0px 8px 18px !important;
	margin:5px 0px 0px 8px;
	float:left;
	background-repeat: repeat-y;
	height: 100%;
}
#contentPrincipal #contentNews #realContentNews {
	background-repeat:no-repeat;
    background-image:url(../media/img/fond_news.png);
    width:210px;
    min-height:530px;
    height:auto !important;
    height:530px;
    float:left;
    margin-bottom:10px;
}
#contentPrincipal #contentNews #realContentMenu {
	background-repeat:no-repeat;
    background-image:url(../media/img/fond_menu.png);
    width:210px;
    min-height:530px;
    height:auto !important;
    height:530px;
    float:left;
    margin-bottom:10px;
}
.calendrier {
	width:25px;
	height:22px;
	background:url(../media/img/calendar.png) no-repeat;
	float:left;
	margin:0px 5px 0px 0px;
}
.dateNews {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	margin:4px 0px 0px 0px;
}
.titreNews {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#3d7f90;
	padding:5px 0px 0px 5px;
}
#contentNews #cadreNews {
	width:187px;
	height:128px;
	/*background:#FFFFFF;*/
background:url(../media/img/cadre_news.png) no-repeat;
	margin: 0px auto 20px auto;/*margin: 60px auto 0px auto;*/
}

.puceEnSavoirPlus {
	width:9px;
	height:9px;
	background:url(../media/img/puce_ensavoirplus.png) no-repeat;
	float:right;
	margin:6px 0px 0px 0px;
}
.texteEnSavoirPlus a {
	font-family:Tahoma;
	font-size:10px;
	color:#39afd4;
	text-decoration:none;
	float:right;
	margin:4px 5px 0px 0px;
}
.alignementCadre {
	padding:8px 8px 8px 8px;
}
#contentNews #cadreAdresse {
	width:169px;
	height:109px;
	background:url(../media/img/cadre_adresse.png) no-repeat bottom;
	margin: 15px auto 0px auto;
}
.alignementAdresse {
	padding:8px 8px 8px 8px;
	text-align:center;
	font-family:Tahoma;
	font-size:9px;
	color:#FFFFFF;
}
.puce_fleche {
	width:31px;
	height:31px;
	margin-left:10px;
	margin-right:10px;
	background:url(../media/img/rond_fleche.png) no-repeat;
	float:left;
}
/* Presentation */
#contentPrincipal #contentPresentation {
	width:515px;
	padding-bottom:20px;
	float:left;
}
#contentPresentation #fondPresentation {
	width:502px;
	margin: 0px 0px 0px 5px;
	background-image: url(../media/img/fondPresentation.png);
}
#fondPresentation #titrePresentation {
	width:502px;
	height:54px;
	float:left;
	background:url(../media/img/headerPresentation.png) no-repeat;
}
#fondPresentation #footerPresentation {
	width:502px;
	height:19px;
	float:left;
	background:url(../media/img/footerPresentation.png) no-repeat bottom center;
}
#fondPresentation #photoPresentation {
	width:184px;
	height:138px;
	float:right;
	background:url(../media/img/photo_presentation.png) no-repeat;
	margin:10px 10px 10px 10px !important;
	margin:10px 5px 10px 10px;
}
#fondPresentation #photoPresentation2 {
	width:119px;
	height:81px;
	float:left;
	background:url(../media/img/Photos/vueduciel.jpg) no-repeat;
	margin:10px 10px 10px 10px !important;
	margin:10px 5px 10px 10px;
}

.textePresentation {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:10px 10px 0px 15px;
	text-indent:25px;
	line-height:15px;
	text-align:justify;
	color:#1D212A;
}
/* Partie "Nos Menu" */
#contentPresentation #contentMenu {
	width:500px;
	height:195px;
	margin:10px 0px 0px 5px;
}
#contentMenu #titreMenu {
	width:170px;
	height:35px;
	background:url(../media/img/titre_menu.png) no-repeat;
	float:left;
	margin:10px 0px 0px 15px !important;
	margin:10px 0px 0px 6px;
}
/* Lien vers site gastronomie.lu */
#contentMenu #lienGastronomie {
	width:183px;
	height:68px;
	float:right;
	margin: 0 0 10px 0;
}
#lienGastronomie #gastronomie1 {
	width:183px;
	height:37px;
	background:url(../media/img/gastronomie.lu1.png) no-repeat;
}
#lienGastronomie #gastronomie2 {
	width:183px;
	height:31px;
	background:url(../media/img/gastronomie.lu2.png) no-repeat;
}
/* Listes des Menus */
#contentMenu #listeMenu {
	width:250px;
	float:left;
}
#listeMenu .puceMenu {
	width:16px;
	height:16px;
	background:url(../media/img/puce_menu.png) no-repeat;
	margin:0px 0px 0px 15px !important;
	margin:0px 0px 0px 10px;
}
.texteMenu {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:3px 0px 0px 30px;
}
#contentMenu #horaire {
	width:250px;
	float:left;
}
.texteHoraire {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* Contenu Footer */
#contentFooter {
	width: 772px;
	height: 66px;
	text-align:left;
	margin: 0px auto 0px auto;
}
#contentFooter #fontFooter {
	width: 772px;
	height: 60px;
	background:url(../media/img/font_footer.png) no-repeat left;
}
.texteFooter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	padding:5px 0px 0px 30px;
}
.texteFooter a {
	text-decoration: none;
	color: #FFFFFF;
}
.texteFooter a:hover {
	color:#77B800;
	text-decoration:none;
}

.info {
	width:150px;
	float:left;
}
form#Fform {
	width:90%;
}
form#Fform input {
	display: block;
	margin: 0 4px 0 0;
	float:left;
}
form#Fform fieldset {
	border: 1px solid #5A8CBD;
	padding:10px;
	display:block;
}
form#Fform legend {
	color:#5A8CBD;
	font-weight:bold;
}
form#Fform label {
	color:#888;
	font-size: 12px;
	font-weight:100;
	display: block;
	margin: 0 5px 0 0;
	width:160px;
	float:left;
}
form#Fform .zoneButton {
	background:#fff;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
form#Fform .zoneButton a {
	background:#23728a;
	color:#fff;
	font-weight:bold;
	padding:2px 20px 2px 20px;
}
form#Fform .zoneButton a:hover {
	text-decoration: underline;
}
form#Fform input.radiobutton {
	display: block;
}
form#Fform input[type="button"] {
	margin:0px auto 0px auto;
	display:inline;
}
form#Fform select {
	display: block;
	width:120px;
}
#photo_hotel {
	width:210px;
	height:158px;
	float:right;
	background:url(../media/img/Photos/chambre_rouge.jpg) no-repeat;
	margin:10px 10px 10px 10px !important;
	margin:10px 5px 10px 10px;
}
#photo_restaurant {
	width:187px;
	height:140px;
	float:left;
	background:url(../media/img/Photos/terrasse.jpg) center no-repeat;
	margin:0 15px 10px 0 !important;
	margin:10px 5px 10px 10px;
}
#photo_rotisserie1 {
	width:231px;
	height:124px;
	float:left;
	background:url(../media/img/Photos/rotisserie1.jpg) no-repeat;
	margin:3px 2px 3px 10px !important;
	margin:3px 2px 3px 5px;
}
#photo_rotisserie2 {
	width:123px;
	height:145px;
	float:left;
	background:url(../media/img/Photos/rotisserie2.jpg) no-repeat;
	margin:3px 2px 10px 3px !important;
	margin:3px 2px 10px 3px;
}
#photo_rotisserie3 {
	width:150px;
	height:230px;
	float:right;
	background:url(../media/img/Photos/rotisserie4.jpg) no-repeat;
	margin:3px 2px 3px 3px !important;
	margin:3px 0px 3px 0px;
}
#photo_rotisserie4 {
	width:150px;
	height:234px;
	float:right;
	background:url(../media/img/Photos/rotisserie3.jpg) no-repeat;
	margin:3px 2px 3px 3px !important;
	margin:3px 0px 3px 0px;
}
#photo_musee1 {
	width:150px;
	height:163px;
	float:right;
	background:url(../media/img/Photos/musee_roues.jpg) no-repeat;
	margin:0 0 10px 10px !important;
	margin:0px 0px 0px 5px;
}
#photo_scheifermisch1 {
	width:180px;
	height:278px;
	float:right;
	background:url(../media/img/Photos/scheif1.jpg) no-repeat;
	margin:15px !important;
	margin:3px 0px 0px 5px;
}
#photo_scheifermisch2 {
	width:300px;
	height:178px;
	background:url(../media/img/Photos/bataille_Ardennes.jpg) no-repeat;
	margin:15px 0 15px 0 !important;
	margin:0px 0px 0px 5px;
}
#photo_circuit1 {
	width:180px;
	height:278px;
	float:right;
	background:url(../media/img/Photos/circuit.jpg) no-repeat;
	margin:0 15px 15px 15px !important;
	margin:0px 0px 0px 5px;
}
#photo_circuit2 {
	width:300px;
	height:125px;
	background:url(../media/img/Photos/circuit1.jpg) no-repeat;
	margin:15px 15px 15px 0 !important;
	margin:0px 0px 0px 5px;
}
#photo_circuit3 {
	width:397px;
	height:210px;
	background:url(../media/img/imgviuexmoulinpedagogique.png) no-repeat;
	margin:15px 15px 15px 0 !important;
	margin:0px auto 0px auto;
}
/*  ajouts */
#menuLangue a:hover {
	color:#39afd4;
}
#contentNews #texteEnSavoirPlus a:hover {
	font-family:Tahoma;
	font-size:10px;
	color:#39afd4;
	text-decoration:underline;
	float:right;
	margin:4px 5px 0px 0px;
}
.imageCadre {
	border:2px solid #8B94A3;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #6b8823;
	padding: 0;
	text-align: left;
}
.textegras {
	color: #23728a;
	font-weight: bold;
}

#fond_cadre_gauche {
	background:url(../media/img/bg_milieu_gauche_cadre.jpg) repeat-y;
	height:20px;
	margin:0px;
}
#fond_cadre_droite {
	background:url(../media/img/bg_milieu_droit_cadre.jpg) repeat-y;
	height:20px;
	float:right;
}
