body {
  	/*background: #858585 url('../images/fond02.jpg') repeat-x left top;*/
	margin: 15px 0 0 0;
	background: #fff;
	/*cursor: url('/images/curseur_perso.cur'),auto;*/
	text-align:center;
}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777;
}

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 383838;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	font-weight: bolder;
	color: #72554D;
}


p, table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 535353;
	text-align: justify;
}

.bordure {border-bottom:1px solid #999;padding:1px 0 0 0;}


a.lk_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777;
	text-decoration: underline;
}

a.lk_copy:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}

a.lk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

a.lk:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: underline;
}

a.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #96A17F;
	text-decoration: underline;
}

a.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #72554D;
	text-decoration: underline;
}

a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #72554D;
	text-decoration: none;
}

.menu01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #96A17F;
	text-decoration: none;
}

a.menu:hover {
	color: #96A17F;
}	

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#links{
	position:relative;
	width:770px;
	margin:20px auto 10px auto;
	text-align:left;
	height:110px;
	}
	#links #relais a, #links #chateaux a  {display: block;text-indent:-9000px;height:85px;width:90px;float:left;}
	#links #relais{margin:0 10px 0 0;float:left;}
		#links #relais a{height:70px;width:130px;background: #fff url('../images/relais_silence.jpg') no-repeat left top;}
		#links #relais a:hover{height:70px;width:130px;background: #fff url('../images/relais_silence_hover.jpg') no-repeat left top;}
	#links #chateaux{float:left;height:60px;width:120px;}
		#links #chateaux a{height:60px;width:160px;background: #fff url('../images/chateaux-hotels-collection.jpg') no-repeat left top;}
		#links #chateaux a:hover{height:60px;width:160px;background: #fff url('../images/chateaux-hotels-collection_hover.jpg') no-repeat left top;}
		
#bandeau_animation a img {border:0px;}

/*############# POPUP Index */

#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 900px;
	background-color: #000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#pop {
	display: none;
	position: absolute;
	top: 5%;
	/*left:30%;
	width: 350px;*/
	/*background: #FFFFFF;*/
	/*border:10px solid #463F32;*/
	z-index: 1000;
	cursor: pointer;
	/*padding:10px 15px;*/
	color: #000;
	font-size: 12px;
}
#pop p {
	margin:5px 10px;
}
#pop a{color:#463F32;text-decoration:none;}
#pop a:hover{text-decoration:underline;}

.fermer {
	margin: 0;
	border-top: 1px solid black;
	color: black;
	text-align: center;
}

/* encart menus des fetes 2010/2011 */

#fetes {
  position:absolute;
  top: -520px;
  left: -95px;
  width: 37px;
  height: 400px;
  background: #FFF;
  z-index: 999;
}

.stvalentin {float:left;}
.vdiner {float:left;}

/* popup tripadvisor */

	#fade{
		display: none;
		position: absolute;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		background-color: black;
		z-index:1001;
		-moz-opacity: 0.8;
		opacity:.80;
		filter: alpha(opacity=80);
	}
	#trip {
		display: none;
		position: absolute;
		top: 25%;
		left: 25%;
		padding: 16px;
		background-color: white;
		z-index:1002;
		overflow: auto;
	}

