@charset "utf-8";
/* CSS Document */

/* éléments HTML
-------------------------------------------------------- */

html, body{
	margin: 0;
	padding: 0;
	text-align: center;	
}

body{
	background: #fff;
	color: #8c8c8e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 80%;
}


a{
	color: #de353a;
	text-decoration: none;
	font-weight: normal;
}

a:hover{
	color: #de353a;
	text-decoration: underline;
}

img {
border: 0 none;
}

p {
	margin: 0;
	padding: 5px 0;
}

.texte-rouge {
	color: #de353a;
	font-weight: bold;
}

.texte-legende {
	color: #a5a5a5;
	font-size: 80%;
	line-height: 1.2em;
	text-align: justify;
}

.mailto {
	color: #de353a;
	font-weight: normal;
	font-size: 90%;
}


/* éléments permanents
-------------------------------------------------------- */

#logo {
	position: absolute;
	top: 30px;
	left: 25px;
	width: 78px;
	height: 123px;
}

ul, li {
list-style-type: none;
margin:0;
padding:0;
}
ul {
position: absolute;
top: 49px;
left: 321px;
background: transparent url(images/menu/fondmenu.gif) top left no-repeat;
width: 560px;
text-align: center;
}
li {float: left;}

li a {
display: block;
height: 15px;
width: 80px;
color: #FFFFFF;
}
li a:hover {
background: transparent url(images/menu/fondmenu.gif) top left no-repeat;
color: #FFFFFF;
text-decoration: none;
}
a#lien1:hover {
background-position: -560px 0%;	/* décalage de l'arrière-plan pour chaque bouton */
}
a#lien2:hover {
background-position: -640px 0%;
}
a#lien3:hover {
background-position: -720px 0%;
}
a#lien4:hover {
background-position: -800px 0%;
}
a#lien5:hover {
background-position: -880px 0%;
}
a#lien6:hover {
background-position: -960px 0%;
}
a#lien7:hover {
background-position: -1040px 0%;
}

#menu-petit {
	position: absolute;
	top: 555px;
	left: 0;
	width: 420px;
	height: 20px;
	text-align: left;
	color: #a7a7a8;
	font-size: 10px;
}

a.menu-petit {
	color: #a7a7a8;
	text-decoration: none;
	font-weight: normal;
}
a.menu-petit:hover {
	color: #a7a7a8;
	text-decoration: none;
	font-weight: normal;
}

#texte-bas {
	position: absolute;
	top: 505px;
	left: 471px;
	width: 348px;
	height: 26px;
	text-align: left;
}

#copyright {
	position: absolute;
	top: 570px;
	left: 558px;	
	height: 20px;
	text-align: right;
	color: #a7a7a8;
	font-size: 10px;
}


/* accueil
-------------------------------------------------------- */

#accueil {
	position: relative;
	width: 881px;
	height: 586px;
	background: #fff url(images/fonds/fond-accueil.gif) top no-repeat;
	color: inherit;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	font-size: 11px;
	line-height: 1.4em;
}

#logo-accueil {
	position: absolute;
	top: 20px;
	left: 128px;
	width: 134px;
	height: 209px;
}

#texte-accueil {
	position: absolute;
	top: 120px;
	left: 470px;
	width: 350px;
	height: 180px;
	text-align: left;
}

#adresse-accueil {
	position: absolute;
	top: 533px;
	left: 0;
	width: 450px;
	height: 33px;
	text-align: left;
	font-size: 11px;
}

#menu-petit-accueil {
	position: absolute;
	top: 570px;
	left: 0;
	width: 420px;
	height: 20px;
	text-align: left;
	color: #a7a7a8;
	font-size: 10px;
}

#flash-accueil {
	position: absolute;
	top: 310px;
	left: 430px;
	width: 433px;
	height: 171px;
}


/* interieur
-------------------------------------------------------- */

#interieur {
	position: relative;
	width: 881px;
	height: 586px;
	background: #fff url(images/fonds/fond-interieur.gif) top no-repeat;
	color: inherit;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

#photos-entree {
	position: absolute;
	top: 140px;
	left: 135px;
	width: 145px;
	height: 280px;
	text-align: center;
}
#photos-entree a {
    border: 0;
}
#photos-entree a span {
    display: none;
}
#photos-entree a:hover {
    z-index: 5000;
}
#photos-entree a:hover span {
	display: inline;
    position: absolute;
	z-index: 10000;
    top: -30px;
    left: -20px;
    width: 500px;
	height: 375px;
    margin: 0;
    padding: 0;
    border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}


