.page-game-list table#item {
	font-size: 12px; /* sinon la liste est trop large pour les petites résolutions */
}
.page-game-list sup {
	cursor: help;
	font-weight: bold;
}
.page-game-list a,
.page-game-list a:visited {
	color: #000;
}
.page-game-list a.white-player,
.page-game-list a:visited.white-player {
	border: #000 1px solid;
	background-color: #FFF;
	color: #000;
}
.page-game-list a.black-player,
.page-game-list a:visited.black-player {
	border: #FFF 1px solid;
	color: #FFF;
	background-color: #000;
}
.page-game-list form div {
	margin: 5px;
}
.page-game-list .best-perf {
	margin: 5px;
	margin-left: 0px;
}
.page-game-list .more-info em {
	text-decoration: underline;
}
.page-game-list .stats-cnt table {
	width: 360px;
}
.page-game-list .stats-duration table,
.page-game-list .stats-cnt table th {
	text-align: left;
}
.page-game-list .stats-duration table {
	width: 360px;
	float: left;
}
.page-game-list .stats-duration table.fast-games {
	margin-right: 25px;
}
.page-game-list button {
	margin: 1px;
}
.page-game-list .accordion {
	font-size: 0.9em;
}
.displaytag .pagelinks a {
	color: #0045BF ;
}
.displaytag .pagelinks a:hover {
	color: #C74816;
}
.displaytag .pagelinks a:visited {
	color: #8F8D85;
}
