body {
    background: black;
    margin: 0;
    color: #ffffff;
    /*
     * Linux equivalents to Palatino:
     *   'FreeSerif', 'norasi'
     */
    font-family: 'Palatino-Roman', 'Palatino', 'norasi', 'FreeSerif', 'Times-Roman', 'Times', 'Times New Roman', serif;

    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: center;
}

div.body_background {
    margin-left: auto;
    margin-right: auto;
    width: 740px;
    background: #330104;
}

div.body_content {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-top:    15px;
    padding-bottom: 40px;
}

/* Police pour les menus. */
.menu {
    font-family: 'ArialMT', 'Arial', sans-serif;
    text-decoration: none;
}

ul.menu_bas
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    margin-top: 80px;
}

li
{
    display:inline;
    padding: 8px;
}

h1.titre_page_accueil {
    font-weight: normal;
    margin-top: 0px;
}

img.accueil {
    margin-top: 30px;
}

div.photo {
    margin-bottom: 50px;
}

div.audioplayer_accueil {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 5px;
}

div.bio {
    font-size: 18px;
    text-decoration: none;
    text-indent: 0px;
    text-align: justify;
    margin-top: 60px;
    margin-bottom: 0px;
}

p.bio {
    margin-bottom: 20px;
}

p.contact {
    font-size: 15px;
    margin: 0;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-indent: 0px;
}

p.contactnom {
    margin-top: 50px;
}

p.contactemail {
    margin-top: 15px;
}

video {
    margin-bottom: 0px;
}

/* Pour les titres et légendes des photos, vidéos et extraits sonores. */
.caption {
    font-family: 'ArialMT', 'Arial', sans-serif;
}

p.media_titre {
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 10px;
}

p.media_legende {
    font-size: 12px;
    color: #aaaaaa;
    margin-top: 2px;
}

span.video_caption_hd {
    padding-left:  8px;
    padding-right: 8px;
}

.liste_albums {
    font-size: 15px;
    text-align: left;
    margin-bottom: 50px;
}

div.entete_liste_albums {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}

p.entete_liste_albums {
    margin: 0px;
}

hr.entete_liste_albums {
    margin: 0px;
}

/* Exception pour l'espace suivant le menu de navigation de la page Disques. */
p.entete_liste_albums:first-child {
    margin-top: 0px;
}

div.album_liste_urls {
    margin-top:    30px;
}

p.album_liste_urls {
    margin-top:    5px;
    margin-bottom: 0px;
}

div.album_liste_urls_achat {
    margin-top:    30px;
}

p.album_liste_urls_achat {
    font-size: 16px;
    color: #996600;
    margin-top:    5px;
    margin-bottom: 0px;
}

.album {
    margin: 0;
}

p.album_date {
    font-size: 22px;
}

.album_titre {
    font-style: italic;
}

.album_artiste {
    font-size: 15px;
}

table.musiciens {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

td.musicien_nom {
    padding: 0px;
    white-space: nowrap;
}

/* Affichage du nom de l'instrument dans la section Disques */
td.instrument {
    font-size: 15px;
    font-style: italic;
    color: #666666;
    padding:  0px;
    padding-left:   5px;
    white-space: normal;
}

div.audioplayer {
    font-size: 11pt;
    white-space: nowrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 0px;
}

audio {
    width: 100%;
}

div.audio {
    text-align: left;
}

img.audio {
    float: left;
    margin-right: 5px;
}

p.audio {
    margin: 0px;
    text-align: center;
}

div.video {
    margin-top:     0px;
    margin-bottom: 60px;
}

a.flowplayer {
    display: block;
    margin-left:   auto;
    margin-right:  auto;
    margin-top:    0px;
    /* Bordure de la même couleur que le background */
    border: solid #330104 1px;
}

a.flowplayer:hover {
    border: solid #666666 1px;
}

img {
    border: none;
}

div.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table {
    /* Conforming browsers ought to center tables if the left and right
       margins are equal. The simplest way to accomplish this is to set
       the left and right margins to 'auto'. */
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0px;
    border-width: 0px;
    border: none;
}

table.center {
    /* Conforming browsers ought to center tables if the left and right
       margins are equal. The simplest way to accomplish this is to set
       the left and right margins to 'auto'. */
    margin-left: auto;
    margin-right: auto;
}

table.left {
    margin-left: 0px;
}

table.navigation {
    margin-bottom: 50px;
    white-space: nowrap;
}

table.album {
    margin-bottom: 40px;
}

table.test {
    font-family: "Courier New", 'Courier', monospace;
    margin-bottom: 40px;
    white-space: nowrap;
}

td.test {
    border: 1px solid gray;
    padding: 10px;
}

td {
    padding: 0px;
    vertical-align: top;
}

td.album {
    padding-top: 15px;
}

td.album_infos {}

td.album_cover {
    padding-right: 15px;
}

td.contactinfos {
    padding-left:   20px;
}

td.navigation {
    font-size: 17px;
    text-align: left;
    margin: 0;
    padding-left:  12px;
    padding-right: 12px;
}

div.apropos {
    font-size: 12px;
    margin-top: 80px;
}

div.apropos_section {
    margin-bottom: 35px;
}

p.apropos_section {
    text-align: center;
}

/* Absolute href */
a.abs {
    /* font-family: "Courier New", 'Courier', monospace; */
}

a {
    color: #aaaaaa;
    outline: none; /* Pour régler point blanc avec Firefox dans page vidéos */
    white-space: nowrap;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

a.current_file:hover {
    color: #ffffff;
}

a.current_file {
    color: #cccccc;
    font-weight: bold;
}
