
#classement{
	font-family:Arial;
	font-size:9pt;
	margin-left:20px;
}
#classement td{
	text-align:left;
}
#classement .titre{
	font-weight:bold;
	text-align:left;
	padding-top:15px;
	font-size:11pt;
}
#tableauClassement{
	height:150px;
	overflow-y:scroll;
}
#tableauClassement table{
	/*border:1px solid #333333;*/
	border-collapse:collapse;
	width:550px;
}
#tableauClassement td{
	border:1px solid #333333;
	padding-left:5px;
	padding-right:5px;
}
#tableauClassement th{
	padding-left:2px;
	padding-right:2px;
	text-align:left;
	background-color:#450784;
	color:white;
	font-size:8pt;
	font-weight:lighter;
}
#infosBulleIndex{
	position:absolute;
	border:2px solid #450784;
	margin-top:80px;
	margin-left:240px;
	width:350px;
	text-align:justify;
	background-color:white;
	color:#444444;
	display:none;
	font-faily:Arial;
	font-size:8pt;
	padding:2px;
	opacity:1;
	filter:alpha(opacity=100);
	z-index:1000;
}
#imgInfosBulleIndex{
	position:relative;
	border:0px solid red;
	
	cursor:pointer;
}
div#colonneC div#classementInfosSerie em{
	font-weight:normal;
	
}
#infos2012{
	position:absolute;
	border:0px solid #450784;
	margin-top:60px;
	margin-left:500px;
	width:300px;
	text-align:justify;
	/*background-color:red;*/
	color:#000000;
	display:block;
	font-family:Arial;
	font-size:13pt;
	font-weight:bold;
	padding:2px;
}