
/* Pour afficher les deux boutons grisés */
th.sortable-text, 
th.sortable-date,
th.sortable-date-dmy,
th.sortable-currency,
th.sortable-numeric,
th.sortable-keep,
th.sortable-sortDateAlert,
th.sortable-sortFileSize,
th.sortable-sortImage,
th.sortable-sortScientificNotation,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortDutchCurrencyValues,
th.sortable-sortEnglishDateTime
{
	background:transparent url("../gfx/sort_table_No_Order.png") no-repeat 0 0;
	background-position:5px 50%;
}


/* Pour afficher le bouton Descendant */
th.forwardSort 
{
	background:transparent url("../gfx/sort_table_Desc_Order.png") no-repeat 0 0;
	background-position:5px 50%;
}

/* Pour afficher le bouton Ascendant */
th.reverseSort 
{
	background:transparent url("../gfx/sort_table_Asc_Order.png") no-repeat 0 0;
	background-position:5px 50%;
}


/* Style de l'entete avec la balise A */
th.sortable-text a:link, 
th.sortable-date a:link,
th.sortable-date-dmy a:link,
th.sortable-currency a:link,
th.sortable-numeric a:link,
th.sortable-keep a:link,
th.sortable-sortDateAlert a:link,
th.sortable-sortFileSize a:link,
th.sortable-sortImage a:link,
th.sortable-sortScientificNotation a:link,
th.sortable-sortIPAddress a:link,
th.sortable-sortEnglishLonghandDateFormat a:link,
th.sortable-sortByTwelveHourTimestamp a:link,
th.sortable-sortDutchCurrencyValues a:link,
th.sortable-sortEnglishDateTime a:link
{
	text-decoration:none;
	background-color:transparent;
	color:#000000;
}

/* Style de l'entete avec la balise A visité */
th.sortable-text a:visited, 
th.sortable-date a:visited,
th.sortable-date-dmy a:visited,
th.sortable-currency a:visited,
th.sortable-numeric a:visited,
th.sortable-keep a:visited,
th.sortable-sortDateAlert a:visited,
th.sortable-sortFileSize a:visited,
th.sortable-sortImage a:visited,
th.sortable-sortScientificNotation a:visited,
th.sortable-sortIPAddress a:visited,
th.sortable-sortEnglishLonghandDateFormat a:visited,
th.sortable-sortByTwelveHourTimestamp a:visited,
th.sortable-sortDutchCurrencyValues a:visited,
th.sortable-sortEnglishDateTime a:visited
{
	text-decoration:none;
	background-color:transparent;
	color:#000000;
}

/* Style de l'entete avec la balise A survolé */
th.sortable-text a:hover, 
th.sortable-date a:hover,
th.sortable-date-dmy a:hover,
th.sortable-currency a:hover,
th.sortable-numeric a:hover,
th.sortable-keep a:hover,
th.sortable-sortDateAlert a:hover,
th.sortable-sortFileSize a:hover,
th.sortable-sortImage a:hover,
th.sortable-sortScientificNotation a:hover,
th.sortable-sortIPAddress a:hover,
th.sortable-sortEnglishLonghandDateFormat a:hover,
th.sortable-sortByTwelveHourTimestamp a:hover,
th.sortable-sortDutchCurrencyValues a:hover,
th.sortable-sortEnglishDateTime a:hover
{
	text-decoration:underline;
	background-color:transparent;
}
