/* Page */
body {
    margin: 10px;
    padding: 0px;
    background-color: #eee;
    background-image: url(gfx/greystripes.gif);
    color: black;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center; /* Old browsers will center the page's contents even if they don't understand "margin: 0px auto;" */
}
a:link { text-decoration: none; color: #800; background-color: transparent; }
a:visited { text-decoration: none; color:#666; background-color: transparent; }
a:hover { text-decoration: underline; color:#333; background-color: transparent; }
a:active { text-decoration: none; color:#000; background-color: transparent; }

.rightcolumn a:link, .rightcolumn a:visited { text-decoration: none; color: #800; background-color: transparent; }
.rightcolumn a:hover { text-decoration: underline; color:#333; background-color: transparent; }
.rightcolumn a:active { text-decoration: none; color:#000; background-color: transparent; }

/* Menubar */
.logo {
    float: left;
}
.menubar {
    margin: 0px auto;
    padding: 0.5em 1em;
    font-weight: bold;
    text-align: right;
}
.menubaractive { color: #800; background-color: transparent; }
a.menubarlink:link, a.menubarlink:visited { text-decoration: none; color: rgb(0, 0, 0); background-color: transparent; }
a.menubarlink:active, a.menubarlink:hover { text-decoration: none; color: #800; background-color: transparent; }

/* Main content frames and columns */
.contents {
    margin: 1em 4em 0em 4em;
    padding: 0px;
    border: 1px solid #333;
    color: black;
    background-color: #fff;
    text-align: left;
}
.leftcolumn {
    margin-right: 250px;
    margin-bottom: -2em;
    padding: 0em 1em;
    text-align: justify;
}
.rightcolumn {
    width: 249px;
    margin: 0em 0em 1em 0em;
    padding: 0px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 11px;
    float: right;
}
.footer {
    margin: 0px auto;
    padding: 0.5em 1em;
    font-size: 10px;
    text-align: center;
}

/* Right column formatting */
.header {
    margin: 0px;
    padding: 7px 5px;
    color: #800;
    background-color: transparent;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.header img {
    padding: 5px;
    border: 1px solid #999;
}
.rightblock {
    margin: 0px;
    padding: 7px 5px;
    border-top : 1px solid #ccc;
}

.list {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    list-style-type: none;
    font-weight: bold;
    font-size: 11px;
    text-indent: -10px;
}
.sublist {
    margin: 0px;
    padding: 0px 0px 0px 20px;
    list-style-type: none;
    font-size: 10px;
    text-indent: -8px;
}

/* Text and block formatting */
.entry {
    margin: 1em 0em;
    padding: 0.5em;
    text-align: justify;
}
a.headlinelink:link, a.headlinelink:visited { text-decoration: none; color: #800; background-color: transparent; }
a.headlinelink:active, a.headlinelink:hover { text-decoration: none; color: rgb(0, 0, 0); background-color: transparent; }
.headline {
    margin: 0px 0px 0.5em 0px;
    padding: 0px 0px 0.5em 0px;
    border-bottom: 1px solid #eee;
    color: #800;
    background-color: transparent;
    text-align: left;
}
.entrylink {
    margin: 0.5em 0px 0px 0px;
    padding: 0.5em 0px 0px 0px;
    border-top: 1px solid #eee;
    font-size: 11px;
}

/* Misc */
img { border: none; }
.accent {
    color: #800; background-color: transparent;
}
.note {
    font-size: 11px;
}
.code {
    font-family: Monaco, monospace;
    margin: 1em 2em 1em 2em;
    padding: 0.5em 1em 0.5em 1em;
    color: black;
    background-color: rgb(255, 230, 230);
    border-left: #800 solid 2px;
    font-size: 11px;
    text-align: left;
}

.quote, blockquote {
    margin: 1em 2em 1em 2em;
    padding: 0.5em 1em 0.5em 1em;
    color: black;
    background-color: rgb(255, 230, 230);
    border-left: #800 solid 2px;
    font-size: 11px;
}

blockquote p { margin: 0; padding: 0; }

blockquote cite {
    margin-top: 1em;


    display: block;
    text-align: right;
}

ins {
    display: block;
    margin: 1em 0em 1em -0.5em;
    padding: 0em 0em 0em 0.5em;
    border-left: solid 1px #ccc;
    text-decoration: none;
    font-size: 11px;
}

ins:before {
    content: "Mise à jour : ";
    font-weight: bold;
}
