body {
	color: #fff;
  font-family: Arial, Verdana, FreeSans;
  font-size: 13px;
  background-color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
}

form {
	padding: 0;
	margin: 0;
}

a {
  color: #fff;
}

a:hover {
  color: #aaa;
}

#all {
	margin: 0 auto;
	width: 1100px;
	background-position: center 0;
	background-repeat: no-repeat;
	text-align: left;
}

#fr-foot 		#all { background-image: url('../images/simple/background_fr_foot.jpg'); }
#fr-rugby 	#all { background-image: url('../images/simple/background_fr_rugby.jpg'); }
#fr-tennis 	#all { background-image: url('../images/simple/background_fr_tennis.jpg'); }
#en-foot	 	#all { background-image: url('../images/simple/background_en_foot.jpg'); }
#en-rugby 	#all { background-image: url('../images/simple/background_en_rugby.jpg'); }
#en-tennis 	#all { background-image: url('../images/simple/background_en_tennis.jpg'); }

#header {
  padding: 0 65px 0 65px;
  height: 28px;
}

#languages {
	padding: 3px 10px 0 0;
  float: right;
}

#languages img {
	border: none;
}

#header h1 {
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 13px;
  line-height: 20px;
}

#dash {
	position: relative;
	height: 470px;
}

#logo {
  position: absolute;
  left: 150px;
  top: 150px;
  display: block;
  width: 290px;
  height: 74px;
}

.options-login-input {
  width: 148px;
  height: 25px;
  margin-bottom: 5px;
}

.options-login-input input {
  color: #fff;
  font-size: 12px;
  width: 130px;
  background: none;
  border: none;
  margin: 2px 0 0 8px;
}

#index-options {
  position: absolute;
  right: 80px;
  top: 13px;
  height: 339px;
}

#index-options-body {
  float: left;
  width: 322px;
  height: 339px;
}

#index-options-login {
	position: relative;
	width: 100%;
	height: 110px;
}

#index-options-login-pseudo, #index-options-login-pwd {
	position: absolute;
	top: 40px;
}

#index-options-login-pseudo { left: 2px; }
#index-options-login-pwd 		{ left: 160px; }

#index-options-login-server {
	position: absolute;
	top: 73px;
	left: 3px;
	width: 90px;
}

#index-options-login-ok {
	position: absolute;
	top: 72px;
	left: 101px;
  width: 49px;
  height: 21px;
  border: none;
  overflow: none;
  background: none;
}

#index-options-login-forgot {
	position: absolute;
	top: 73px;
	left: 160px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  margin-left: 5px;
}

#index-options-register {
	margin-top: 40px;
	height: 230px;
}

.index-options-register-group {
	float: left;
	width: 160px;
	height: 47px;
}

.index-options-register-group label {
	font-size: 11px;
}

.index-options-register-group .options-login-input {
	margin-top: 3px;
}

#index-options-register-server {
	display: block;
	margin-top: 5px;
	width: 150px;
}

#index-options-register-submit {
	margin: 5px 0 0 81px;
	width: 151px;
	height: 31px;
	border: none;
	background: none;
}

#index-errors {
	position: absolute;
	width: 320px;
	top: 360px;
	right: 80px;
	background: #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#footer {
	clear: both;
  margin-left: 15px;
  width: 980px;
}

#footer a {
  color: #ccc;
  text-decoration: none;
}

#footer-sports {
	clear: both;
	height: 48px;
}

.sport-button {
	display: block;
	float: left;
	margin-right: 5px;
	width: 147px;
	height: 48px;
	background: #000 url('../images/simple/sports.jpg') 0 0 no-repeat;
}

#sport-button-rugby 	{ background-position: -150px 0; }
#sport-button-foot 		{ background-position: -300px 0; }

#screenshots {
	margin-top: 8px;
	float: right;
	display: block;
	width: 142px;
	height: 22px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#fr-foot #screenshots, #fr-rugby #screenshots, #fr-tennis #screenshots {
	background-image: url('../images/simple/screenshots_fr.jpg');
}

#en-foot #screenshots, #en-rugby #screenshots, #en-tennis #screenshots {
	background-image: url('../images/simple/screenshots_en.jpg');
}

#footer-signature{
	clear: both;
  font-size: 11px;
  color: #aaa;
  text-align: center;
  line-height: 40px;
  position: relative;
}

#footer-signature a {
  color: #aaa;
  text-decoration: none;
}

#online {
	position: absolute;
	top: 14px;
	right: 10px;
	overflow: hidden;
	height: 11px;
	width: 50px;
}

#online a {
	display: block;
	margin: -2px 0 0 -13px;
}

#footer-buttons {
	clear: both;
  text-align: center;
}

#footer-buttons a img {
  margin: 2px;
  border: none;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

#footer-buttons a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

#footer-links {
	clear: both;
	text-align: center;
	font-size: 10px;
}

#footer-links a {
	color: #666;
}

.notification {
	border: solid red 1px;
	color: red;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 5px 50px 10px 50px;
}

.information {
	border: solid lime 1px;
	color: lime;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 5px 50px 10px 50px;
}

#main {
	padding: 0 50px 50px 50px;
}

#main input[type=text], #main textarea {
	border: solid #555 1px;
	background: #111;
	color: #fff;
}