body, table{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}

body{
	background: #000000 url( "images/background_dark.jpg" ) no-repeat fixed;
	}

img {
	border:none;
	}

a {
	color: #12e630;
	}

	
a:hover{
	color: #CCCCCC;
	background: #222222;
	}
	
a:visited {
	color: #24aca7;
	font-style: italic;
	}

p {
	text-align: justify;
	}

p:first-letter, blockquote:first-letter{
	float: left top;
	font-size: 16pt;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #12e630;
	margin: 0px;
	}

/*     Menu	 */
.menu{
	width: 160px;
	padding: 5px;
	}
	
.title{
	background: #162b00 url( "images/title.jpg" ) repeat-x;
	color: #CCCCCC;
	margin: 0px;
	border: 1px solid #535e54;
	border-bottom: 0px;
	text-align: center;
	font-size: 10pt;
	}
		
/*.title:before{
	content: url( "images/etoile8.gif" ) " ";
	}
	
.title:after{
	content: " " url( "images/etoile8.gif" ) ;
	}*/

blockquote{
	text-align: left;
	}
	

.sectionTitle{
	padding: 12px;
	font-weight: bold;
	text-decoration: underline;
	}
	
.subtitle{
	padding: 10px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	}
	
.content{
	padding: 5px;
	border-bottom: 1px solid #668d92;
	border-left: 1px solid #668d92;
	border-right: 1px solid #668d92;
	text-align: left;
	}

.menu a, a.bl {
	display: block;
	color: #12e630;
	text-decoration: none;
	}

.menu a:before, a.bl:before{
	content: url( "images/1rightarrow.png" ) " " ;
	text-decoration: none;
	}
	
.menu a:visited, a.bl:visited {
	color: #24aca7;
	font-style: italic;
	text-decoration: none;
	}
	
/* 	Fin menu */
	
.transparent{
	background-color: #000000;
	filter:alpha(opacity=0); 
	-moz-opacity:0.6;
	opacity: 0.6;
	}

.page{
	width: 95%;
	padding: 5px;
	}

.center{
	text-align: center;
	}
	
/* Connexion */
.member{
	display: block;
	border: 1px solid #7cd8db;
	margin: 5px;
	padding: 5px;
	}

/* formulaire */
.error{
	color: #00FF00;
	}

hr {
	background: #1f4c70;
	height: 3px;
	border: 1px solid #000000;
	margin-right: 5px;
	margin-left: 5px;
	}

/* Listing */
table.listing{
	border: 1px solid #668d92;
	margin: 10px;
	width: 100%;
	}
	
table.listing tr.head{
	background: #123456;
	text-align: center;
	font-weight: bold;
	}
	
table.listing tr{
	text-align: center;
	}
	
table.listing tr:hover{
	background: #666666;
	}
	
table.listing tr.head:hover{
	background: #123456;
	}
	
	
tr.row0{
	}
	
tr.row1{
	background: #333333;
	}

.race0 {font-weight: bold; color: #CC00FF;}

.race1 {font-weight: bold; color: #0066CC;}

.race2 {font-weight: bold; color: #FFCC00;}

.race3 {font-weight: bold; color: #CC0033;}

.race4 {font-weight: bold; color: #009933;}

.race5 {font-weight: bold; color: #777777;}
