<!--
/*
feille de style
*/
/* 
   ----- id
*/
#thumb {
	height: 700px;
	text-align: center;
	padding: 0px 0px 30px;
}
table.player {
	float: left;
	margin: 25px 6px 15px 8px;
}
table.player img {
	border: none;
}
tr.haut {
	height: 5px;
}
td.coin_g {
	width: 5px;
	background: url(../images/coin_g.gif) no-repeat;
}
td.bar_h {
	width: 352px;
	background: url(../images/1x5_h.gif) repeat-x;
}
td.coin_d {
	width: 5px;
	background: url(../images/coin_d.gif) no-repeat;
}
tr.milieu {
	height: 264px;
}
td.bar_g {
	width: 5px;
	background: url(../images/5x1_g.gif) repeat-y;
}
td.photo {
	font-size: 0px;
	width: 352px;
	background: #000;
}
td.bar_d {
	width: 5px;
	background: url(../images/5x1_d.gif) repeat-y;
}
tr.bas {
	height: 39px;
}
tr.bas td {
	width: 362px;
	background: url(../images/bas.gif) no-repeat;
}
-->

