div#BDDensemble {
    background: #d3d9fd url(../images/fondecran_tex_1b.jpg);
    background-repeat:repeat-x;
    min-height: 300px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    vertical-align : top;    
    text-align: center;
	display : table;
	margin: 0 auto;
}
div#BDDensemble p#spacer { clear: both; height: 1px; }

div#BDDleft {
    background: #d3d9fd url(../images/fondecran_tex_1b.jpg);
    background-repeat:repeat-x;
    padding: 3px;
    margin: 10px 10px 10px 10px;
    text-align: left;
    width: 180px;
    min-height: 250px;
    overflow: hidden;
    /* line-height: 2em; */
    float: left;
}
div#BDDright {
    background: transparent url(../images/fondecran_tex_2b.jpg);
    padding: 3px;
    margin: 10px 10px 10px 0px;
    min-height: 250px;
    /* margin: 0px 20px 20px 210px;
    min-height: 450px; */
    text-align: center;
    overflow: hidden;
    float: left;
}
div#BDDtitle {
    font-size: 12px;
    color: #d3d9fd;
    font-weight: bold;
    text-align : center;
    margin: 10px 0 0 0;
}

/* TABLEAU DE LA LISTE DES DOSSIERS */
table#nbrDF  {
    width:100%; 
}
table#nbrDF td.nbrD0 {
    vertical-align: top; 
    text-align: center; 
    width: 15px; 
}
.nbrD1{
    color: orange;
}
table#nbrDF td.nbrD1 {
    vertical-align: top; 
    text-align: center; 
    width: 15px; 
}
table#nbrDF td.nbrF0 {
    vertical-align: top; 
    text-align: center; 
    width: 15px; 
}
.nbrF1{
    color: blue;
}
table#nbrDF td.nbrF1 {
    vertical-align: top; 
    text-align: center; 
    width: 15px; 
}

/* TABLEAU DE LA LISTE DES FICHIERS */
div#BDDright table#listefichiers{
    margin: 10px;
}
table#listefichiers tr th {
    padding: 3px;
    border: 1px solid gray; 
    text-align: center; 
    vertical-align: middle; 
    height:18px;
}
table#listefichiers tr th a.entetecolonne:link {
    color:green;
}
table#listefichiers tr th a.entetecolonne:hover {
    color:red;
}
table#listefichiers tr td {
    padding: 1px;
    border: 1px solid #aaaaaa; 
    vertical-align: middle; 
    height:18px; 
    text-align:center;
}
table#listefichiers tr td.nomfichier {
    text-align:left;
}



         
p.nbrF0 {font-size: 9px; 
         color : black;
         }
p.nbrF1 {font-size: 9px; 
         color: blue;
         }

/* RESUME DES DERNIERS AJOUTS */
table#BDDrecent {
    background-color: #e0e0ff; 
    margin:auto;
}
table#BDDrecent td.LibDate {
    font-size: 10px; 
    border: 1px solid silver; 
    color: #005500;  
    text-align: center; 
    height: 25px;
}
table#BDDrecent td.Date {
    font-size: 10px; 
    border: 1px solid silver; 
    color: #009900;  
    text-align: center; 
    height: 25px;
}

span.dossierselectionne {
    background:transparent;
    display: block;
}
span.dossiernonselectionne {
    display: block;
}
span.dossiernonselectionne:hover {
    color: #ff0;
    background: transparent url(../images/fondecran_tex_1b.jpg);
    text-decoration: none;
    display: block;
}
span.dossierselectionne {
    text-decoration: none;
    background-image: url("../images/lienselect.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;	
}
span.dossiernonselectionne  a:hover{
    display: block;
    text-decoration: none;
}
img { border-width: 0; }

div#remarques {
    font-size: 9px;
}
ol.niveau1 {
    margin: 0 0 0 -15px;
    counter-reset:Point_liste_niveau1;
    list-style-type:none;
}
ol.niveau1 li:before {
    content: counter(Point_liste_niveau1) ". ";
    counter-increment:Point_liste_niveau1;
}
ol.niveau2 {
    margin: 0 0 0 -15px;
    counter-reset:Point_liste_niveau2;
    list-style-type:none;
}
ol.niveau2 li:before {
    content: counter(Point_liste_niveau2,lower-alpha) ". ";
    counter-increment:Point_liste_niveau2;
}
