/* ===== BASE TYPO ===== */

html { font-size:100%; }

body {
    margin:0;
    padding:10px 20px;
    font-family:Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
    font-size:.8em;
    line-height:1.25;
    color:#000;
    background:#fff;
}

/* ===== TITRES ===== */

h1, h2, h3, h4, h5, h6 { margin:1em 0 .5em; }

h1, h2 {
    font-family:Georgia, "Bitstream Vera Serif", Norasi, serif;
    font-weight:normal;
}

h1 { font-size:1.6em; }
h2 { font-size:1.5em; }
h3 { font-size:1.2em; }
h4 { font-size:1em; }

/* ===== LISTES ===== */

ul, ol { margin:.75em 0 .75em 24px; padding:0; }
ul { list-style:disc; }
li { margin:0; padding:0; }

/* ===== TEXTE ===== */

p { margin:.75em 0; text-align:justify; }
li p, blockquote p { margin:.5em 0; }

/* ===== CITATIONS ===== */

blockquote, q {
    font:italic 1.1em Georgia, "Bitstream Vera Serif", Norasi, serif;
}

blockquote { margin:.75em 0 .75em 24px; }
cite { font-style:italic; }

/* ===== UTILITAIRES ===== */

.linone { list-style:none; }
.tdu { text-decoration:underline; }
.tac { text-align:center; }
.tar { text-align:right; }
.tal { text-align:left; }

.vexp {
    vertical-align:super;
    font-size:.75em;
}

.illson {
    font-style:italic;
    font-size:.85em;
}

/* ===== LIENS ===== */

a { color:mediumblue; text-decoration:underline; }
a:hover, a:focus { color:crimson; }

a img { border:none; }

/* ===== INLINE ===== */

em { font-style:italic; }
strong { font-weight:bold; }

/* ===== CODE ===== */

pre, code {
    font-family:"Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}

pre {
    width:90%;
    overflow:auto;
    margin:.75em 0;
    padding:12px;
    background:#eee;
    color:#555;
}

pre strong { color:#000; }

/* ===== COPYRIGHT ===== */

#copyright {
    margin:20px 0 5px;
    text-align:right;
    font-size:.8em;
    color:#848F63;
}

#copyright a {
    color:#848F63;
    text-decoration:none;
}

#copyright a:hover,
#copyright a:focus {
    text-decoration:underline;
}