/* tables */

th{
	font-weight:normal;
}


table.tablesorter {
	font-family:Verdana, Helvetica, sans-serif;
	/*background-color: #E6EEEE;
	*/
	margin:5px 0pt 15px;
	text-align: left;
}
table.tablesorter thead tr th {
	/*background-color: #A4B727;*/
	background-color:#63B1BD;
	border: 0px solid #FFF;
	padding: 4px;
	color:#FFFFFF;
	text-decoration:underline;
	text-align:center;
}
table.tablesorter tfoot tr th {
	background-color: #A4B727;
	border: 0px solid #FFF;
	padding: 4px;
	color:#FFFFFF;
}

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: #FFF;
	vertical-align: top;
		font-size:11px;
}

table.tablesorter tbody  td {
	/*
	text-align:right;
	*/
}

table.tablesorter tbody tr.odd td {
	background-color:#e3e3e3;
	color:#000;
	font-size:11px;
}

table.tablesorter tbody tr.odd2 td {
	background-color:#F0A6AD!important;
	color:#000!important;
	font-size:11px!important;
}

table.tablesorter tbody tr.actif td {
	background-color:#A4B727;
	color:#FFF;
	font-size:11px;
}

table.tablesorter tbody tr.odd:hover td {
	background-color:#BCBCBC;
	color:#000;
	font-size:11px;
}

table.tablesorter tbody tr:hover td {
	background-color:#BCBCBC;
	color:#000;
	font-size:11px;
}

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: #3A828B;
}

table.tablesorter tbody td.header{
	background-color:#3A828B!important;
	color:#FFF!important;	
}

.footer td{
	 background:#63B1BD!important;
	 color:#FFF!important;
}
.footer2 td{
	 background:#3A828B!important;
	 color:#FFF!important;
}