﻿/*Pour les gridView*/
.gridView
{
	width: 100%;
	text-align: left;
	border: 0;
}
.header
{
	background: #efeded;
}
.alternatingRow
{
	background: #e8ebf0;
}
th a
{
	color: #fff;
}
.gridView td, th
{
	padding: 4px 4px;
	border: 0;
}
