/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear 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.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Maurice Svay
 */

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
body {
background:#320104 none repeat scroll 0% 50%;
border-top:10px solid #320104;
color:#f0d456;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:80%;
line-height:1.6em;
}
h1, h2, h3, h4, h5, h6 {
font-family:"Trebuchet MS",sans-serif;
}
h1 {
font-size:1.5em;
}
h2 {
font-size:1.4em;
}
h3 {
font-size:1.3em;
}
h4 {
font-size:1.2em;
}
h5 {
font-size:1.1em;
}
h6 {
font-size:1em;
}
pre, code {
font-size:1.2em;
}
pre {
overflow:auto;
width:100%;
}
fieldset {
border:medium none;
}
label {
cursor:pointer;
}
.field label {
display:block;
}
input, textarea {
border:1px solid #999999;
}
textarea {
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:1em;
width:100%;
}
a {
color:#D87228;
}
a:visited {
color:#bf560a;
}
a:hover {
color:#bf560a;
}
.left {
float:left;
margin-right:1em;
}
.right {
float:right;
margin-left:1em;
}
#page {
background:#320104 url(img/page.png) repeat-y scroll center top;
color:inherit;
}
#mot {
display:none;
color:#631c18;
}
#top {
background:#320104 url(img/top.png) no-repeat scroll left top;
height:120px;
}
#top h1 {
color:#320104;
height:80px;
line-height:80px;
margin:0pt 0pt 0pt 40px;
padding-top:20px;
}
#top h1 a {
color:#320104;
text-decoration:none;
position:absolute;
left:230px;
}
#prelude {
background:transparent none repeat scroll 0% 50%;
color:#420408;
text-align:center;
}
#prelude a {
background:transparent none repeat scroll 0% 50%;
color:#420408;
}
#prelude a:hover {
background:transparent none repeat scroll 0% 50%;
color:#631c18;
}
.day-date {
background:transparent url(img/day-date.png) no-repeat scroll left center;
color:#320104;
font-style:italic;
margin-left:-25px;
padding-left:20px;
}
.post-title {
background:transparent none repeat scroll 0% 50%;
color:#D87228;
margin-bottom:0pt;
}
.post-title a {
background:transparent none repeat scroll 0% 50%;
color:#D87228;
text-decoration:none;
}
.post-info {
background:transparent none repeat scroll 0% 50%;
color:#D87228;
margin-top:0pt;
padding-bottom:1ex;
}
.post-info a {
background:transparent none repeat scroll 0% 50%;
color:#D87228;
text-decoration:none;
}
.post-content {
text-align:justify;
}
.post-content blockquote {
font-family:Georgia,serif;
font-style:italic;
}
.post-info-co {
text-align:right;
}
#trackbacks blockquote, #comments blockquote {
border:1px solid #5c1713;
margin:1em 0pt;
padding:1ex 1em;
}
#sidebar div {
border-bottom:1px solid #5c1713;
color:inherit;
}
#sidebar div ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
}
#sidebar h2, #sidebar h3 {
color:#32A471;
margin:0pt 0pt 1ex;
}
#sidebar h3 {
font-size:1em;
margin:0pt;
}
#sidebar div#search {
background:transparent none repeat scroll 0% 50%;
color:inherit;
line-height:2.3em;
}
#search fieldset, #search p {
margin:0pt;
padding:0pt;
}
#q {
background:#5c1713url(img/q.png) no-repeat scroll 4px center;
padding-left:18px;
}
#sidebar div#calendar {
}
#sidebar div#calendar table {
border-collapse:collapse;
font-size:0.8em;
margin:0pt auto;
text-align:center;
}
#sidebar div#calendar table caption {
margin:0pt auto;
}
#sidebar div#calendar table th {
background:transparent none repeat scroll 0% 50%;
color:#D87228;
}
#sidebar div#calendar table td {
border:1px solid #4a0509;
line-height:2em;
width:14%;
}
#sidebar div#calendar table td a {
background:#320104 none repeat scroll 0% 50%;
color:#D87228;
display:block;
font-weight:bold;
text-decoration:none;
}
#sidebar div#calendar table td a:hover {
background:#320104 none repeat scroll 0% 50%;
color:#631C18;
}
#footer {
background:#320104 url(img/footer.png) repeat-y scroll center top;
border-top:0px solid #320104;
color:#666666;
margin:0pt;
padding:1em;
}
#footer a {
color:#320104;
left:300px;
position:relative;
}
