div.photo
{
	width:136px;
	height:90px;
	overflow:hidden;	
	text-align:center;
}
div.photo img{border:none;}
td.an,
td.num
{
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
}
td.num
{
	color:#444;
}

table.tableau
{
	border:none;
	border-collapse:collapse;
	padding:0px;
	width:100%;
}

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

table.tableau tr
{
  background:#fff;
}

table.tableau  td
{
  padding:3px 41px 3px 0px;
  margin:0px;
  border-top:1px solid #555;
}
span.trouve
{
	background:#ffff00;
	padding:1px 3px;
}
div.pagination
{
	clear:left;
	width:100%;
	background:#eee;
	text-align:center;
	margin:4px 0px;
}
