/*
 * CSS par défaut du site citéphilo.org (2004)
 */
html {
    background: #6b7480;
    font-size: 12px;
    font-family: verdana, helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
}
small {
    font-size: 80%;
}
#main {
    width: 700px;
    height: 900px;
    margin: 32px auto;
    border: 1px #444 solid;
    border-left-color: #666;
    border-right-color: #444;
    background-color: #fff;
    background-image: url('img/back_main.png');
    background-repeat: repeat-y;
    color: #444;
    text-align: left;
}
/*******************************************************************************
 * Partie gauche...
 */
#lefty {
    background-image: url('img/back.png');
    background-repeat: no-repeat;
    float: left;
    width: 358px;
    padding: 420px 0px 0px 0px;
}
#lefty ul {
    float: left;
    list-style: none;
    padding: 0;
    margin-left: -2px;
    margin-top: 16px;
    width: 50%;
}
#lefty ul li {
    padding-left: 14px;
    margin-left: 5px;
    color: #fff;
    font-size: 90%;
    height: 1.5em;
}
#lefty h2 {
    font-family: Georgia, sans-serif;
    font-size: 120%;
    color: #fff;
    margin: 0 4px;
    padding: 24px 0 2px 32px;
    border-bottom: 1px #bbb solid;
    width: 70%;
    clear: both;
}
#lefty h2.cal {
    background: url('img/calendar.gif') no-repeat bottom left;
}
#lefty h2.arc {
    background: url('img/archives.gif') no-repeat bottom left;
}
#lefty h2.inf {
    background: url('img/infos.gif') no-repeat bottom left;
}
#lefty ul li a {
    padding-left: 10px;
    display: block;
    color: #fff;
    text-decoration: none;
}
#lefty ul li a:hover {
    text-decoration: none;
    background-image: url('img/arrow.gif');
    background-repeat: no-repeat;
    background-position: left;
    color: #ffdd00;
}
#lefty ul li:hover {
    background: #292929;
}
/*******************************************************************************
 * Menu
 */
#menu {
    background: #90a1b5;
    float: right;
    width: 340px;
    padding: 1px;
    border-bottom: 1px #bbb solid;
    padding: 1px;
}
#menu ul {
    background: #90a1b5;
    font-size: 90%;
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu ul li {
    float: left;
    line-height: 130%;
    margin: 4px;
    margin-left: 6px;
    white-space: nowrap;
}
#menu a {
    color: #e4ecff;
    text-decoration: none;
    font-weight: bold;
}
#menu a:hover {
    color: #fff;
    text-decoration: underline;
}
/*******************************************************************************
 * Contenu
 */
#content {
    background: #fff;
    padding: 3px;
    overflow: auto;
    width: 336px;
    height: 825px;
    float: right;
}
#content p {
    padding: 10px 0;
    margin: 0;
    text-indent: 4px;
}
#content a {
    color: #6b83aa;
    text-decoration: none;
}
#content a:hover {
    color: #78b482;
    text-decoration: none;
}
#content div.date {
    background: url('img/back_day.png') no-repeat;
    height: 64px;
    margin-top: 48px;
}
#content div.date:first-child {
    margin-top: 0;
}
#content div.date h3 {
    padding: 20px 0 0 16px;
    margin-left: 9px;
    background: url('img/chevrons.gif') no-repeat bottom left;
    font-family: "Trebuchet MS", verdana, sans-serif;
}
#content div.date h3 a {
    color: #444;
    text-decoration: none;
}
#content div.date h3 a:hover {
    text-decoration: underline;
}
#content ul {
    padding: 0;
    margin: 8px;
    list-style: none;
}
#content ul li {
    padding: 16px 0px 0px 0px;
    margin: 0;
}
#content ul li:first-child {
    padding-top: 0px;
    margin: 0;
}
#content h1 {
    font-size: 170%;
}
#content h4 {
    font-size: 110%;
    font-family: Georgia, sans-serif;
    color: #bd1924;
    margin: 16px 0 8px 0;
    border-bottom: 1px #dcdcdc solid;
}
#content h5 {
    font-size: 100%;
    padding: 8px 0 0px 0px;
    margin: 0;
    border-bottom: 1px #888 dotted;
    color: #555;
}
span.infos {
    color: #777;
}
blockquote {
    background: #eee;
    padding: 8px;
    margin: 4px 0px;
    font-style: italic;
}
p.navigation {
    font-size: 80%;
}
p.navigation a {
    font-weight: bold;
}
p.navigation a:hover {
    font-weight: bold;
}
#content p.notice {
    background: #7d4141;
    border: 1px #c43b3b solid;
    padding: 8px;
    margin: 4px;
    color: #eee;
}
pre {
    padding: 4px 8px;
    margin: 0px;
}
div.actu {
    padding: 0 0 24px 0;
    margin: 0;
}
#content h2 {
    width: 90%;
    color: #435672;
    border-bottom: 1px #333 solid;
}
/*******************************************************************************
 * Formulaire
 */
form {
    width: 100%;
    padding: 0;
    margin: 0;
}
div.row {
    clear: both;
    padding-top: 10px;
}
div.row span.label {
    margin: 0;
    float: left;
    text-align: right;
}
div.row span.formw {
    float: right;
    width: 240px;
    text-align: left;
}
p.sender {
    text-align: right;
}
p.sender input {
    clear: both;
    margin-top:  8px;
    margin-left: 50px;
}
textarea, input {
    padding: 1px;
    background: #eee;
    border: 1px #444 solid;
}
span.error {
    color: #d31d1d;
    font-size: smaller;
    font-weight: bold;
}

