/* --------------------------------------------------------
    Feuille de style globale
    screen.css
   -------------------------------------------------------- */

/* --------------------------------------------------------
    General
   -------------------------------------------------------- */

body {
    background: #2A1407 url(../images/bg.jpg) repeat;
    margin: 10px;
    padding: 0;
    }

body, p, div, dd, ul, li, input, select, textarea {
    color: #222;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    }

h1, h2, h3, h4, h5, h6, ul, li, p, form {
    margin: 0;
    padding: 0;
    }

h1 { margin: 9px 0 16px 9px; }

h2 { padding: 0 0 15px 0; }

h3 {
    color: #42210E;
    font-weight: normal;
    font-size: 11px;
    }

h3, p { line-height: 18px; padding: 0 0 15px 0; }

p { text-align: left; }

ul { list-style: none; }

a, a:link, a:visited, a:hover {
    color: #82624D;
    outline: none;
    }

input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #222;
    }

/* --------------------------------------------------------
    Presentation
   -------------------------------------------------------- */

#entree {
    background: url(../images/ent-bg.jpg) no-repeat;
    width: 715px;
    height: 406px;
    }

#menu {
    background: #83634F url('../images/hdr-mnu-bg.gif') repeat-x;
    padding: 6px 0 8px 20px;
    }

#content, #contentgalerie {
    background-color: #fff;
    padding: 28px 0 0 20px;
    vertical-align: top;
    }

#contentgalerie {
    padding-bottom: 21px;
    }

#footer {
    margin: 10px 0 0 10px;
    }

#footer p {
    color: #fff;
    }

#footer .submit {
    background-color: #42210E;
    color: #fff;
    }

/* --------------------------------------------------------
    Layout : Musique/Video
   -------------------------------------------------------- */

h3.trimage { padding-top: 0px; }

table.musiquealbum td {
    vertical-align: top;
    padding: 0 15px 15px 0;
    }

ul.songlist li {
    line-height: 18px;
    }


table.phototable td {
    padding: 0 7px 7px 0;
    }