

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea
{
    border:1px solid #e2e0cf;
}


/* Reusable class */

.inline{
    display:inline-block !important;
}
strong, .bold {
    font-weight:bold;
}
.floatright {
    float:right;
}
.floatleft {
    float:left;
}
.hidden {
    display:none;
}
.clear {
    clear:both;
    line-height:0 !important;   
}
.clearright{
    clear:right;
}
.clearleft{
    clear:left;
}
.clearfix:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    line-height:0;
    visibility:hidden;
}
.clearfix {
    display:block;
}
html[xmlns] .clearfix {
    display:block;
}
* html .clearfix {
    height:1%;
}

#main-nav li, #top-nav li, #lst-reservation li{
    float:left;
}

a{
    text-decoration:none;
}
h1 img, h2 img, .indent img,#main-nav img, #logo,#banner img {
    display:block;
}
.small2{
    font-size:10px;
    font-weight:bold;
    margin-top:10px;
    display:block;
    clear:both;
}
.indent{
    text-indent: -9999px;
    line-height:0;
}
small{
    font-size:10px;
}
.no-margin{
    margin:0 !important;
}
.lst-bullet{
  
   margin:5px 0 0 0;
}
.lst-bullet li, #lst-ff-estivaux .lst-bullet li{
    background:url('../images/puce.jpg') no-repeat 0px 7px;
    padding-left:10px;
    clear:both;
    line-height:19px;
    width:100%;/* IE fix */
    margin:0;
}

#lst-ff-saisons {
	margin:0;
}

#lst-ff-saisons li.last {
	background:none;
	margin:0;
}

#lst-rooms li{
	color:#9D834E;
}
#lst-ff-estivaux li.item,#lst-ff-events li.item {
	color:#9D834E;
	background:none;
}


/* layout specific*/


body{
    background: url('../images/bg.jpg') repeat;
}

#wrapper{
    margin:0 auto;
    position:relative;
    width:807px;
}

#shadow-wrapper
{
    background: url('../images/shadow.png') repeat-y 0 0;
    _background:none;
    margin:0 auto;
    position:relative;
    width:1000px;
}
#slogan{
    color:#880f25;
    font-style:italic;
    margin-left:15px;
    line-height:25px;
}
#header #top-nav li{
    font-family:Tahoma;
    line-height:25px;
    vertical-align:middle;
    margin-right:10px;
}
#top-nav a{
    background:url('../images/sep.jpg') no-repeat top right; 
    padding-right:10px;
    color:#9d834e;
}
#top-nav a:hover{
    color:#880f25;
}
#top-nav li.last-sep a, #top-nav li.lang a{
    background:none; 
    padding-right:0;
}
#header #top-nav li.lang{
    background:#FFF;
    margin-right:0;
    padding:0 10px 0 10px;
}



#banner {
	position:relative;
	height:226px;
}

#banner img {
	position:absolute;
	top:0;
	left:0;
}

#content{
    background:#eeecde url(../images/bg-content.jpg) no-repeat top left;
    padding:4px;
}
#content-wrapper{
    background:#FFF;
    padding-bottom:20px;
}
#contentfull{
    padding:10px 25px 0 25px;
}
#contentleft{
    background:url('../images/contentleft-bg.jpg') repeat-y;
    float:left;
    padding:15px 0 0 0;
    width:355px;
    margin-left:1px;
}
#contentleft2{
    float:left;
    padding:15px 0 0 20px;
    width:335px;
    margin-left:1px;
}
#contentleft #lst-forfaits{
    margin-left:15px;
    overflow:hidden;
}
#contentleft #lst-forfaits li{
    margin-bottom:3px;
}
#contentright{
    float:left;
    padding:15px 25px 0 30px;
    width:387px;
    _padding:15px 25px 0 20px;/* IE6 fix*/
}
#contentright h2{
   margin:20px 0 10px 0;
}






#footer{
    height:55px;
    background:#eeecde;
    padding-bottom:10px;
}
#footer address{
   float:left;
   font-family:Tahoma;
   font-size:10px;
   font-style:normal;
   line-height:14px;
   margin:10px 0 0 20px;
   _margin:10px 0 0 15px;/* IE6 fix*/
   padding:0;
}
.email{
   color:#d98915 !important;
}
#footer #acolyte{
   float:right;
   margin:40px 20px 0 0;
}






/* Page specific*/


/* Accueil */

#reservation-box{
    background:url('../images/reservationbox-bg.jpg') repeat-x;
    height:162px;
    margin-left:-15px;
    padding:15px;
}
#reservation-box select{
   width:60px;
   margin-right:20px;
}
#lst-reservation {
    width:300px;
}
#lst-reservation li{
    margin-top:10px;
}
#btn-continue{
    display:block;
    width:70px;
    margin-top:10px;
}
#partners{
    margin:20px 0 0 65px;
    padding-bottom:15px;
}



