/* CSS Document */

*{
	padding:0;
	margin:0;
}

html{
	background:#362921;
}

body{
	
	background:url(images/ban.jpg) top center no-repeat #362921;
	
	color:#f6e38f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	width:884px;
	
	margin:0 auto;
}

img{
	border:none;
}

a{
	color:#f6e38f;
}
a:hover{
	text-decoration:none;
}

h2{
	font-size:14px;
	text-transform:uppercase;
}

h2.puce{
	background:url(images/puce.png) no-repeat left;
	padding-left:20px;
}

p:first-letter {
  font-size : 200% ; /* Taille agrandie à 200% par rapport aux autres lettres */
  text-transform : uppercase ; /* Lettre en majuscule */
  color : red ;
}

div#head{
	height:250px;
}

div.pousser_ban{
	height:26px;
	text-align:right;
	padding-right:50px;
}

div#ban{
	
	width:805px;
	height:218px;
	
	margin:auto;
}

div#menu_haut{
	width:816px;
	height:39px;
	margin:auto;
}

div#menu_haut ul{
	list-style:none;
}

div#menu_haut li{
	display:inline;
	margin-right:2px;
	float:left;
}

.lien{
	width:134px;
	height:46px;
	
	width:114px;
	height:39px;
	
	display:block;
	
	background-position:top;
	background-repeat:no-repeat;
}
.lien:hover{
	height:46px;
	height:39px;
	
	background-position:bottom;
}

.accueil_fr{
	background-image:url(images/menu_accueil_fr.png);
}

.chambres_fr{
	background-image:url(images/menu_chambres_fr.png);
}

.services_fr{
	background-image:url(images/menu_services_fr.png);
}

.syrendre_fr{
	background-image:url(images/menu_syrendre_fr.png);
}

.galerie_fr{
	background-image:url(images/menu_galerie_fr.png);
}

.tarifs_fr{
	background-image:url(images/menu_tarifs_fr.png);
}

.reservation_fr{
	background-image:url(images/menu_reservation_fr.png);
}

.excursions_fr{
	background-image:url(images/menu_excursions_fr.png);
}

.accueil_en{
	background-image:url(images/menu_accueil_en.png);
}

.chambres_en{
	background-image:url(images/menu_chambres_en.png);
}

.services_en{
	background-image:url(images/menu_services_en.png);
}

.syrendre_en{
	background-image:url(images/menu_syrendre_en.png);
}

.galerie_en{
	background-image:url(images/menu_galerie_en.png);
}

.tarifs_en{
	background-image:url(images/menu_tarifs_en.png);
}

.reservation_en{
	background-image:url(images/menu_reservation_en.png);
}

.excursions_en{
	background-image:url(images/menu_excursions_en.png);
}

p{
	text-align:justify;
	padding:2px;
}

.img_plan{
	border:2px solid #ad843f;
	text-align:center;
	margin: auto;
}

div#main{
	background:#271d17;
	width:805px;
	margin:0 auto;
	border:5px solid #412e1e;
	border-top:none;
}

div#contenu{
}

div#titre{
	text-align:center;
}

.module{
	float:left;
	
	padding-left:10px;
	padding-top:10px;
	
	width:387px;
}

.module div{
	background:#120e0b;
	padding:5px;
}

.image{
	background:url(images/cadre_image.jpg) no-repeat center;
	
	width:122px;
	height:85px;
	
	padding:13px;
	float:left;
}

.module2{
	
	padding-left:10px;
	padding-top:10px;
	
	width:780px;
}

.module2 div{
	background:#120e0b;
	padding:5px;
}

div#coord{
	background:url(images/bg.jpg) bottom top;
	color:#000;
}

table#data{
	width:100%;
	text-align:center;
	border:#412e1d 2px solid;
	margin:0 auto;
}

table#data th{
	background:url(images/th.jpg);
	padding:5px;
	text-transform:uppercase;
}

table#data td{
	padding:3px;
	text-align:left;
	padding-left:10px;
	text-transform:capitalize;
}

table#data td.puce{
	background:url(images/puce.png) no-repeat left;
	padding-left:20px;
}

