@charset "UTF-8";
/* CSS Document */

body{
	width:100%;
	height:100%;
	margin:auto;
	font-family:Helvetica, Arial, sans-serif;
	background-color:#fff;
	font-size:14px;
}
#content{
	width:100%;
	height:100%;
}
h1#title{
	position: absolute;
	margin:0;
	top:0;
	line-height:120%;
	width:100%;
	text-align:center;
	font-size:44px;
	z-index:2;
	cursor:default;
	background:#000;
	color:#fff;
	font-weight:100;
	display:inline-block;
}
#dots{
	display: block;
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-460px;
	margin-top:-288px;
	background-color:transparent;
	background-image:url(images/3-poires.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	z-index:1;
}

#boxes{
	position:absolute;
	z-index:4;
}

.dot{
	font-size:60px;
	position:absolute;
	line-height:50%;
	display: block;
	cursor:default;
}
.dot a:link, .dot a:visited{
	color:#000;
	text-decoration:none;
}
.dot a:hover{
	color:#333;
}
div.sticky{
	background-color:#FFF;
	border: solid 1px #000;
	border-top:#000 solid 20px;
	position:absolute;
	display:block;
	width:330px;
	height:330px;
	font-size:11px;
	line-height:120%;
}
.sticky h3{
	position:absolute;
	margin-top:-16px;
	padding-left:10px;
	font-weight:normal;
	color:#ffffff;
	overflow:visible;
}
.sticky .container{
	padding:10px;
	overflow:auto;
	width:310px;
	height:310px;
}
.sticky .content{
}
.sticky .content img{
	width:100%;
	height:auto;
	cursor:pointer;
}
a.close{
	position:absolute;
	margin-left:313px;
	margin-top:-17px;
	font-size:10px;
	padding:2px;
	text-align:center;
	width:10px;
	height:10px;
	color:#fff;
	cursor:pointer;
}
a.close:hover{
	background-color:#FFF;
	color:#000;
}
#fullscreenContainer{
	width:100%;
	position:absolute;
	top:O;
	left:0;
	display:none;
	overflow:visible;
}
.fullscreen{
	position:absolute;
	background-color:#FFF;
	width:100%;
	height:100%;
	text-align:center;
	overflow:visible;
	z-index:5;
}
.fullscreen img{
	width:100%;
	height:auto;
	overflow:visible;
}