/*
    WAnewsletter theme by Bobe <wascripts@phpcodeur.net>
    
    This program is free software; you can redistribute it and/or 
    modify it under the terms of the GNU General Public License as 
    published by the Free Software Foundation; either version 2 of 
    the License, or (at your option) any later version.
    
    http://www.gnu.org/copyleft/gpl.html (english)
    http://www.april.org/gnu/gpl_french.html (french)
*/

html, body {
    background-color: #003B78;
    color: white;
}

body {
    margin: 0;
    border: none;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a img { border: none; }
hr    { display: none; }

h1, div#page, address#footer {
    background-color: #DDD;
    margin: 20px;
    border: 1px solid black;
    color: black;
}

h1, address#footer { padding: 0.3em; text-align: center; }

h1             { font-weight: normal; font-size: 1.2em; }
address#footer { font-weight: bold; font-style: normal; font-size: 0.6em; }

#preface, .bloc { margin: 1em 2.5%; }
#preface        { text-align: left; font-size: 0.7em; }
.bloc           { border: 1px solid #084A6B; }

.bloc h2 {
    height: 22px;
    background: #003B78 url("../templates/images/head.gif") repeat-x top;
    margin: 0;
    padding-top: 5px;
    text-align: center;
    font-size: 0.8em;
    color: #FAFAFA;
}

.bloc h3 {
    background-color: transparent;
    margin: 0;
    padding: 1.5em 1.4em 0.5em;
    text-align: left;
    font-weight: normal;
    font-size: 0.8em;
    color: #25F;
}

.bloc p {
    margin: 1em 1.6em;
    padding: 0;
    text-align: justify;
    font-size: 0.8em;
    line-height: 1.5em;
}

.bloc p.date {
    padding: 1em 1.5em;
}

ul, ol {
    margin: 20px;
    padding: 0 2em;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.4em;
}

ul ul { font-size: 1em; }
ul li { margin: 3px 0; }
ul.sommaire ul { margin-top: 10px; margin-bottom: 20px; }
ol { list-style-type: upper-roman; }

a { text-decoration: none; }

a, a:link, a:visited {
    background-color: transparent; 
    color: #25F;
}

a:hover {
    background-color: transparent;
    color: #F52;
}

abbr[title], acronym[title] {
    border-bottom: 1px dotted blue;
}

abbr[title]:hover, acronym[title]:hover {
    cursor: help;
}

code, kbd, samp { font-family: "Courier New", Courier, monospace; font-size: 1em; }

code { color: green; }

pre {
    overflow: auto;
    background-color: #FAFAFA;
    border: 1px dashed #A4A6A8;
    margin: 0.4em 1em;
    padding: 0.4em;
    text-align: left;
    font-weight: normal; font-size: 0.8em; line-height: 1.2em;
    font-family: Courier, "Courier New", monospace !important;
}

/*
    Couleurs du code php coloris�
*/
span.hl-bg      { background-color: inherit; color: white; }
span.hl-comment { background-color: inherit; color: #F90; }
span.hl-default { background-color: inherit; color: #00C; }
span.hl-html    { background-color: inherit; color: black; }
span.hl-keyword { background-color: inherit; color: green; }
span.hl-string  { background-color: inherit; color: #D00; }

