table.adlmSecretariatTable{
background-color: #ffffff;
border-collapse: collapse;
}

table.adlmSecretariatTable td{
background-color: #dadada;
border: 1px solid #f0f0f0;
}

table.adlmSecretariatTable th{
background-image: url('images/tabareabg.gif');
background-repeat: repeat-x;
background-attachment: scroll;
background-position: top;
background-color: #ffffff;
border: 2px solid #cccccc;
}


table.adlmSecretariatTable tr:hover th[scope="row"], table.adlmSecretariatTable tr:hover td 
{
background-color: #AA6666;
color: #ffffff;
}

table.listeAG {
 border-collapse:collapse;
 width:90%;
 }
table.listeAG th, td {
 border:1px solid black;
 width:20%;
 }
table.listeAG td {
 text-align:center;
 }
table.listeAG caption {
 font-weight:bold
 }