table#data td.op{
	text-align:center;
	font-weight:bold;
}

table#data tr.c1{
	background:#41311d;
}

div#foot{
	background:#41311d;
	color:#f6e38f;
	
	margin:12px;
	padding:5px;

	text-align:center;
	font-weight:bold;
	clear:both;
}

div#foot a{
	color:#f6e38f;
}

.clear{
	clear:both;
	font-size:1px;
}


/*//////////////////Formulaire///////////////////*/
form p {
	margin: 1em 0;
	padding-left:5px;
}

form p.double {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}

form p.double label {
	float: left;
	width: 150px;
	text-align: left;
	color:#f6e38f;
	font-weight: bold;
	cursor: pointer;
	text-transform:capitalize;
}

form p.double label span.info {
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}

form p.double input,
form p.double select,
form p.double textarea {
	width: 200px;
	margin-left: 12px;
	border: solid 1px #f6e38f;
	padding: 2px 4px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#362921;
	color:#f6e38f;
}

.note{
	width:20px;
}

.txt_cal{
	background:url(images/cal.png) right no-repeat;
	cursor:text;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 200px;
	border: solid 1px #1a465e;
}

form p.double textarea {
	padding: 2px 0 0 4px;
	width: 200px;
	height: 10em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

form p.simple {
	margin-left: 160px;
}

.bouton_fr{
	background:url(images/reserver_fr.png) no-repeat top;
	width:114px;
	height:39px;
	border:none;
}
.bouton_fr:hover{
	background:url(images/reserver_fr.png) no-repeat bottom;
	width:114px;
	height:39px;
	border:none;
}

.bouton_en{
	background:url(images/reserver_en.png) no-repeat top;
	width:114px;
	height:39px;
	border:none;
}
.bouton_en:hover{
	background:url(images/reserver_en.png) no-repeat bottom;
	width:114px;
	height:39px;
	border:none;
}
/*//////////////////Formulaire///////////////////*/

/* Cal JS */

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */

/* Fin Cal JS */



/* Slideshow */
#slideshow {
    position:relative;
    height:318px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* slide show */


/***** Calendrier *****/

table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 215px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
	color:#000000;
}
table.calendar a {
	color:#000000;
}
table.calendar a:hover {
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td, table.calendar th {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
.closeBtn {
	/*float: right;
	width: 15px;
	/*font-size: 1.5em;
	height: 13px;

	padding: 0 0 3px 0;
	margin: 1px 8px 0 0;
	border: solid black 1px;*/
}
/*all styles related to the main calendar grid*/
table.cells {
	border-collapse: collapse;
	border: solid #CCCCCC 1px;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
/*the day headings*/
table.cells th {
	border: solid #CCCCCC 1px;
	text-align: left;
	font-weight: bold;
	color: #0054E3;
	width: 22px;
}
table.cells th.wkhead {
	border-right: double #CCCCCC 3px;
	cursor: default;
	width: 22px;
}
/*The date cells*/
table.cells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	height: 20px; /*IE doesn't like ems*/
}
table.cells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.cells td.noselect {
	background-color: #EEEEEE;
	color: #BBBBBB;
	text-decoration: line-through;
	cursor: default;
}
table.cells td.hlday {
	background-color: #99FF99;
}
table.cells td.wkday {
	background-color: #DDDDDD;
}
table.cells td.wkend {
	background-color: #DDDDDD;
}
table.cells td.curdate {

}
table.cells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.cells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.cells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.cells td.hover {
	background-color: #999999;
}
table.cells td div {
	padding: 1px;
	margin: 0;
}

/***** Fin Calendrier *****/



/******** Galerie ********/

.caption{font-style:italic;color:#887;}
.demo{position:relative;margin-top:2em;}
.gallery_demo{width:702px;margin:0 auto;}
.gallery_demo li{width:68px;height:50px;border:3px double #111;margin: 0 2px;background:#000;}
.gallery_demo li div{left:240px}
.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}

#main_image{margin:0 auto 60px auto;height:267px;width:400px;background:black;}
#main_image img{margin-bottom:10px;}

.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}

.info{text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
.info p{margin-top:1.6em;}
	

/******** Galerie ********/
