tr td.Dossard,
tr td.Tps_chrono,
tr td.Ecartc {
	text-align:right;
}

tr td.Cltc {
	text-align:right;
	font-weight: bold;
}

tr td.Tps {
	text-align:right;
	font-weight: bold;
}

thead.rupture tr th {
	background-color: rgba(0,0,0,0.2);
	color: #3388CC;
}

marquee {
	background-image: url("../img/24x24_megaphone.png");
	background-repeat: no-repeat;
	padding-left:24px;
}

table td.hot
{
	font-weight:bold;
}

table td.Tps_chrono.hot {
	background:red;
	color:white;
}

th.portev {
    color:green;
}

th.porter {
    color:red;
}

td div.pena_0
{
	text-align: center;
	background-color:green;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:white;
	width:16px;
}

td div.pena_2
{
	text-align: center;
	background-color:yellow;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:black;
	width:16px;
}

td div.pena_5
{
	text-align: center;
	background-color:red;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:white;
	width:16px;
	font-size:10px;
}

tr td.Heure_depart {
	text-align:right;
}

td div.etat_1
{
	text-align: center;
	background-color:black;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:white;
}

td div.etat_2
{
	text-align: center;
	background-color:yellow;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:black;
}

td div.etat_3
{
	text-align: center;
	background-color:red;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:white;
}

td div.etat_4
{
	text-align: center;
	background-color:blue;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:white;
}

td div.etat_5
{
	text-align: center;
	background-color:green;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:white;
}

/* row alternate */
tr:nth-child(odd)		{ background-color:#eee; }
tr:nth-child(even)		{ background-color:#fff; }

