/* ***** 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";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body {
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:12px;
	color:#b3b79f;
	line-height:20px;
	background:#232120 url(img/bodybg.gif) top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
	color:#f4a403;
}

h1{font-size: 1.8em;}
h2{font-size: 1.6em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

img {
	border: 2px solid white;
}



fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #649bb7;
	text-decoration:none;
}

a:visited{
	color: #649bb7;
}

a:hover{
	color: #649bb7;
	text-decoration:underline;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height:225px;
	margin: 0;
	background: url(img/top.gif) no-repeat left top;
}

/* La barre de catégories
-------------------------------------------------------- */
#categories {
	margin-top:13px;
	margin-bottom:28px;
}

#categories ul {
	padding:0;
	margin:0 auto;
	list-style:none;
}

#categories ul li {
	display:inline;
	padding-right:15px;
}

#categories ul li a {
	color:#232120;
	font-size:14px;
}

#categories ul li a:hover {
	color:#FFF;
}

/* Le contenu
-------------------------------------------------------- */

#main {
	margin-top:35px;
	width:450px;
	padding-right:40px;
	float:left;
}

.post{
	margin-bottom: 4em;
}

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	font-style: italic;
}

.post-title{
	color:#963435;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #963435;
	background: transparent;
}

.post-info{
	margin-top: 0;
	color: #f4a403;
	background: transparent;
	padding-bottom: 1ex;
}

.post-info a{
	color: #f4a403;
	background: transparent;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: left;
	background:url(./img/postmeta.jpg) center left no-repeat;
	height:27px;
	padding:0 15px;
	padding-top:5px;
	display:block;
	font-size:11px;
	margin-bottom:10px;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}


/* La barre de liens
-------------------------------------------------------- */
#bannerLinks {
	float:right;
	margin-top:40px;
}

#bannerLinks a {
	float:left;
	display:block;
	width : 100px;
	line-height:35px;
	height: 35px;
	text-align:center;
	margin-left:10px;
	color:#FFF;
	text-decoration:none;
}

#bannerLinks a:hover {
	background:url(./img/bouton.gif);
}

#bannerLinks a.current {
	background:url(./img/bouton.gif);
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar {
	margin-top:20px;
	width:230px;
	padding:50px 25px 25px;
	background:#1a1918;
	float:left;
	padding-top:60px;
	padding-bottom: 100px;
	margin-bottom:20px;
	}

#sidebar div{
	padding: 1ex 1em;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #98c839;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background:url(./img/searchform.jpg) top left no-repeat;
	height:24px;
	padding:10px;
}
	
input.searchButton {
	color:#98c839;
	border:0;
	background:url(./img/arrow-right.gif) center no-repeat;
	height:16px;
	width:16px;
	}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	border:1px solid #98c839;
	padding:3px 5px 1px 3px;
	width:138px;
	height:16px;
}

/* Le pied de page
-------------------------------------------------------- */
#footer {
	background:url(./img/footer.jpg) no-repeat;
	height:39px;
	padding:18px 12px;
	margin-bottom:20px;
	text-align:center;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
}

/* commentaire
-------------------------------------------------------- */
#comments {
	background:#1a1918;
	padding:5px;
	margin-bottom:20px;
}

#comments input, #comments textarea  {
	border:1px solid #98c839;
}

#comments blockquote {
	border:none;
	background:#232120;
}

#comments blockquote.comback_content {
	background: #6a2526;
}

/* trackbacks
-------------------------------------------------------- */
#trackbacks {
	background:#1a1918;
	padding:5px;
}

#trackbacks blockquote {
	border:none;
	background:#232120;
}