body{
	background: url(../images/background.jpg) fixed center;
	width: 1000px; padding: 0 10px; margin: auto;
}
header{
	background-image: url(../images/HeaderBack.jpg);
	height: 144px;
	opacity: 0.7;
	box-shadow: inset -3px -2px 5px 2px rgba(0,0,0,.3);
}
.headlogo{
	display: block;
	float: right;
	cursor: pointer;
}
.logo{
	margin-top: 5px;
	position: absolute;
	margin-left: 50px;
	cursor: pointer;
}
.inscription{
	display: block;
	position: absolute;
	font-size: 100px;
	font-family: Impact, fantasy, Times, serif, arial, Verdana, sans-serif;
	margin-left: 480px; 
	top: 25px;
	text-shadow: 5px 8px 10px #fff;
	color: rgba(205, 60, 68, .9);
	cursor: pointer;
}
.bodystyle{
	background: rgba(255, 222, 173,.9);
	color: black;
	display: inline-block;
	box-shadow: 0 0 4px 6px rgba(0,0,0,.3);
	padding-bottom: 0;
 }
div.nav a{
	color:rgba(255,255,255,.8);
	text-decoration: none;
	font: 19px Tahoma, sans-serif;
	display: block;
	height: 50px;
	width: 215px;
	background: rgba(0,0,0,.5);
	margin-bottom: 1px;
	text-indent: 20px;
	line-height: 50px;
	transition: all .2s ease-out;
}
div.nav a:hover {
	background: #30a137;
    transform: scale(.9);
    -webkit-transform: scale(.9);
}
div.nav{
	margin: 10px;
	padding-right: 7px;
}
#position {
	position: relative;
}
#position div.menutwo a{
	background: rgba(0,0,0,.7);
}
#position div.menutwo a:hover{
	background: #30a137;
}
#position div.menutwo{
	position: absolute;
	left: 215px;
	top: 0;
	display: none;
}
#position:hover div.menutwo{
	display: block;
    animation: left .2s ease-out;
    -webkit-animation:left .2s ease-out;
}
.openpage{
	background: #30a137;
}
@keyframes left{
    0%{
        margin-left: 22px;  
    } 
    35%{
        margin-left: -8px;
    }
    65%{
        margin-left: 10px;
    }
    85%{
        margin-left: -7px;
    }
    100%{
        margin-left: 1px;
    }
}
@-webkit-keyframes left{
    0%{
        margin-left: 22px;  
    } 
    35%{
        margin-left: -8px;
    }
    65%{
        margin-left: 10px;
    }
    85%{
        margin-left: -7px;
    }
    100%{
        margin-left: 1px;
    }
}
.lpane {
	vertical-align: top;
	top: 0;
	font-size: 16px;
	font-family: Verdana, Calibri, arial, sans-serif;
	padding: 0 0 50px;
}
.lpane a {
	font-weight: lighter;
	font-size: 12pt;
	color: #000000;
	font-family: Verdana, Calibri, arial, sans-serif;
	text-decoration: none;
}
.lpane p {
	text-indent: 8px;
	padding-right: 0px;
	padding-left: 2px;
	font-weight: lighter;
	font-size: 11pt;
	margin: 0 0 0 2px;
	font-family: Verdana, Calibri, arial, sans-serif;
}
.rpane {
	color: #010865;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.5;
	padding: 20px 20px 100px;
	font-family: Verdana, Calibri, arial, sans-serif;
}
.rpane h1 {
	padding: 15px 15px 50px;
	text-align: center;
	font-size: 19px;
	margin: 2px 10px;
	font-style: normal;
	font-family: Verdana, Calibri, arial, sans-serif;
}
.rpane h2 {
	padding: 30px 15px 10px;
	text-align: center;
	font-size: 17px;
	margin: 2px 10px;
	font-style: normal;
	font-family: Verdana, Calibri, arial, sans-serif;
}
.rpane h3 {
	padding: 40px 100px 15px;
	font-size: 17px;
	margin: 2px 10px;
	font-style: normal;
	font-family: Verdana, Calibri, arial, sans-serif;
}
.rpane h4 {
	padding: 20px 10px 0;
	font-size: 17px;
	font-family: Arial, Verdana, Calibri, sans-serif;
}
.rpane li {
	padding: 0 10px 0 10px;
	margin: 5px;
	font-family: Verdana, Calibri, arial, sans-serif;
	list-style-type: square;
}
.rpane ul {
	padding: 2px 10px 2px 20px;
	font-size: 14px;
	margin: 2px 10px 2px 20px;
	list-style-type: square;
}
.rpane img {
	padding: 0 10px;
	margin: 0 10px;
	display: inline-block;
	text-align: center;
}
.rpane td {
	text-align: center;
	padding: 10px;
}
.rpane a {
	color: #264EDF;
	text-align: center;
	text-decoration: none;
}
.rpane a:hover {
	text-decoration: underline;
}
.rpane p {
	text-indent: 8px;
}
.imagesright {
	margin: 7px 0 7px 7px;
}
.sign {
    float: right;
    padding: 7px;
    margin: 10px 100px 5px 5px;
    text-align: center;
}
.sign figcaption {
    margin: 0 auto 5px;
}
.question {
	color: green;
	font-weight: bold;
}
.copyright {
	text-align:  center;
	margin-bottom: 3px;
	color: #4C688a;
}
.timeupdate {
	color: green;
	font-weight: bold;
}
#scrollup {
	position: fixed;
	opacity: 0.8;
	padding: 5px 5px 2px;
	background: rgba(201,237,204,.7);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	left: 20px;
	bottom: 10px;
	display: none;
	cursor: pointer;
}
.help {
	text-align: center;
}
.counter {
	margin: 1px 4px;
	float: right;
}
.backbutton a {
	color:rgba(255,255,255,.8);
	text-decoration: none;
	font: 19px Tahoma, sans-serif;
	display: block;
	height: 50px;
	width: 140px;
	background: rgba(0,0,0,.5);
	text-indent: 28px;
	line-height: 45px;
	transition: all .2s ease-out;
	padding: 5px 10px;
}
.backbutton a:hover {
	background: #30a137;
	font-family: Tahoma, sans-serif;
	height: 50px;
	width: 140px;
    transform: scale(.9);
    -webkit-transform: scale(.9);
}
.backbutton {
	padding: 10px 20px 5px;
}