﻿.datagrid
{
    width: 80%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}
.datagrid .ligne
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
    background: #fcfcfc url(../images/datagrid_lg.png) repeat-x top;
    height:23px;
}
.datagrid .ligne_alterne
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
    background: #fcfcfc url(../images/datagrid_lgalt.png) repeat-x bottom;
    height:23px;
}
.datagrid .entete
{
    padding: 4px 2px;
    color: #fff;
    background: #424242 url(../images/datagrid_head.png) repeat top;
    background-size: 100% 100%;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}
.datagrid .pagination
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
    background-color: #F2F8FF;
    height:23px;
}
