body {
	
	background:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a {
	color:#fff;
}

.clear {
	clear:both;	
}

#content .red, #content h2.red {
	color:#900;
}

.lang {
	font-size:0.75em;	
	float:right;
	position:relative;
	z-index :20;
	top:-10px;
}
.lang strong {
	color:#900;	
}

#content hr {
	border:none;
	height:1px;
	background:#333;
}


#outer {
		
}

#inner {
	width:960px;
	margin: 20px auto;
	color:#fff;
	background:url(../img/header.jpg) no-repeat top left;	
}

#header {
	
	height:350px;
	
}

#header #logo {
	width:320px;
	float:left;
	height:350px;
	text-decoration:none;
	color:transparent;
	outline:none;
	z-index :19;
	
}

#header .label {
	float:right;
	clear:right;
	margin-top:10px;
	margin-right:10px;
	
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	
}
#header .label h1 {
	font-size:1.5em;
	color:#fff;
	margin:0;
	padding:0;
}
#header .label h2 {
	font-size:0.85em;
	color:#eee;
	margin:0;
	padding:0;
}

#menu {
	float:right;
	width:617px;
	clear:right;
	background:url(../img/menu.png) no-repeat top right;
	margin-top:150px;
	height:42px;
	padding:1px 0;
}

#menu ul {
	list-style:none;
	height:44px;
	margin:0;
	padding:0;
	margin-left:40px;
}

#menu ul li {
	font-size:1.5em;
	float:left;
	margin:0;
	padding:4px 20px;
	height:34px;
}

#menu ul li a {
	text-decoration:none;
}

#menu ul li:hover {
	background:#900;
}

#content {
	
	padding: 0 20px 50px 75px;
	
}

#content h1 {
	color:#ccc;
}

#content div.grey {
	background:#232323;
}
#content div.right {
	width:350px;
	float:right;
	margin-left:10px;
}
#content div.left {
	width:450px;
	float:left;
	margin-right:10px;
}
#content div.box {
	padding:20px;
	font-size:0.9em;
	color:#999;
}

fieldset {
	border:solid 1px #222;
	background:#222;
	
	color:#999;}
	
fieldset p label {
	width:300px;
	padding:5px;}
fieldset p input {
	padding:5px;
}

fieldset p input[type=text] , fieldset p input.text, fieldset p textarea {
	background:#111;
	color:#ccc;
	border:solid 1px #333;
}

button[type=submit] {
	background:#222;
	border-color:#333;
	padding:10px;
	color:#ccc;
	font-size:1.5em;
}


#reglements {
	list-style:decimal;
	width:600px;
}
#reglements li {
	margin-bottom:10px;
	color:#999;
	font-size:0.95em;
}

#reglements li strong {
	font-size:1.3em;
}


#footer {
	
	border-top:solid 1px #333;
	margin-top:10px;
	padding:5px 20px;
	font-size:0.75em;
	color:#900;
}

#footer a {
	
	color:#666;
}

