/* tables */

th{
	font-weight:normal;
}

tr.tr_rouge td, tr.tr_rouge td a{
	background-color:#EC022D !important;
	color:white !important;	
}
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: #80C1E1;
	border: 0px solid #FFF;
	padding: 4px;
	color:#FFFFFF;
	text-decoration:underline;
	text-align:center;
}
table.tablesorter tfoot tr th {
	background-color: #2b70ab;
	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:#D7D7D7;
	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:#E4E4E4;
	color:#000;
	font-size:11px;
}

table.tablesorter tbody tr:hover td {
	background-color:#E4E4E4;
	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: #95D6FF;
}