.entete
{
    text-align: right;
    margin-top: -2em;
    padding-bottom: 1px;
    border-bottom: dotted 2px #ddd;
    margin-bottom: 1em;
}

.titre
{
    text-align: center;
    font-size: 1.7em;
    font-weight: bold;
}

.sous_titre
{
    font-weight: bold;
    font-style: italic;
}

.titre_nom
{
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
}

.archive
{
    margin-top: 10px;
}

.conferencier
{
    background-color: #eeeeee;
    padding: 10px;
    border-width: 0px;
    margin-right: 5px;
}

.conferencier a
{
    background-color: #eeeeee;
}

.conferencier a:link
{
    background-color: #eeeeee;
    border: solid 1px #eeeeee;
}

.conferencier a:visited
{
    background-color: #eeeeee;
    border: solid 1px #eeeeee;
}

.conferencier a:hover
{
    background-color: #eeeeee;
    border: solid 1px #94bd08;
}
.conferencier a:active
{
    background-color: #eeeeee;
    border: solid 1px #94bd08;
}


.nom
{
    font-weight: bold;
}

.fonction
{
    text-align: justify;
    font-style: italic;
}

.bio
{
    text-align: justify;
}

.resume
{
    text-align: justify;
    text-indent: 30px;
}

.isbn
{
    font-size: 0.8em;
}

.auteurs
{
    font-style: italic;
}

.reftitre
{
    font-weight: bold;
}

.partie
{
    list-style-type: upper-roman;
    font-weight: bold;
}

.li_souspartie
{
    list-style-type: decimal;
    font-weight: normal;
}

.cameraman
{
    font-size: 0.8em;
}

