div.choix-infos
{
	background:#ddd;
	padding:0px;
	text-align:center;
	margin:5px auto;
	display:block;
	width:100%;
	height:16px;
	line-height:16px;
	clear:both;
	float:left;
}

h2
{
	clear:both;
}

div.categorie
{
	display:block;
	width:100%;
	float:left;
}

table.tableau
{
	border:none;
	border-collapse:collapse;
	padding:0px;
	margin:4px auto;
	width:500px;
}

table.tableau tr.rangee0
{
  background:#eee;
  cursor:pointer;
}

table.tableau tr.rangee1
{
  background:#fff;
  cursor:pointer;
}

table.tableau  tr.trhover,
table.tableau  tr:hover
{
  background:#CCC;
}

table.tableau  td
{
  padding:3px;
  margin:0;
  border-top:1px solid #555;
}
table.tableau  td div.vignette
{
	text-align:center;
}
tr.titre-tr
{
	font-weight:bold;
	text-align:center;
}
table.tableau  td.numero
{
	font-weight:bold;
	font-size:1.5em;
}
table.tableau  td.numero span
{
	font-weight:normal;
	font-size:0.6em;
}

div.stats
{
	width:490px;
	margin:0px auto;
	background:#fff;
	padding:5px;
}

div.stats h3
{
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	margin-left:-5px;
}
div.visu
{
	text-align:center;
	margin:0px auto;
	width:410px;
}
span.ab,
span.arr
{
	display:block;
	float:left;
	padding-left:3px;
	border:1px dotted #000;
}
span.ab
{
	background:#eee;
	border-right:none;
}
span.arr
{
	background:#C9B2A2;
}
