
#contPerf{
	height: 280px;
	overflow:auto;
}

#contPerfGLPA{
	height: 280px;
	overflow:auto;
}

#tablePerf{
	width:100%;
	font-family:Arial;
	font-size:9pt;
	table-layout:fixed;
	border-collapse:collapse;
}

#tablePerfGLPA{
	width:100%;
	font-family:Arial;
	font-size:9pt;
	table-layout:fixed;
	border-collapse:collapse;
}

#tablePerf th{
	color:#ffffff;
	background-color: #4e1e82;
	text-align:center;
	padding:2px;
}

#tablePerfGLPA th{
	color:#333333;
	background-color: #f4ae8c;
	text-align:center;
	padding:2px;
}

.tabPerfTd{
	border:1px solid #333333;
	font-family:Arial;
	font-size:8pt;
	padding: 5px;
}
.tabPerfTdUser{
	border:1px solid #333333;
	font-family:Arial;
	font-size:8pt;
	padding: 5px;
	font-weight:bold;
	background-color:#EEEEEE;
}
#infosBulleIndex2{
	position:absolute;
	border:2px solid #F2B000;
	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;
}
#imgInfosBulleIndex2{
	position:relative;
	border:0px solid red;
	cursor:pointer;
	width:30px;;
}