table.tablesorter {
	font-size: 12px;
	font-family : arial ;
	background-color: #fff;
	width: 100%;
	border: 1px solid #000;
	
}
table.tablesorter th {
	text-align: left;
	padding: 5px;
	background-image: url(fond.png);
	background-repeat: no-repeat;
	cursor:pointer;
	border-bottom: 1px solid #000;
}
table.tablesorter td {
	color:black;
	padding: 5px;
}
table.tablesorter .even {
	background-color: #3D3D3D;
}
table.tablesorter .odd {
	background-color: #6E6E6E;
}
table.tablesorter .header {
	background-image: url(bg.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}
table.tablesorter .headerSortUp {
	background-image: url(asc.png);
	background-repeat: no-repeat;
}
table.tablesorter .headerSortDown {
	background-image: url(desc.png);
	background-repeat: no-repeat;
}
