/*** DEFAULTS ***/
body {
  width: 965px;
  margin: auto;
  text-align: center;
	
  background-image: url(../pix/fond_lambris3.jpg);
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
}


/*** LAYOUT ***/
#layout {
	position: relative;
	width: 965px;
	margin: auto;
	text-align: center;
}

#page {
	width: 965px;
	position: relative;
	text-align: center;
	margin: auto;
	z-index: 1;
}

#page-top {
	width: 965px;
	height: 45px;
	background-image: url(../pix/accueil_haut.png);
	background-repeat: no-repeat;
}

#page-left {
  width: 45px;
	height: 742px;
	background-image: url(../pix/accueil_gauche.png);
	background-repeat: no-repeat;
	float: left;
	
}

#page-center {
	position: relative;
	width: 875px;
	height: 742px;
	/*background-image: url(../pix/accueil_centre.jpg);
	background-repeat: no-repeat;*/	
	float: left;
}

#page-right {
  width: 45px;
	height: 742px;
	background-image: url(../pix/accueil_droite.png);
	background-repeat: no-repeat;
	float: left;
}

#page-bottom {
	width: 965px;
	height: 45px;
	background-image: url(../pix/accueil_bas.png);
	background-repeat: no-repeat;
	clear: both;
}


/*** LEFT PANE ***/
#leftpane {
  position: absolute;
  top: 0;
  left: -120px;
  width: 150px;
  padding-top: 170px;
	
  text-align: center;
  display: none;
}

#hotel, #restaurant, #boutique, #tourisme, #liens {
  margin-bottom: 16px;
}

#spa, #tourisme {
  margin-top: 20px;
}

#tourisme a, #liens a {
  text-decoration: none;
  color: #363E48;
}


/*** RIGHT PANE ***/
#rightpane {
  position: absolute;
  top: 0;
  left: 936px;
  width: 150px;
}

#partners {
  width: 100%;
  position: relative;
  margin-top: 70px;
  margin-bottom: 0;
}

#partners img {
  border: none;
}

#reservation {
  margin-top: 18px;
}

#lastminute {
  width: 180px;
  text-align: left;
}

#lastminute-header {
  width: 100%;
  height: 85px;
  background-image: url(../pix/derniere_minute_haut.png);
  background-repeat: no-repeat;	
}

#lastminute-footer {
  width: 100%;
  height: 54px;
  background-image: url(../pix/derniere_minute_bas.png);
  background-repeat: no-repeat;	
}

#lastminute-content {
  padding-left: 14px;
  padding-right: 22px;
  padding-top: 10px;
  font-family: Trebuchet MS, Verdana, Tahoma, Arial;
  font-size: 9pt;
  line-height: 1.1em;
  background-image: url(../pix/derniere_minute_centre.png);
}

#lastminute-content .bodytext {
  margin: 0;
  padding-bottom: 6px;
}


/*** CONTENT ***/
#logo {
  width: 571px;
  height: 105px;
  position: absolute;
  top: -8px;
  left: -6px;
  z-index: 2;
}

#logo img {
  border: none;
}

#pagetitle {
  width: 350px;
  height: 40px;
  position: absolute;
  top: 50px;
  left: 540px;
}

#slideshow {
  width: 900px;
  height: 250px;
  position: absolute;
  top: 101px;
  left: -14px;
}

#content {
  width: 875px;
  height: 742px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: Georgia, Trebuchet MS, Verdana, Arial;
  font-size: 12pt;
  font-style: italic;
  line-height: 1.2em;
  text-align: left;
  overflow: hidden;
  background-image: url(../pix/accueil_centre.jpg);
  background-repeat: no-repeat;
}

#contenthome {
  position: absolute;
  top: 120px;
  left: 10px;
  width: 700px;
  height: 200px;
  z-index: 2;
  
  font-family: Georgia, Trebuchet MS, Verdana, Arial;
  font-size: 12pt;
  font-style: italic;
  line-height: 1.2em;
  text-align: left;
  overflow: hidden;
  color: #324467;
}

#content h1 {
  font-family: Georgia, Trebuchet MS;
  font-size: 20pt;
  font-weight: normal;
  color: #324467;
  margin-bottom: 10px;
}

#content a {
  text-decoration: none;
  color: white;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  font-size: 10pt;
  font-style: normal;
}

#content a:hover {
  color: #800000;
}

