@charset "UTF-8";


/* ------------------------------------ */
/*                                      */
/*            COEUR SITE                */
/*                                      */
/* ------------------------------------ */

BODY {
	background-image:url(../_image/background-gite.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#352b0b;
}
BODY #bassite,
BODY #bassite A {
	color:#000;
}

#content-gite {
	width:859px;
	height:637px;
	padding:47px 50px 0 53px;
	background-image:url(../_image/background-gite-content.png);
	background-repeat:no-repeat;
	background-position:left 26px;
	position:relative;
}

/*bouton retour menu*/
#retourHomeGite {
	width:150px;
	height:0;
	padding-top:47px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0;
	left:58px;
	background-position:0 0;
	background-repeat:no-repeat;
	cursor:pointer;
}
#retourHomeGite:hover {
	background-position:0 -47px;
}

/*titre*/
.titrepage {
	width:586px;
	height:0;
	padding-top:171px;
	overflow:hidden;
	background-image:url(../_image/holiday-house.png?20131114);
	background-position:0 0;
	background-repeat:no-repeat;
	position:absolute;
	bottom:60px;
	left:160px;
}

/*carussel*/
#wmgite { 
    position:relative; 
    width:859px;
    height:263px; 
    overflow:hidden;
	background-color:#cccccc;
	margin-bottom:10px;
	overflow-x: scroll;	
}
#lyrgite {
}
.navigation {
	height:23px;
	margin-bottom:10px;
	padding:0 10px;
}

/*texte*/
.textpage {
	padding:0 51px 0 46px;
	font-size:1.17em;
	line-height:1.417em;
	color:#464648;
	text-align:justify;
}
.textpage STRONG,
.textpage B {
	font-weight:bold
}
.textpage EM {
	font-style:italic;
}

/*details pdf*/
.detailspdf {
	width:320px;
	height:203px;
	position:absolute;
	right:53px;
	bottom:60px;
	text-align:right;
}
.detailspdf IMG {
	float:right;
	margin-left:5px;
}
.detailspdf Q {
	padding-top:55px;
	display:block;
}