body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background:#feffff;

}

#drapeaux{
	float:right;
	margin-top:-20px;
	margin-right:50px;
	z-index:8000;
	position:relative;
}

#fr_on, #fr{
	float:left;
	height:15px;
	width:22px;
	background:url(../images/btn_fr.png) no-repeat;
}

#fr{
	background-position:left -16px !important;	
}

#fr:hover{	background-position:left 0px !important;	
}

#point{
	float:left;	
}

#en, #en_on{
	float:left;
	height:15px;
	width:22px;
	background:url(../images/btn_en.png) no-repeat;
}

#en:hover, #en_on{
	background-position:left -16px !important;	
}

h1{
	color:#959483;
	font-weight:normal;
	font-size:18px;	
}

img{border:0px}

a{text-decoration:none}

#page{
	width:1010px;
	margin:auto;
}

#main{
	float:left;
	width:1010px;
}

#header{
	float:left;
	width:1010px;
	height:175px;
	background:url(../images/fond_header.png) no-repeat;
	position:relative;
	z-index:100;
}

#logo{margin-left:350px;}

#contenant{
	float:left;
	width:970px;
	padding-left:20px;
	padding-right:20px;

	z-index:20;
	position:relative;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:-37px;
}

#footer{
	float:left;
	width:1010px;
	height:687px;
	background:url(../images/footer2.png) no-repeat;
	margin-top:-392px;
	z-index:10;
	position:relative;
}

#menu{
	float:right;
	margin-top:631px;
	width:1010px;
}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:right;
}

#menu ul li{
	display:inline;
}

#chalet, #chalet_en{
	float:left;
	width:80px;
	height:24px;
	background:url(../images/btnChalet.jpg) no-repeat;
}

#chalet_en{background:url(../images/btnChalet_en.jpg) no-repeat;}

#activite, #activite_en{
	float:left;
	width:75px;
	height:24px;
	background:url(../images/btnActivite.jpg) no-repeat;
}

#activite_en{background:url(../images/btnActivite_en.jpg) no-repeat;}

#tarif, #tarif_en{
	float:left;
	width:75px;
	height:24px;
	background:url(../images/btnTarif.jpg) no-repeat;
}

#tarif_en{background:url(../images/btnTarif_en.jpg) no-repeat;}

#contact, #contact_en{
	float:left;
	width:80px;
	height:24px;
	background:url(../images/btnContact.jpg) no-repeat;
}

#contact_en{background:url(../images/btnContact_en.jpg) no-repeat;}

#chalet:hover, #activite:hover, #tarif:hover, #contact:hover, .active, #chalet_en:hover, #activite_en:hover, #tarif_en:hover, #contact_en:hover{
	background-position:left -24px !important;	
}

#mention{
	float:right;
	width:75px;
	height:11px;
	margin-top:10px;
	margin-right:20px;
	background:url(../images/btnMention.png) no-repeat;	
}

/*
	Slideshow
*/

#slides_home {
	position:relative;
	top:15px;
	left:85px;
	z-index:100;
}


#contenant #slides {
	position:relative;
	top:15px;
	left:85px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container_home {
	width:837px;
	overflow:hidden;
	position:relative;
	display:none;
}

#contenant .slides_container {
	width:291px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container_home a {
	width:837px;
	height:323px;
	display:block;
}

#contenant .slides_container a {
	width:291px !important;
	height:195px !important;
	display:block;
}

.slides_container_home a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides_home .next,#slides_home .prev {
	position:absolute;
	top:140px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides_home .next {
	left:849px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

#contenu_gauche{
	float:left;
	width:50%;
}

#contenu_droit{
	float:left;
	width:50%;
}

.colorboxDetails{
	width:100%;
	margin-bottom:10px;	
}

#btn_rez{
	float:left;
	height:14px;
	width:148px;
	background:url(../images/etage1.png) no-repeat;
}

#btn_1{
	float:left;
	height:15px;
	width:148px;
	background:url(../images/etage2.png) no-repeat;
}

#btn_2{
	float:left;
	height:16px;
	width:148px;
	background:url(../images/etage3.png) no-repeat;
}

.lien{
	float:left;
	width:370px !important;
	margin-bottom:10px;
}

#btn_rez:hover{background-position:left -14px !important;}
#btn_1:hover{background-position:left -15px !important;}
#btn_2:hover{background-position:left -16px !important;}

#btn_rez_en{
	float:left;
	height:11px;
	width:148px;
	background:url(../images/etage1_en.png) no-repeat;
}


#btn_1_en{
	float:left;
	height:11px;
	width:148px;
	background:url(../images/etage2_en.png) no-repeat;
}
#btn_2_en{
	float:left;
	height:11px;
	width:148px;
	background:url(../images/etage3_en.png) no-repeat;
}
#btn_rez_en:hover{background-position:left -11px !important;}
#btn_1_en:hover{background-position:left -11px !important;}
#btn_2_en:hover{background-position:left -11px !important;}


.plan, .picture{
	display:none;
	position:absolute;	
}

#retour{
	width:393px;
	float:right;
	text-align:center;
	margin-top:10px;
}
#retour a{
	color:#99141b;
	font-size:12px;	
}



#formcontact {
	width: 100%;
	margin-top: 40px;
	float:left;
}
fieldset {
	padding: 15px;
	border: solid 1px #d3cfc0;
}
legend {
	padding: 0 5px;
	margin-left: 15px;
}

#formcontact label{
   float: left;
    font-size: 12px;

    width: 140px;
	font-weight:bold;
}
#formcontact input, #formcontact textarea  {
  border: 1px solid #D3CFC0;
    float: left;
    margin-bottom: 4px;
    padding: 2px 5px;
    width: 300px;

}

.coulOrange{
	color:#e2007a;
}


#boutonSite {
    background: url("../images/btnSite.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 34px;
	margin-left:356px;
    width: 98px;
}


#boutonSite:hover{
	background-position:left -34px;
}

#boutonSite_en {
    background: url("../images/btnSite_en.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 32px;
	margin-left:356px;
    width: 97px;
}


#boutonSite_en:hover{
	background-position:left -31px;
}

/*** LOCALISATION ***/
.EncadrementDeMaCarte {
	position:relative;
	background-color:#fff;
	border:none;
	width:100%px;
	height:400px;
	border: dotted 1px #acaba7;
	padding: 2px;
	margin-bottom:20px;
}
#Container {
	position:relative;
	border:none;
	width:100%;
	height:400px;
	z-index:2;
}
#EmplacementDeCarteGlobale {
	float: left;
	width: 100%;
	height: 400px;
	border: none;
}

#adresse{
	width:125px; 
	background:#FFFFFF; 
	color:#000000; 
	border:0px; 
	border-bottom:1px solid #A6CCE4; 
	margin-right:20px; 
	margin-left:20px
}

