table thead ,
table thead tr:hover
{
	background : #4d4d4d;
	color: #fff;
}
table tfoot,
table tfoot tr:hover
{
	background : #4d4d4d;
	color: #fff;
}

table 
{
	border: 1px solid #fff;
	border-collapse: collapse;
	margin: 5px 0px;
}
table tr td,
table tr th
{
	padding: 2px;
}

table tr , table tr td, table tr  th
{
	border: 1px solid #fff;
}

table tr td.lignePaire
{
  background : #e4e2e2;
} 
table tr td
{
  background : #fff;
} 
table tr:hover
{
  background : #ebc2c2;
}             