/* Feuille de style commune */

body {
    font-family: Times New Roman, Times, serif;
    font-size: 95%;
    background: #fff url(fond.gif) 0 0 no-repeat;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Times New Roman, Times, serif;
}

h1 {
    text-align: center;
    padding-bottom: 1em;
}

h2 {
    text-align: center;
    font-size: 120%;
    padding-top: 2em;
}

a {
    color: #369;
}

/* Sommaire */

#sommaire table {
    width: 100%;
    background-color: #eee;
    font-size: 88%;
}

#sommaire td {
    padding: 0 0.25em;
    width: 16%;
    text-align: center;
}

#sommaire li a {
    text-decoration: none;
}

#sommaire li.selected a {
    color: #137;
}


/* Pied de page */

#footer {
    background-color: #eee;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 90%;
    text-align:center;
    padding: 2px;
}


/* Corps de la page */

#corps ul {
    list-style-type: square;
}

#corps li {
    text-align: justify;
    margin-right: 2em;
}

#corps li a {
    font-family: Georgia, Times New Roman, Times, serif;
}

#texte   {
    text-align: justify;
    margin-right: 2em;
    margin-left: 2em;
}

a.bio {
    color: #024;
    background-color: #ff9;
}


