@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bg_i.png);
	background-attachment: fixed;
	overflow: hidden;
}
#back{
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	width:50px;
	line-height: 42px;
	padding-right: 10px;
	padding-left: 10px;
	
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
		
	background-image: url(../images/bt-bg-a.png);
	background-size: contain;
	
	cursor:pointer;
	text-align:center;	
}

#back:hover {
	background-image: url(../images/bt-bg-n.png);
	background-size: contain;
	color: #EBEBEB;
}
#bg1 {
	position: absolute;
	width: 100%;
	height: 50%;
	/*	background-image:url(../images/bg1.png);
	background-size:cover;*/
	
	background: rgb(140, 140, 140);
	background: -moz-linear-gradient(270deg, rgba(140, 140, 140, 0.7) 0%, rgba(255, 255, 255,0) 96%);
	background: -webkit-linear-gradient(270deg, rgba(140, 140, 140, 0.7) 0%, rgba(255, 255, 255,0) 96%);
	background: -o-linear-gradient(270deg, rgba(140, 140, 140, 0.7) 0%, rgba(255, 255, 255,0) 96%);
	background: -ms-linear-gradient(270deg, rgba(140, 140, 140, 0.7) 0%, rgba(255, 255, 255,0) 96%);
	background: linear-gradient(180deg, rgba(140, 140, 140, 0.7) 0%, rgba(255, 255, 255,0) 96%);
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 330px;
	left: 0px;
	z-index: -1000;
}
#description {
	height: 100px;
	text-align: center;
	font-size: 66%;
}
#description h2{
	color: #003366;
}
#cadre {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#page {
	position: absolute;
	float: left;
	width: 590px;
	height: 450px;
	margin-left: 165px;
	border: #F8F8F8 solid 10px;
	background-color: rgb(255,255,255);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3), -1px 1px 20px 3px rgba(0, 0, 0, 0.3) inset;
}
#page img{
	width:100%;
	height:100%;
}
#pr_gg {
	margin-left: 10px;
}
#pr_g {
	margin-left: 60px;
}
#pr_d {
	margin-left: 815px;
}
#pr_dd {
	margin-left: 865px;
}
#pr_g, #pr_gg, #pr_d , #pr_dd{
	float: left;
	position: absolute;
	
	margin-top: 205px;
	width: 45px;
	height: 45px;
	
	cursor: pointer;
	
	font-size: 24px;
	font-weight: bold;
	
	color: #333;
	
	border: #F8F8F8 solid 2px;
	border-radius: 50%;
	
	-moz-border-radius: 50%;
	
	text-align: center;
	line-height: 45px;
	
   -moz-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;	
}
#pr_g:hover, #pr_gg:hover, #pr_d:hover , #pr_dd:hover{
	-webkit-box-shadow: 1px 7px 7px 0px rgba(0, 0, 0, 0.73);
	-moz-box-shadow: 1px 7px 7px 0px rgba(0, 0, 0, 0.73);
	box-shadow: 1px 7px 7px 0px rgba(0, 0, 0, 0.73);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,153,204,1) 0%, rgba(0,153,204,0) 100%);
	background: radial-gradient(center, ellipse cover, rgba(0,153,204,1) 0%, rgba(0,153,204,0) 100%);		

}
#pr_g:active, #pr_gg:active, #pr_d:active, #pr_dd:active {
	width: 40px;
	height: 40px;
	font-size: 22px;
}
.Degrade {
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);	
}
#counter {
	text-align: center;
	font-size: 32px;
	color: #FF6633;
	clear: both;
	width: 125px;
	height: 35px;
	margin-top: 480px;
	margin-left: auto;
	margin-right: auto;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: #F8F8F8 solid 2px;
	background-color: rgb(255,255,255);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3), -1px 1px 20px 3px rgba(0, 0, 0, 0.3) inset;
}