#photos-salon{
	position: absolute;
	top: 140px;
	left: 300px;
	width: 145px;
	height: 280px;
	text-align: center;
}
#photos-salon a {
    border: 0;
}
#photos-salon a span {
    display: none;
}
#photos-salon a:hover {
    z-index: 3000;
}
#photos-salon a:hover span {
	display: inline;
    position: absolute;
	z-index: 4000;
    top: -30px;
    left: -20px;
    width: 500px;
	height: 375px;
    margin: 0;
    padding: 0;
    border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}


#photos-cuisine{
	position: absolute;
	top: 140px;
	left: 465px;
	width: 145px;
	height: 280px;
	text-align: center;
}
#photos-cuisine a {
    border: 0;
}
#photos-cuisine a span {
    display: none;
}
#photos-cuisine a:hover {
    z-index: 1000;
}
#photos-cuisine a:hover span {
	display: inline;
    position: absolute;
	z-index: 2000;
    top: -30px;
    left: -20px;
    width: 500px;
	height: 375px;
    margin: 0;
    padding: 0;
    border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}


#photos-chambres{
	position: absolute;
	top: 140px;
	left: 630px;
	width: 145px;
	height: 280px;
	text-align: center;
}
#photos-chambres a {
    border: 0;
}
#photos-chambres a span {
    display: none;
}
#photos-chambres a:hover {
    z-index: 0;
}
#photos-chambres a:hover span {
	display: inline;
    position: absolute;
	z-index: 500;
    top: -30px;
    left: -20px;
    width: 500px;
	height: 375px;
    margin: 0;
    padding: 0;
    border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}





/* a-table
-------------------------------------------------------- */

#a-table {
	position: relative;
	width: 881px;
	height: 586px;
	background: #fff url(images/fonds/fond-a-table.gif) top no-repeat;
	color: inherit;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

#plan-acces {
	position: absolute;
	top: 175px;
	left: 55px;
	width: 300px;
	height: 300px;
	text-align: center;
}

#texte-a-table {
	position: absolute;
	top: 140px;
	left: 415px;
	width: 340px;
	height: 300px;
	text-align: left;
}


/* tarifs
-------------------------------------------------------- */

#tarifs {
	position: relative;
	width: 881px;
	height: 586px;
	background: #fff url(images/fonds/fond-tarifs.gif) top no-repeat;
	color: inherit;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

#texte-tarifs {
	position: absolute;
	top: 140px;
	left: 415px;
	width: 340px;
	height: 300px;
	text-align: left;
}

/* a-voir
-------------------------------------------------------- */

#a-voir {
	position: relative;
	width: 881px;
	height: 586px;
	background: #fff url(images/fonds/fond-a-voir.gif) top no-repeat;
	color: inherit;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

#texte-a-voir {
	position: absolute;
	top: 140px;
	left: 380px;
	width: 375px;
	height: 320px;
	text-align: left;
}

#contenu-texte-a-voir {
	margin: 0;
	padding: 0;
	width: 375px;
    height: 310px;
    overflow: auto;
    border: 0px;
}

/* presse
-------------------------------------------------------- */

#presse {
	position: relative;
	width: 881px;
	height: 586px;
	background: #fff url(images/fonds/fond-presse.gif) top no-repeat;
	color: inherit;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

#article1 {
	position: absolute;
	top: 120px;
	left: 415px;
	width: 185px;
	height: 310px;
	text-align: center;
}
#article2 {
	position: absolute;
	top: 120px;
	left: 615px;
	width: 185px;
	height: 310px;
	text-align: center;
}

#article3 {
	position: absolute;
	top: 440px;
	left: 435px;
	width: 300px;
	height: 100px;
	text-align: left;
}

#video {
	position: absolute;
	top: 120px;
	left: 435px;
	width: 371px;
	height:294;
	text-align: center;
}


/* contact
-------------------------------------------------------- */

#contact {
	position: relative;
	width: 881px;
	height: 586px;
	background: #fff url(images/fonds/fond-contact.gif) top no-repeat;
	color: inherit;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

#photo-contact {
	position: absolute;
	top: 140px;
	left: 171px;
	width: 198px;
	height: 318px;
	text-align: center;
}

#texte-contact {
	position: absolute;
	top: 140px;
	left: 435px;
	width: 320px;
	height: 150px;
	text-align: center;
}