body
{	
	background-image:URL(Data/_Images/Fond.JPG);		
	background-repeat:no-repeat;
	background-attachment:fixed;	
}
.AutreBody
{
	background-color: #bedce5;
}
.Button
{
	font-weight: bold;
	color: green;
	background-color :white;	
}
.LinkButton
{
	font-weight:bold;
	font-size:10pt;
}	
.HyperLink
{
	font-size :x-small;
}
.DataGrid
{	
	border-color:Black;	
}
.DataGridHeader
{
	background-color : Blue;	
}
.DataGridAlternatingItem
{
	background-color : #F7F7F7;
}
.THClass
{
	background-color :Blue;
}
.CheckBox
{
	font-weight:bold;
	font-size:10pt;
	color:Blue;
}


