﻿
#Grid, .Grid
{
    margin: 0;
    padding: 0;
    overflow: auto; 
    height:500px;
    width:900px;
}

.GridView
{
    border: 0;
    background-color:Transparent;
    table-layout: auto;
    border-collapse: separate;
}

.GridView th
{
    border: 0;
    display: none;
}

.GridView td
{
    border-bottom: solid 1px #918f90;
    border-left: solid 0px #918f90;
    border-right: 0;
    border-top: 0;
    vertical-align: middle;
}

.GridRow
{
    border: 0;
    border-collapse:separate;
    background-color: Silver;
    width: 100%;
}


.GridBox
{
    margin: 0;
    padding: 0;
    border: 0;
    border-left: solid 0px gray;
    padding-left: 0px;
    white-space:normal;
    overflow: hidden;
}

.GridHead
{
	table-layout:auto !important;
	border-collapse:collapse;
	border-spacing:0px;
	position:relative;
    border: solid 2px #969495;
    background-color: Transparent;
    background-image: url(../images/entetes.jpg);
    background-repeat:repeat-x;
    background-position: left top;
    margin: 10px 0 0 0px;
    padding: 0;
}

.GridHead td
{
    background-color: Transparent;
    text-align: center;
    color: White;
    border: solid 0px blue;
    font-size: 12px;
    vertical-align: middle;
    padding: 3px 0 3px 0;
}

.GridHead td span, .GridHead span
{
    background-color: Transparent;
    color: White;
    font-size: 12px;
    display: block;
    text-align: left;
}


#Detail
{
    position:absolute;
    display: block;
    width: 600px;
    height: 600px;
    left: 0;
    top:0;
    background-color: White;
    float: left;
}

.Filtres
{

}
 
.Filtres td.InputLabel
{
    padding: 4px 0 4px 8px;
    border:solid 1px black; 
    background-color:Silver;
}

.Filtres td.InputLabel label
{
    margin:0 5px 0 0;
    color:#444444;
    font-weight: normal;
}

.Filtres td.InputLabel span
{
}

.Filtres td.GrosTitre
{
    margin: 0;
    color: White;
    font-weight: bold;
    font-size: 14px;
}