/*
 * Copyright (c) 2007-2009 Nhat Minh Lê.
 */

html {
    background-color: #fafafa;
    border-left: solid 5px #eeeeec;
    border-right: solid 5px #eeeeec;
    font-family: serif;
    margin: 0em;
    padding: 0em;
}

body {
    color: #333333;
    font-family: "Luxi Sans", "Trebuchet MS", sans-serif;
    font-weight: normal;
    margin: 0em auto;
    width: 80ex;
}

html > body {
    max-width: 80ex;
}

#main {
    background-color: white;
    border-left: solid 1px #babdb6;
    border-right: solid 1px #babdb6;
    padding: 0em 5px 1em 5px;
}

#cats {
    background-color: #fbfbfb;
    color: #666666;
    font-size: 90%;
}

#cats a {
    border: none 0px transparent;
    color: inherit;
}

#cats a:hover {
    border-bottom: solid 1px #babdb6;
}

#cats b.label {
    font-variant: small-caps;
}

h1 {
    border-bottom: dotted 1px #babdb6;
    clear: left;
    margin-bottom: 1em !important;
    margin-top: 0em !important;
}

#pager {
    background-color: #fbfbfb;
    border: solid 1px #f0f0f0;
    color: #666666;
    font-size: 80%;
    margin-top: 2em;
    text-align: center;
}

#pager-prev {
    float: left;
}

#pager-next {
    float: right;
}

#pager a {
    border: none 0px transparent;
}

#footer {
    background-color: #f3f3ff;
    border-left: solid 1px #babdb6;
    border-right: solid 1px #babdb6;
    color: #666666;
    font-size: 80%;
    text-align: center;
}

#footer a {
    color: #335577;
}

#footer div.btns {
    padding-top: 2px;
}

#footer div.btns a {
    border: none 0px transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Luxi Serif", "Nimbus Roman No9 L", "Times", "Time New Roman", serif;
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    margin: 1.25em 0em 0.5em 0em;
    padding-left: 0.05em;
    padding: 0em;
}

h1, h2 {
    font-weight: normal;
}

h3, h4, h5, h6 {
    color: #253647;
    font-weight: bold;
}

h1 {
    color: #4586ab;
    font-size: 200%;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: center;
}

h2 {
    color: #5596bb;
    font-size: 185%;
    margin-top: 1em;
    margin-bottom: 0.75em;
}

h3 {
    border-bottom: solid 1px #eaede6;
    font-size: 130%;
}

h4 {
    font-size: 110%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 90%;
}

p {
    margin: 0.5em 0em;
    text-align: justify;
}

pre {
    background-color: #f1f1ec;
    font-family: inherit;
    margin: 1em 0em;
    padding: 0em 0.75em;
    text-align: left;
}

blockquote {
    border-left: solid 1px #778899;
    margin: 0em;
    padding: 0em 0.75em;
}

ul, ol {
    margin: 0em 0em 0em 1.5em;
    padding: 0em;
}

ul {
    list-style-image: url("item.png");
    list-style-type: square;
}

li {
    margin: 0em;
    padding: 0em;
}

dl {
    margin: 0em;
    padding: 0em;
}

dt {
    color: #556677;
    margin: 0em 0em 0em 0em;
    padding: 0em;
}

dd {
    margin: 0em 0em 0em 1.5em;
    padding: 0em;
}

table {
    background-color: #f1f1f1;
    border-bottom: solid 1px #778899;
    border-top: solid 1px #4586ab;
    border: none;
    margin: auto;
    padding: 0em;
}

tr {
    margin: 0em;
    padding: 0em;
}

td {
    padding: 0em 0.75em;
    vertical-align: middle;
}

tr + tr td {
    border-top: dashed 1px #778899;
}

td + td {
    border-left: dashed 1px #778899;
}

hr {
    border: none;
    border-top: dotted 1px #778899;
    margin: 1em auto;
    width: 20ex;
}

em {
    font-family: serif;
    font-style: italic;
}

strong {
    font-weight: bold;
}

code {
    color: #445566;
    font-family: monospace;
    font-size: 90%;
}

abbr[title] {
    border-bottom: dotted 1px #778899;
    border: none;
}

a {
    color: #4496cc;
    text-decoration: inherit;
}

a.extern {
    background: url("xlink.png") center right no-repeat;
    padding-right: 18px;
}

a:hover, a:active {
    border-bottom: solid 1px #4496cc;
}

a:visited {
    color: #446688;
}

img {
    border: none 0px;
}
div.Remarque {
    background-color: #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
    border-top: dashed 1px #778899;
    border: none;
    padding: 0em 0.5em;
}

div.Avertissement {
    background-color: #f1f1f1;
    border: solid 1px #4586ab;
    padding: 0em 0.5em;
}

div.Affiche {
    text-align: center;
}

div.Illustration {
    float: right;
    padding: 0.25em 0.5em 0.5em 0em;
}

div.Contreillustration {
    float: left;
    padding: 0.25em 0em 0.5em 0.5em;
}

div.Illustration img {
    border-bottom: solid 1px #556677;
    border-left: solid 1px #556677;
}

div.Contreillustration img {
    border-right: solid 1px #556677;
    border-top: solid 1px #556677;
}

form {
    clear: both;
    margin: 1em 2em;
    padding: 0em;
}

label {
    display: inline;
    font-size: 80%;
}

dl.form dd {
    /* margin: 0em 1em; */
    margin: 0em;
}

input, textarea {
    background: #fbfbfb;
    border: solid 1px #babdb6;
    color: inherit;
    font-size: 90%;
}

input[type="submit"], input[type="reset"] {
    border-bottom: solid 3px #babdb6;
    /* width: 30%; */
}

input[type="submit"]:hover, input[type="reset"]:hover {
    background-color: #babdb6;
    color: white;
}

textarea {
    margin-top: 0px;
    width: 100%;
}

form div.panel {
    float: right;
    /* margin-left: 1em; */
    padding-right: 1.5em;
}
