/* tables */
#content .tablesorter-header {
	background-image: url(../images/symbole/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 20px;
	vertical-align:middle;
}
#content .tablesorter-headerAsc {
	background-image: url(../images/symbole/desc.gif);
}
#content .tablesorter-headerDesc {
	background-image: url(../images/symbole/asc.gif);
}