.GridNews 
{ 
  cursor: pointer; 
  border:solid 0px #777777;
  width:100%;
}
.RowNews 
{ 
  background-color: #FFFFFF; 
  cursor: pointer;
}
.HoverRowNew 
{ 
  background-color :#666666;
	cursor: pointer; 
}
.HoverRowNew a.lnkNewsTitre
{ 
  color:Orange;
  cursor: pointer; 
}
.AlternatingRowNew 
{ 
  background-color: #eeeeee;
  cursor: pointer;
}
.SelectedRow
{
  background-color :#666666; 
  color:Orange;
  cursor: pointer; 	
}
a.lnkNewsTitre,a.lnkNewsTitre:visited,a.lnkNewsTitre:active
{
	text-decoration:none;
	color:Black;
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;
}

a.lnkNewsTitre:hover
{
	text-decoration:none;
	color:Orange;
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;
}
a.lnkNewsAuteur,a.lnkNewsAuteur:visited,a.lnkNewsAuteur:active
{
	text-decoration:none;
	color:Orange;
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;
}

a.lnkNewsAuteur:hover
{
	text-decoration:none;
	color:Black;
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;
}
.SelectedRowNews
{
	 background-color :#666666;
	  cursor: pointer; 
}
.SelectedRowNews a.lnkNewsTitre
{
	 background-color :#666666;
	 color:Orange;
	  cursor: pointer; 
}