﻿.fiche-document
{
    text-align: left;
    padding: 10px;
    font-size: 12px;
}

.fiche-document p
{
}

.fiche-document a
{
    font-size: 12px;
    color: #D63A20;
    text-decoration: none;
}

.fiche-document a:hover
{
    text-decoration: underline;
}


.fiche-document .titre
{
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.fiche-document .nature
{
    color: #00a7d8;
    font-weight: bold;
}

.fiche-document .resume
{
    color: #604d37;
}

.fiche-document .telecharger
{
    background-image: url(images/document-pdf.gif);
    background-repeat: no-repeat;
    height: 22px;
    line-height: 22px;
    padding-left: 24px;
    padding-bottom: 4px;
    display:block;
}

.fiche-document .separateur
{
    padding-top: 0;
    margin: 0;
    background-color: #fff;
    height: 10px;
    background-image: url(images/ligne-pointille.gif);
    background-repeat: repeat-x;
    border: none;
}
