/* listing catégories*/
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
line-height:15px;
font-size:12px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

/*********************/

.menu_ftp {
  display:inline;
  position:relative;
  top:12px;
  left:12px;
  width:80px;
  text-align:left;
  visibility:hidden;
  z-index:20;
}

.menu_ftp_center {
  top:0;
  left:0;
  background:white;
  padding:0 5px 0 5px;
  position:absolute;
  text-align:left;
  visibility:hidden;
  border:1px solid black;
  padding: 3px 3px 3px 3px;
}

.menu_alt_t { width:80px; background:white; border:0; border-collapse:collapse; margin:0; padding:0; }
.menu_alt_t a { color: black; text-decoration:none; }
.menu_alt_t a:hover { color: black; text-decoration:none; background:lightgray; }
.menu_alt_t a:focus { color: black; text-decoration:none; background:lightgray; }

.menu_alt_link:hover { background:lightgray; color:black; }

.file_ftp { color: black; text-decoration:none; }
.file_ftp:focus { color: black; text-decoration:none; background:lightgray; }
.file_ftp:active { color: black; text-decoration:none; background:lightgray; }

.link_ftp { color: blue; text-decoration:none; }
.link_ftp:focus { color: blue; text-decoration:none; background:lightgray; }
.link_ftp:active { color: blue; text-decoration:none; background:lightgray; }




