/* tables */
table.tablesorter {
	/*background-color: #E6EEEE;*/
	margin:0px 0pt 15px;
	font-size: 14px;
	overflow-y: auto;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #A09FA3;
	border: 1px solid #FFF;
	font-size: 15px;
	padding: 4px;
	color:#FFF;
	font-weight:normal
}
table.tablesorter thead tr .header {
	background-image: url(../../maj/phototheque/photos/sortable/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #000;
	padding: 4px;
	background-color: #F4F4F4;
	vertical-align: top;
	font-size: 14px;
}
table.tablesorter tbody tr.odd td  {
	
	background-color:#FFFFFF;
	color:#000;
	font-size: 14px;
	
}

table.tablesorter tbody tr.even td  {
	background-color:#E4E4E4;
	color:#000;
	font-size: 14px;
}

table.tablesorter tbody tr:hover td  {
	
	background-color:#8DC836;
	color:#000;
	font-size: 14px;
	
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../../maj/phototheque/photos/sortable/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../../maj/phototheque/photos/sortable/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8DC836;
color:#FFF;
}


