body {
background-color:#000000;
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.player {
	visibility: hidden;
}

h1.title {
	color: #ff9900;
}

/*
Nicko, css temporaire pour la page listant les tgp
*/
a:link, a:hover, a:visited, a:active {
	color: green;
}
table.tgps {
border: medium solid #6495ed;
border-collapse: collapse;
width: 950px;
}

table.tgps th {
font-family: monospace;
border: thin solid #6495ed;
padding: 5px;
color: #ff9900;
font-size: 16px;
font-weight: bold;
}

table.tgps td {
font-family: sans-serif;
border: thin solid #6495ed;
padding: 5px;
text-align: center;
}

table.tgps caption {
font-family: sans-serif;
font-size:18px;
font-weight: bold;
margin-bottom: 12px;
color: #ff9900;
}

