body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin:0;
	padding:0;
	font-family: 'Andada', serif;
	background-color:#ffe4c2;
}

a{
	text-decoration:none;
}

a:link,a:visited{
	color:#FFF;
	border:none;
}

a img{
	border: 0px;
}

.canvas{
	position:relative;
	width:800px;
	height:600px;
	margin-right:auto;
	margin-left:auto;
	background:url("../images/bg.png");
	background-repeat:no-repeat;	
}

.canvas2{
	position:relative;
	width:800px;
	height:600px;
	margin-right:auto;
	margin-left:auto;
	background:url("../images/home.png");
	background-repeat:no-repeat;	
}

/* Index */

.menuLangues{
	position:relative;
	top:500px;
	width:auto;
	color:#FFF;
	text-align:center;
}

/* ///////////// */

.header{
	position:relative;
	width:100%;
}

.logo{
	position:relative;
	left:30px;
	top:30px;
}

.menu{
	position:relative;
	width:732px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
	top:30px;
	display:block;
	border:0px solid;
	border-radius:10px;
	background-color:#4c2011;
	font-size: 0.9em;
}

.bt{
	position:relative;
	display:inline-block;
	width:140px;
	text-align:center;
}

.content{
	margin-top:50px;
	position:relative;
	width:732px;
	height:393px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	background-color:rgba(76,32,17,0.5);
}

.footer{
	position:absolute;
	bottom:0px;
	width:100%;
}

.contact{
	position:relative;
	width:auto;
	float:left;
	left:20px;
}

.previsite{
	position:relative;
	width:auto;
	float:right;
	right:20px;
}

/* Photos */

.menuPhotos{
	width:238px;
	height:382px;
	float:right;
}

.photos{
	width:480px;
	height:382px;
	background-color:#FFF;
	border:#fff 5px solid;
}

.titre{
	color:#FFF;
	font-size:10px;
}

.titre b{
	font-size:1.5em;
}

.thumbs{
	position:relative;
	margin:10px;
}

/* Information */

.infosLeft{
	position:relative;
	width:55%;
	height:auto;
	float:left;
	color:#FFF;

}

.infosRight{
	position:relative;
	width:40%;
	height:auto;
	float:right;
	color:#FFF;
	text-align:justify;
	font-size:0.7em;
	margin-right:5px;
}


table{
    width:100%;
	height:auto;
	font-size: 0.69em;
}
table td{
	vertical-align:text-top
}

.photo1{
	position:relative;
	float:left;
	margin:5px;
}

.photo2{
	position:relative;
	float:right;
	margin:5px;
}

/* Plans */

.plans{
	position:absolute;
	bottom:5px;
	right:5px;
	width:600px;
	height:357px;
	display:none;
	z-index:1;
}

.btPdf{
	position:absolute;
	left:0px;
	bottom:0px;
	color:#FFF;
	width:100px;
	text-align:center;
}

.imgPlan{
	position:absolute;
	right:0px;
	botom:0px;
	
}

.menuPlans{
	position:relative;
	z-index:100;
}

.menuPlans ul {
   list-style-image: url('../images/arrow.png');
}

.menuPlans a{}
.menuPlans a:link{}
.menuPlans a:visited{}
.menuPlans a.clicked{color:#F60;}

/* vv */

#krpanoDIV{	
	width:100%;
	height:100%;	
}







