.aside-body p::first-letter {
    text-transform: capitalize;
}
table.programme  {
    caption-side: top;
}
.programme caption {
    background-color: #39c;
    border: 1px;
    color: white;
    font-variant: small-caps;
    font-size: 130%;
    padding: 0.5rem;
    text-align: center;
}
.programme th.sous-titre {
    text-align: center;
    background-color: white;
    font-weight: normal;
    font-variant: small-caps;
    font-size: 120%;
}
.programme ul {
    margin: 0;
    padding: 0;
}
.programme li {
    list-style-type: none;
    clear: both;
}
.programme th.courcomptes {
    font-style: italic;
}
.programme .acteurs li {
    display: inline-block;
    padding-right: 0.25rem;
    padding-bottom: 0.25rem;
}
.programme .acteurs a img {
    height: 40px;
    width: 40px;
}
.videos img {
    width: 56px;
    height: auto;
    margin: 5px 2px;
    float: left;
}
#sommaire {
    float: left; 
    width: 53%;
}
span.details {
    font-style: italic;
    font-size: 90%;
}
span.details a {
    color: inherit;
}
#activite li {
   margin-bottom: 0.7rem;
}
#activite li li {
    margin-bottom: initial;
}
#livrables img {
    float: left;
    height: auto;
    width: 40px;
    margin-bottom: 1em;
}
#suites img, #activite img {
    float: left;
    height: auto;
    margin: 2px 8px 5px 0;
    width: 56px;
    clear: left;
}
.themes {
    clear: left;
    margin-top: 2rem;
}
@media print {
    #breadcrumb, #sommaire, .pager, .detail {
        display: none;
        width: 0;
    }
    html { margin: 0; padding: 0; }
    body {
        margin: 0;
        font: 12pt Georgia, "Times New Roman", Times, serif;
        width: 100%;
        line-height: 1.5em;
    }
    thead {display: table-header-group;}
    tr {page-break-inside: avoid;}
    #programme h1 {
        margin: 100pt 0 0 0;
        padding: 2pt;
        font-size: 28pt;
        font-weight: lighter;
        font-variant: small-caps;
        line-height: 1.2em;
    }
    h3[id|="titre"] {
        page-break-before: always;
    }
    .videos img {
        float: none;
        display: block;
        clear: both;
        margin: 2pt auto;
        width: 40pt;
    }
    a:link,a:visited,a:active {
        text-decoration: none;
    }
    #statistiques {
        float: none;
        display: block;
        border-top: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey;
        width: 70%;
        margin: 100pt auto 10pt auto;
        padding: 3pt 15pt;
    }
    #statistiques ul {
        list-style-position: outside;
        list-style-type: square;
        padding: 5pt 20pt;
    }
    #statistiques ul li {
        display: list-item;
    }
    table.programme {
        margin: 0 0 10pt 0;
        font-size: 85%;
        line-height: 1.1em;
    }
    .programme th, .programme td, .programme caption {
        border-width: 0.1pt;
        padding: 7pt 3pt;
    }
    h1 {
        border: 2px solid #ccc;
        padding: 10pt;
        line-height: 1em;
        font-weight: normal;
    }
    #activite > li {
        margin: 1.7em;
        list-style-type: square;
    }
    #activite img, #suites img {
        width: 50pt;
    }
    #livrables img {
        width: 30pt;
    }
    #box-themes {
        clear: left;
    }
    #box-themes .first {
        font-variant: small-caps;
        font-weight: bold;
        padding-top: 30pt;
    }
    #box-themes .first ul {
        font-variant: normal;
        font-weight: normal;
    }
}
