body {
	background-color:#ccffcc;
	margin:0px;
	height:100%; 
}

table.principal {
	height:100%;
}

tr.principal {
	height:100%;
}

td.principal {
	vertical-align: top;
}

.leftbar {
	background-color:#aaaaff;
	width:9em;		
	border-right: 10px solid #ccffcc;
	height:100%;
}

.centre {
	text-align:center;
}

/* Countdown plugin */

.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:#555555;
color:#00ff00;
font: bold 18px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}

table.resultats {
	border-collapse:collapse;
}

td.resultats {
 padding-right : 30px;
}

.underline {
	text-decoration:underline;
}
