﻿body
{
	background: url('images/dark.png') repeat-x;
	background-color: #2B2B2B;
	margin-top: 60px;
	margin-bottom: 60px;
	font-family: verdana, sans-serif;
}

h1
{
	margin-top: 40px;
	margin-left: 50px;
	font-size: 1.1em;
	color: #3366FF;
	/*text-align: center;*/
	font-weight: normal;
}

h2
{
	color: #1133CC;
	font-weight: normal;
	margin-bottom: -10px;
	text-decoration: underline;
	font-size: 1.1em;
}

h3
{
	margin-top: 50px;
	text-align: center;
	font-weight: normal;
}

.para
{
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
	font-size: 0.95em;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	border-radius: 5px 5px 5px 5px;
	padding: 20px;
	padding-left: 50px;
	padding-right: 50px;
	box-shadow: 4px 2px 18px #777777 inset;
}

li
{
	font-size: 0.8em;
	margin-left: 10px;
	margin-right: 30px;
	text-align: justify;
	margin-top: -15px;
}

.main
{
	background-color: #EEEEEE;
	border: 5px #EEEEEE solid;
	border-radius: 5px 5px 5px 5px;
	width: 800px;
	margin: auto;
	box-shadow: 0px 4px 12px #000000;
}
.banner
{
	margin: auto;
	text-align: center;
	background-color: #2f2f2f;
	
	border-radius: 5px 5px 0px 0px;
}
.nav a, p a
{
	-webkit-transition-property: color, background-color, box-shadow;
	-moz-transition-property: color, background-color, box-shadow;
	transition-duration: 300ms;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #3366CC;
	text-decoration: none;
	display: inline-block;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.9em;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 0px #FFFFFF inset;
	
}
.nav a:hover, p a:hover
{
	color: #FFFFFF;
	background-color: #3366CC;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 18px #FFFFFF inset;
}
.nav
{
	text-align:center;
	border-bottom: 1px #2B2B2B solid;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
}

.players
{
	width: 700px;
	margin: auto;
	padding-top: 15px;
}

.links
{
	text-align: center;
	margin: auto;
	margin-top: 50px;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	border-radius: 5px 5px 5px 5px;
	width: 55%;
	padding: 10px;
	box-shadow: 4px 2px 18px #999999 inset;
	margin-bottom: 60px;
}

.dl
{
	text-align: center;
	width: 55%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #3366CC;
	text-decoration: none;
	padding: 20px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.9em;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 4px 2px 18px #999999 inset;
	
}
.dl a
{
	-webkit-transition-property: color, background-color, box-shadow;
	-moz-transition-property: color, background-color, box-shadow;
	transition-duration: 300ms;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 0.9em;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 0px #FFFFFF inset;
	
}

.dl a:hover
{
	color: #FFFFFF;
	background-color: #3366CC;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 18px #FFFFFF inset;
}

.adress
{
	text-align: center;
	margin: auto;
	margin-top: 20px;
	font-size: 0.95em;
	width: 55%;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	border-radius: 5px 5px 5px 5px;
	padding: 20px;
	box-shadow: 4px 2px 18px #777777 inset;
}

.social
{
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
	font-size: 0.9em;
}

#youtube
{
	padding-top: 50px;
	width: 560px;
	margin: auto;
}

.language
{
	text-align: center;
	margin: auto;
	margin-top: 50px;
	font-size: 0.95em;
	width: 55%;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	border-radius: 5px 5px 5px 5px;
	padding: 20px;
	box-shadow: 4px 2px 18px #777777 inset;
	
}

.foot
{
	text-align: center;
	background-color: #CFCFCF;
	border-radius: 0px 0px 5px 5px;
	margin-top: 50px;
}

.foot2
{
	border-top: 1px #2B2B2B solid;
	margin-left: 50px;
	margin-right: 50px;
	font-size: 0.9em;
	color: #666666;
	
}

.translate
{
	display: inline-block;
	text-align: left;
	padding: 6px;
	padding-bottom: 1px;
	padding-right: 5px;
	margin-top: 2px;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 4px #777777 inset;
}

.mentions
{
	display: inline-block;
	width: 662.015px;
	text-align: right;
	/*margin-left: 50px;*/
	/*margin-right: 50px;*/
	font-size: 0.7em;
	color: #666666;
	/*padding-top: 5px;*/
	padding-bottom: 5px;
}

#fr
{
	display: inline-block;
}

#en
{
	display: inline-block;
	margin-right: 80px;
}