/* Générique */

html {
    background: url('images/brrr2.jpg') #000 repeat;
    color: #fff;
}

body {
    background: url('images/brrr2.jpg') 0px 150px repeat;
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 11px;
    text-align: justify;
}

a:hover {
    border-bottom: 1px dotted #fff;
}

/* Titres */

h1 {
    position: absolute;
    top: 150px;
    left: 24px;
    font-family: serif;
    font-style: italic;
    font-size: 26px;
}

h2 {
    font-size: 26px;
    margin: 22px 0 10px 100px;
    font-weight: bold;
    font-family: serif;
    font-style: italic;
}

h2 span {
    display: none;
}

h2 cite {
    position: relative;
    top: 20px;
    left: 300px;
    font-size: 14px;
}

/* Liens d'évitement */

p#navig {
    position: absolute;
    top: 50px;
    left: 800px;
    font-size: 22px;
}

/* Contenu/corps */

#contenu {
    width: 71%;
    margin: 200px 2.1% 20px 0;
    float: right;
    color: #666;
}

#contenu h3 {
    margin-bottom: 0;
}

#cadre a, #footer a {
    color: #666;
    text-decoration: none;
    border-bottom: 1px dotted #666;
}

.cadre {
    border-bottom: #333 1px solid;
}

.info {
    margin-top: 0;
    padding-top: 0;
    font-style: italic
}

/* Menu */

#menu {
    float: left;
    width: 160px;
    font-size: 11px;
    margin: 20px 15px 20px;
    padding: 0 10px;
}

#menu h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

#menu ul {
    list-style-image: url('images/interface/puce.gif');
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

#menu a, #navig a {
    color: #fff;
    text-decoration: none;
}

/* Footer */

p#footer {
    clear: both;
    color: #666;
    margin: 0px 25px;
    padding: 5px 0;
    border-top: #333 1px solid;
}