#content a:visited {
  color: white;
}

#content li {
  margin-bottom: 8pt;
  list-style-type: square;
}

#subnav {
  display: none;
  width: 140px;
  height: 210px;
  position: absolute;
  top: 380px;
  right: 0;
  padding: 6px;
  padding-top: 10px;
  background-image: url(../pix/cadre_sousmenu.png);
  background-repeat: no-repeat;
	
  font-size: 9pt;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.2em;
  color: #373e48;
  text-align: left;
}

#subnav ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

#subnav li {
  padding: 2px;
}

#subnav li:hover {
  background-color: white;
  border: solid 1px gray;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  -moz-border-radius: 8px;
}

#subnav a {
  text-decoration: none;
  color: #373e48;	
}

#subnav a:hover {
  /*font-weight: bold;*/
}

.subnav-act {
  border-top: dotted 1px white;
  border-bottom: dotted 1px white;
  padding: 2px;
  font-weight: bold;
}

#slideshow2 {
  display: none;
  position: absolute;
  top: 604px;
  left: 10px;
  width: 700px;
  height: 140px;
}

#stones {
  position: absolute;
  top: 630px;
  left: -80px;
}

#stones img {
  border: none;
}

/*** FOOTER ***/
#footer {
  position: absolute;
  top: 810px;
  left: 70px;
  width: 862px;
  z-index: 1;
	
  color: #363e48;
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
}

.footer-title {
  font-weight: normal;
}

#address {
  float: left;
  border-right: solid 1px darkgrey;
  padding-right: 10px;
}

#contact {
  float: left;
	border-left: solid 1px black;
	padding-left: 10px;
}

#sound {
	float: right;
	cursor: pointer;
}

#pagefooter {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 340px;
	height: 95px;	
	z-index: 1;
}

#pagefooter img {
	width: 340px;
	height: 95px;	
}

#zencomp {
  margin-top: 10px;
  margin-left: 100px;
  float: left;
}

#zencomp img {
  border: none;
}


/*** FLAGS ***/
#flags {
  position: absolute;
  top: 0px;
  left: 790px;
  width: 100px;
  height: 30px;
  z-index: 1;
}


/*** INFOTIP ***/
#infobulle {
  position: absolute;
  top: 150px;
  left: 600px;
  width: 273px;
  height: 70px;
  padding-left: 20px;
  padding-top: 14px;
  z-index: 1;
  background-image: url(../pix/icone_aide.png);
  background-repeat: no-repeat;
  
  font-family: Trebuchet MS, Verdana, Arial;
  font-size: 10pt;
  color: #002255;
}


/*** CONTACT FORM ***/
#tx-powermail-pi1_fieldset_1 {
  border: none;
}

#tx-powermail-pi1_fieldset_1 legend {
  display: none;
}

.tx_powermail_pi1_fieldwrap_html {
  margin-bottom: 6px;
}

.tx-powermail-pi1 input {
  position: absolute;
  left: 200px;
}

.tx-powermail-pi1 textarea {
  position: absolute;
  left: 200px;
}

#powermaildiv_uid9 {
  height: 190px;
}

.tx_powermail_pi1_fieldwrap_html_radio_title {
  display: none;
}

.powermail_mandatory_js {
  margin-left: 184px;
  color: darkred;
}

#content .csc-textpic-imagewrap {
  position: absolute;
  left: 0;
}

/*** MENUS ***/
.ce_tricol_left, .ce_tricol_middle, .ce_tricol_right {
  width: 33%;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

.ce_tricol_left:hover, .ce_tricol_middle:hover, .ce_tricol_right:hover {
  -moz-border-radius: 5px;
  background-image: url(../pix/cadre_semitransp.png);
  background-repeat: no-repeat;
}

.ce_tricol h2 {
  font-family: Trebuchet MS, Georgia, Times New Roman;
  font-size: 14pt;
  font-weight: normal;
  font-style: normal;
  /*color: #324467;*/
  color: #80230E;
  margin-bottom: 0px;
  padding-left: 64px;
  padding-top: 8px;
  min-height: 40px;
  
  background-image: url(../pix/serviette.png);
  background-repeat: no-repeat;
}

#content .ce_tricol ul {
  margin: 0;
  padding-left: 20px;
  padding-right: 0;
}

#content .ce_tricol ul li {
  margin-bottom: 6px;
}