/* ***** BEGIN LICENSE BLOCK *****
 * This file was 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
 *  jmtrivial
 */

/* Ce fichier d�init le style visuel pour les diff�ents ��ents du blog.
 * Dans l'ordre, vous trouverez les r�les qui d�inissent l'apparence pour:
 * - les ��ents HTML en g��al
 * - la page
 * - l'ent�e
 * - le pr�ude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est d�ini dans le fichier layout.css
 * Pour mettre la barre de navigation �gauche, d�ommentez l'appel �
 * layout-gauche.css
 */

@import "layout.css"; 
@import "layout-gauche.css";
 
/* Les ��ents HTML en g��al
-------------------------------------------------------- */
body{
	background: url("images/haut.png") #fff9f4 repeat-x top;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	border: 0;
	padding: 0;
	margin: 0;
}

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;}

hr {border: 0; height: 1px; background-color: #d3b192; margin: 10px 2px;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

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;
}

small {
	font-size: 70%;
}

a{
	color: #e15c0f;
}

a:visited{
	color: #a55632;
}

a:hover{
	color: #a6440b;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

img {
	border: 0;
}

/* La page
-------------------------------------------------------- */
#page{
    border: 0;
	margin-bottom: 50px;
	margin-top: 0;
	background: url("images/centre.png") repeat-y center top;
	color: inherit;
	text-align: center;
	padding: 0;
}
 
/* L'ent�e
-------------------------------------------------------- */
#top{
	height: 237px;
	width: 780px;	
	background: url("images/banniere.jpg") no-repeat center top;
 	text-align: right;
	border: 0;	
	margin: 0;
	padding: 0;
}

#top h1{ 	
	display: block;
	padding: 0;
	margin: 0;
	width: 780px;	
	height: 140px;	
}

#top h1 a{
	display: block;
	width: 180px;	
	height: 180px;	
	padding: 0;
	margin: 0;
	float: left;
	margin-left: 25px;
}
#top h1 a span {
	display: none;
}


/* Le pr�ude
-------------------------------------------------------- */ 
#prelude{
	display: none;
}

#prelude a{
	color: #DFDFDF;
}

#prelude a:hover{
	color: #666;
}

/* Le contenu
-------------------------------------------------------- */
#content {
	padding-top: 70px;
	text-align: justify;
}

#center {
	width: 780px;
	padding: 0;
	margin: auto;
}

.post {
	background: url("images/article-c.png") repeat-y;
	margin: 0;
	padding: 0;
    width: 99%;
	clear: both;
}

.posth {
	background: url("images/article-h.png") no-repeat top left;
	padding: 5px 30px 5px 12px;
	margin: 0;
}
.postb {
	background: url("images/article-b.png") no-repeat bottom left;
	margin: 0;
	padding: 0;
}


.day-date{
	color: #a99f8e;
	font-style: italic;
}

.post-title{
	color: #ffa321;
	margin-bottom: 0;
}

.post-title a{
	color: #ffa321;
	text-decoration: none;
}

.post-title a:hover{
	border-bottom: 1px dashed #946103;
}

.post-chapo {
	font-style: italic;
}


.postmetadata{
	margin-top: 0;
	color: #d3b192;
	padding-bottom: 0;
}

.postmetadata a{
	color: #e2943a;
}


.post-content{
	text-align: justify;
	margin: 10px;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#comments li {
	border: 1px solid #f9e0b5;
	margin: 1em 0;
	padding: 1ex 1em;
}

#tbc, #comment-pre, div.error {
	background: url("images/comment-c.png") repeat-y;
	border: 0;
	margin: 0;
}

#headcomments, #cp2, div.e1 {
	background: url("images/comment-h.png") no-repeat top left;
	padding: 5px 32px 5px 10px;
	margin: 0;
}

#comments, #cp3, div.e2 {
	background: url("images/comment-b.png") no-repeat bottom left;
	margin: 0;
	padding: 5px 32px 5px 10px;
}
#cp2, div.e1 {
 padding: 0;
}

#comments p {
 	width: 99%;
}

#pages-list {
  margin-left: 20px;
}

#post-comment {
	margin: 15px;
}

.datepost {
	font-size: 60%;
	font-style: italic;
	margin-top: -15px;
	margin-left: 10px;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar {
	text-align: left;
	font-size: 90%;
	margin-left: 5px;
}

#sidebar  a {
	color: #3a0803;
}

#sidebar  a:hover {
	color: #8b1407;
}

#sidebar ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul ul {
	margin: 0;
	padding: 0;
	list-style: circle;
	margin-left: 7px;
}


#sidebar ul ul li {
    margin-left: 7px;
    padding-left: 0;
}



#sidebar #calendar a {
	font-weight: bold;
}

#sidebar #calendar th {
	text-align: center;
}

#sidebar #calendar th abbr {
	font-size: 8px;
	padding: 0;
	font-family: monospace fixed;
	text-transform: uppercase;
}
#sidebar #calendar table {
	table-layout: fixed;
	width: 168px;
}


#sidebar h2, #sidebar h3{
	color: #ec971f;
	margin: 1em 0 0.5ex 0;
	border-bottom: 1px dashed #f0c985;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

.navigation {
	margin: 20px;
}

.navigation .alignleft {
	float: left;
	text-align: left;
}

.navigation div.alignright {
	float: right;
	text-align: right;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 0;
	background: url("images/pied.jpg") no-repeat center;
	height: 134px;
}

#footer p {
	padding-top: 60px;
	padding-right: 20px;
	text-align: right;
	color: #d3b192;
    font-size: 80%;
}

#footer a{
	color: #d3b192;
	font-weight: bold;
}


