table.myGrid
{
	font-size: 12px;
	text-align:left;
	background-color:#c9c9db;
	border-collapse: collapse;
	empty-cells: hide;
	width:100%;
	border: none;
}
table.myGrid tr
{
	vertical-align: middle;
	/*border-bottom: 1px solid #e0e0e0;	*/
}
table.myGrid tbody tr:hover
{
	background-color:#ffffff;
}
table.myGrid tr td
{
	border-bottom: 1px solid #a3a3b6;
	border-left: 1px solid #a3a3b6;
	padding: 3px;
}
table.myGrid td.f, table.myGrid th.f
{
	border-left: none;
}
table.myGrid td.nom
{
	background-color:#ff0000;
}

.rouge{background-color:#7f0000;}
.orange{background-color:#fea74a;}
.vert{background-color:#00af00;}
.bleu{background-color:#00007f;}
.violetpale{background-color:#ddbcff;}
.bleupale{background-color:#8caec4;}
.turquoise{background-color:#006273;}
.saumon{background-color:#a46273;}


table.myGrid td.trameDiag
{
	background-image: url('../pic/trameDiag.png');
}

table.myGrid td.left {text-align: left;}
table.myGrid td.center {text-align: center;}
table.myGrid td.right {text-align: right;}

table.myGrid td.notxt {color: white};

table.myGrid thead tr
{	
	
}
table.myGrid thead tr th
{	
	border:1px solid #a3a3b6;
	border-right: none;
	border-top: none;
	background-color:#451156;
	padding:5px;
	color:#ffffff;
	text-align:center;
}
table.myGrid tbody tr.eoa td
{
	border-bottom:none;
}
