/* styles pour les mep des tableaux des communes, versements, etc... */
.glossary {
   width:550px;
   margin:20px;
   border:3px solid #ccc;
}

.glossary th {
    background-color:#ddd;
}

.glossary td.word {
   border-bottom:1px solid #777;
   font-family:Verdana;
   font-size:1em;
   font-style:oblique;
}

.glossary td.def {
    border-bottom:1px solid #777;
   font-family:Verdana;
   font-size:1em;
   font-style:oblique;
   text-align:justify;
}

.tableau {
   width:550px;
   margin:20px;;
}

.titres_tab {
   font-family:Verdana;
   font-size:1.2em;
   color:#777777;
   border-bottom:3px solid #777;
   text-transform:uppercase;
   text-align:left;
   font-weight:bold;
}


.cell   {
   border-bottom:1px solid #777;
   font-family:Verdana;
   font-size:1em;
   font-style:oblique;
}

/* styles des tableaux de la bdd */

.versements_tab th{
   font-size:0.9em;
   background-color:#ddd;
   font-weight:bold;
   border-left:1px solid #ccc;

}

.versements_tab td{
   text-align:center;
   padding-top:15px;
   padding-bottom:15px;
   font-size:0.8em;
   border-left:1px solid #ccc;
}