/* Chambres*/

#lst-specs{
    margin-top:20px;
    margin:20px 0px 0 0px;
}
#lst-specs li{
    background:url('../images/puce.jpg') no-repeat 0px 5px;
    float:none;
    color:#d98915;
    margin:0px 0px 5px 0;
    margin-bottom:5px;
    padding-left:15px;
   /* white-space:nowrap; IE fix*/
}
.img-room{
    margin-top:10px;
}
#lst-rooms {
    overflow:hidden;
    margin:0;
}
#lst-rooms li{
    width:100%;
    margin:0;
}
#lst-rooms h2{
    margin-top:5px;
}
div.hr{
    background:url('../images/hr.jpg') repeat-x;  
    margin-top:10px;
    height:1px;
    margin-bottom:10px;
}
#lst-rooms hr {display:none}



/* Nous joindre*/

.address{
    font-style:normal;
    line-height:16px;
    margin-top:20px;
}
.infos{
    display:block;
    margin-top:20px;
}


/* A proximité & Nos services */

#dlst-proximite dt, #dlst-services dt{
    color:#d98915;
    font-weight:bold;
    margin-top:40px;
}
#dlst-proximite dt.first, #dlst-services dt.first{
    margin-top:20px;
}


/*Nos salles*/

.minicentre{
    margin:20px 0 20px 0;
}
.tbl-salles-specs{
    width:95%;
    margin-bottom:30px;
}
.tr-header td{
    color:#880f25;
    font-weight:bold;
}
.tr-subheader td{
    color:#da8914;
}
.tr-content td
{
    padding-bottom:3px;
}

/* Le papilio */

h2.papilio{
    margin:15px 0 15px 0;
}

#papilio-img-container a{
    margin:0 15px 10px 0;
    float:left;
}
#papilio-img-container{
    margin-top:70px;
    overflow:hidden;
    width:100%;
}


/* Réservation */

h1.reservation{
    margin-bottom:20px;
}
#reservation-text{
    margin-bottom:15px;
    display:block;
    position:relative;
}
.txtbox{
    border:1px solid #e2e0cf;
    height:17px;
}
.size-normal{
    width:152px;
}
.size-short{
    width:57px;
}
.size-shorter{
    width:42px;
}
.size-long{
    width:275px;
}
#dlst-reservation{
    margin-top:10px;
}
#dlst-reservation dt, .lbl-comment{
    float:left;
    width:145px;
    clear:left;
}
#dlst-reservation dd{
   clear:right;
}
#dlst-reservation input , #dlst-reservation textarea{
   margin-bottom:4px;
}
#dlst-reservation .spacer {
   margin-bottom:12px;
}
#lst-reservation2{
   margin-bottom:15px;
   overflow:hidden;
   
}
#lst-reservation2 li{
    background:url('../images/puce.jpg') no-repeat 0px 5px;
    padding-left:10px;
    margin-top:15px;
    clear:both;
    width:700px;/*IE fix*/
}
.radio{
    display:block;
    margin:0;
    padding:0;
    height:15px;
    width:15px;
    margin:0 5px 0 5px;
}
#btn-envoyer{
    margin:20px 0 0 145px;
    _margin:20px 0 0 149px;/* IE6 fix*/
    display:block;
}


/* Forfaits*/

.listforfait li.item, #lst-ff-saisons li.item, #lst-ff-events li.item{
    padding:6px 0 6px 0;
    border-top:1px solid #ebe6dc;
    clear:both;
    width:100%;
}
#lst-ff-estivaux li.last, #lst-ff-saisons li.last, #lst-ff-events li.last{
    border-bottom:1px solid #ebe6dc;
}

.listforfait li.item {
	background:none;
}

.listforfait .title
{
    color:#9d834e;
    text-transform:uppercase;
    font-size:14px;
    display:block;
}
.item-content{
    padding-bottom:10px;
}
#lst-ff-mariage{
    margin:10px 0 0 0;
}
.download-section{
    margin-top:20px;
}
.btn-download{
    margin:20px 0 0 15px;
}
#lst-ff-reunions{
    margin:5px 0 10px 0;
    overflow:hidden;
}

.listforfait li.item .item-content {
	display:none;
}

/*#lst-ff-events li.item .item-content {
	display:none;
}*/

#header ul, #header li {
	background-image:none;
	margin:0;
}

#lst-forfaits, #lst-forfaits li.item,#lst-ff-estivaux, #lst-ff-estivaux li.item {
	margin:0;
	background-image:none;
}

#main-nav li,#top-nav li,#lst-forfaits li,#lst-rooms li {
	padding:0;
	background:none;
}

.listforfait li.item .item-content p {
	color:#9d834e;
}