﻿.journeeres {
	width:100%;
	text-align:center;
}
.journeeres, .journeeres tr {
	border:1px solid white;
	border-collapse:collapse;
}
.journeeres .line-1 {
	background-color:#E6ECF2;
	color:#000000;
}
.journeeres .line-2 {
	background-color:#A9C6EF;
	color:#000000;
}
.journeeres .boxtitle, .journeeres .jourdate {
	background-color:#6A90C7;
}
.journeeres .boxtitle {
	font-weight:bold;
	font-size:1.2em;
}
.journeeres tr { width:100%; }
.journeeres td { border-top:1px solid white; }



#classement {
	width:100%;
	text-align:center;
}
#classement, #classement tr, #classement td {
	border:1px solid white;
	border-collapse:collapse;
	color:#000000;
}
#classement .title {
	background-color:#6A90C7;
}
#classement .trblanc {
	background-color:#E6ECF2;
}
#classement .trgris {
	background-color:#A9C6EF;
}