body
{
	background-color: #000;
	background-image: url('/images/dashboard.png');
	/*background-attachment:fixed;*/
	background-position:center;
	background-repeat: no-repeat; 
}

body a
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#title_banner {
	text-align: center;
	margin: auto;
	width: 559px;
	display: block;
}

#page
{
width: 100%
}

#main
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#logo_img
{
	width: 600px;
	margin-left: 100px;
	padding-bottom: 40px;
}

#content
{
	padding: 5px 5px 5px 5px;
	font-family: Helvetica;
	color: white;
	/*	
	border-color: #ff0000;
	border-style: solid;
	border-width: 1px;
	*/
}

#description
{
	padding: 5px 5px 5px 5px;
	font-family: Helvetica;
	color: white;
	font-weight: bold;
	font-size: 10pt;	
}

#reglement_img
{
	padding-bottom: 20px;
}

#reglement
{
	width: 600px;
	height: 300px;
	margin-left: 100px;
	margin-top: 10px;	
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
	overflow: auto;
	/*white-space: pre;*/
}

#register
{
	width: 300px;
	margin-left: 250px;
	padding: 5px 5px 5px 5px;
}

#login
{
	width: 350px;
	margin-left: 215px;
	padding: 5px 5px 5px 5px;
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;	
}

#epreuvesTab
{
	width: 100%;
}

#epreuvesTab td
{
	text-align: center;
}

#validTable
{
	width: 100%;
}

#validTable td
{
	text-align: center;
	vertical-align: center;
}

#validation
{
margin-top: 10px;
}

#classement
{
	width: 400px;
	border-collapse: collapse;
}

.colpoints
{
	width: 120px;
	padding: 2px 2px 2px 2px;
	border-left-style: solid;
	border-color: red;
	border-width: 2px;
	text-align: center;	
}

.colusername
{
	width: 100%;
	padding 2px 2px 2px 2px;
	font-weight: bold;
}

.class_header
{
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: red;
}

.bold
{
	font-weight: bold;
}

.white
{
	color: #fff;
}

.header
{
	padding-bottom: 10px;
}


.link_vignette {
	display: block;
	text-align: center;
	margin-top: 35px;
}

