﻿/*RadGrid*/
.RadImageButtonCol
{
    cursor: pointer;
    cursor: hand;
}
.RadGridLargeurItem
{
    overflow: hidden;
}
.RadGrid A
{
    background-color: Transparent;
    text-decoration: underline;
    color: #000 !important;
}
.RadGrid A:hover
{
    background-color: Transparent;
    text-decoration: underline;
    color: #000 !important;
}
.RadGrid A:active
{
    background-color: Transparent;
    text-decoration: underline;
    color: #000 !important;
}
.RadGrid A:visited
{
    background-color: Transparent;
    text-decoration: underline;
    color: #663399 !important;
}

