* {
   -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
html{
	height:100%;
}
a:link, a:visited{
	color:#000;
}
body {
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased !important;
	margin: 0;
}
#titre{
	overflow:hidden;line-height:1.15em;font-size:36px;color:#964b00;font-weight:400;margin-left:20px;
}
#nav{
	font-size:20px;
	top:0;margin-right:10px;
	float:right;
	line-height:40px;
	position:relative;
	z-index:1000;
}
#nav a{
cursor:pointer;color:#964b00;text-decoration:none;
}
#legende{
	color:#964b00;
	font-size:15px;
	position:absolute;top:40px;
	white-space:nowrap;
	line-height:1em;
}

img.pt{
 width:250px;
}
.bio{
	display:none;
	background:#fff;
	position:absolute;
	width:350px;
	font-size:13px;
	color:#b57751;
	padding:.5em;
	border:1px solid #ed7001;
	line-height:1.2em;
}
.cam{
	display:none;
}
#container { 
	height: 666px;
	width: 100%;
	dmargin-top:30px;
	position:relative;
	clear:both;
}

.layer{
	position: absolute;
	left: 324px;
	top: 257px;
}
.ilightbox-holder.dark{
	border:4px double #964b00;
	background:#fff !important;
	padding:0 !important;
}
.ilightbox-container{
	border:4px double #964b00 !important;
	background:#fff !important;
	margin:2px !important;
}
.ilightbox-fullscreen{
	display:none;
}
.ilightbox-toolbar.dark{
	background:none;
	right:10px;
}
.ilightbox-toolbar a {
    float: RIGHT !important;
}
@media screen and (max-width: 600px) {
html, #container{
	height:auto;
}
.scrollingHotSpotLeft,
.scrollingHotSpotRight,
.scrollingHotSpotLeftVisible,
.scrollingHotSpotRightVisible
{
	display:none !important;
}
.layer{
	border-bottom:1px solid #ed7001;
	display:table;
	margin:1em 0;
}
.layer img{
	max-width:100%;
}
.bio{
	position:relative !important;
	top:auto !important;
	left:auto !important;
	right:auto !important;
	width:50%;
	border:none;
	padding:0;
}
.layer a{
	display:table-cell; width:45%;
}
.layer >div{
	display:table-cell;width:50%;
	vertical-align:top;
}
 #titre{
	overflow:visible;line-height:1em;font-size:24px;color:#964b00;font-weight:400;
	margin-bottom:2em;
}
 #left,#toto,#nav{
    display:none;
  }
  #w{
	  margin-top:0 !important;
	  padding:1em;
  }
.layer{
	position:relative;
	top:auto !important;
	left:0 !important;
}
.scrollWrapper{
	overflow:visible !important;
	width:auto;
	height:auto;
}
.scrollableArea{
	width:auto !important;
}
@media screen and (max-width: 480px) {
	.layer a{
	display:block; width:100%;
}
.layer >div{
	display:block;width:100%;
	vertical-align:top;
}

}
}
