﻿.MyGridViewHead
{
    background-image: url(Images/CadreBleu/top-mid5.png);
    background-repeat: repeat-x;
    background-position: center;
    font-weight: bold;
    font-size: small;
    font-family: Calibri;
    color: Navy;
    text-align: center;
}

.MyGridViewRow
{
    background-image: url(Images/CadreBleu/Pager.png);
    background-repeat: repeat-x;
    background-position: center;
    font-family: Calibri;
    font-size: small;
    cursor: pointer;
    height: 20px;
}

.MyGridViewRow:Hover
{
    background-image: url(Images/CadreBleu/PagerHover.png);
}

.MyGridViewRowSelect
{
    background-image: url(Images/Bleu4/Pager.png);
    background-repeat: repeat-x;
    background-position: center;
    font-family: Calibri;
    font-size: small;
    cursor: pointer;
    height: 20px;
}

.MyGridViewFoot
{
    background-image: url(Images/CadreBleu/top-mid5.png);
    background-repeat: repeat-x;
    background-position: center;
    font-family: Calibri;
    font-size: small;
}
