/* 
    Document   : telechargements
    Created on : 2010-07-01, 08:11:54
    Author     : Cédric Talbot <c.talbot@stelpro.com>
    Description:
        Fichier CSS pour la page des téléchargements
*/
div#FileExplorer {
    width:80%;
    margin:20px auto;
    border:2px solid #CCCCCC;
    background-color:#FFFFFF;
}
div#PathLinks {
    width:95%;
    margin:10px auto 20px;
    border:2px solid #2F2F2F;
    background:#F0F0F0 url('../../assets/common/Led/drive_go.png') no-repeat 2px 4px;
    font-size:12px;
    line-height:20px;
    font-weight:bold;
    padding:2px 0 2px 20px;
}
div#PathLinks a {
    font-size:12px;
    color:#000000 !important;
    text-decoration:none;
    margin:0 2px;
}
div#PathLinks a:hover {
    border:2px inset #C0C0C0;
}
div#FileList {
    width:95%;
    margin:0 auto 20px;
    padding:0;
    border:0;
}
div#FileList table {
    margin:0;
    padding:0;
    border-bottom:1px solid #181818;
    width:100%;
    border-collapse:collapse;
}
div#FileList table th {
    text-align:left;
    border-bottom:1px solid #181818;
    font-size:14px;
}
div#FileList table td {
    text-align:left;
    padding:2px 0;
    background-position:left;
    background-repeat:no-repeat;
}
div#FileList table td.dossier {
    background-image:url('../../assets/common/Led/folder.png');
    padding:2px 0 2px 20px;
}
div#FileList table td.fichier {
    padding:0 0 0 35px;
    height:40px;
    vertical-align:middle;
}
div#FileList table td a {
    font-size:12px;
    font-weight:bold;
    color:#000000;
}
