﻿/* CSS Document tri tableau */
.sortHeader {
	text-decoration: none;
}
table.sortable {
	border-top: 5px solid #FFFFFF;
	border-bottom: 1px solid #E2E2E2;
	font-size: 10px;
}
table.sortable th a {
	color: #5C5C5C;	
}
table.sortable th a:hover {
	color: #FF0000;	
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
}
table.sortable th {
	background-color: #FBFBFB;
	border-bottom: 1px solid #E2E2E2;
	height: 20px;
	font-weight: normal;
}
table.liste tr {
	background: #FFFFFF;
	height: 10px;
}
table.liste th {
	background-color: #FBFBFB;
	border-bottom: 1px solid #E2E2E2;
	text-align: left;
	font-weight: normal;
}
table.sortable td {
	vertical-align: top;
	border-left-width: 2px;
}
tr.clic {
    background-color: #FFF3C4;
}
tr.listcontenu1 {
	background-color: #FFFFFF;
}
tr.listcontenu2 {
	background-color: #F5F5F5;
}

tr.survol {
	background-color: #FFFF71;
}

table.sortable tr.sortBottom td {
	background-color: #F0F0F0;
	font-weight: bold;
}

.flt {
	background-image:url(icones/filtre.png) ;
	background-repeat:no-repeat ;
	font-weight:bold ;
}

.flt_s {
	background-image:url(icones/filtre.png) ;
	background-repeat:no-repeat ;
	font-weight:bold ;
}

.style1 {
	font-family: monospace;
	font-weight: bold;
	color: #E2E2E2;
}
.style2 {
	color: #E2E2E2;
}