﻿/* ***** 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
 */

 
/* Les éléments HTML en général
-------------------------------------------------------- */
body {
	margin : 0;
	padding : 0;
	font-family : "Verdana",Lucida grande,Lucida,Helvetica,sans-serif;
			}


h1 { font-size : 2.25em; margin : 0.67em 0; font-style:italic; }
h2 { font-size : 1.5em; margin : 0.83em 0; }
h3 { font-size : 1em; margin-left:20; }
h2, h3 { font-family : Georgia,"New Century Schoolbook",Times,serif; }
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }

p{margin-left:20; margin-top: 0; margin-bottom: 0; line-height: 18px; font-size: 11px; text-align: justify;}
a { font-size: 11px; color: #000000; font-weight: bold; text-align: left; margin-left: 0; text-decoration: none;}
a:hover { color: #992326; text-decoration: none; background-color: #ffffff;}



/* Le contenu
-------------------------------------------------------- */
.day-date {
	margin-top : 4px;
    padding-bottom : 0px;
	font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	font-size :0.70em;
	text-align : right;
	color : #ada095;
	border-top : 1px solid #c3a758;
	text-transform : lowercase;
}

.post{
	text-align: left;
}

.post-title{
	color: #5e5e5e;
	background: transparent;
	margin-bottom: 2px;
	font-size: 1.1em;
	text-align: left;
    padding-left: 20px;

}

.post-title a{
	color: #5e5e5e;
	background: transparent;
	text-decoration: none;
	font-size: 1.1em;
}

.post-info{
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}
.post-chapo{
	 margin-top: 5; margin-bottom: 5; margin-right:20; line-height: 18px; font-size: 11px; text-align: justify;

}

.post-content{
	 margin-top: 5; margin-bottom: 5; margin-right:20; line-height: 18px; font-size: 11px; text-align: justify;
}
.post-info1{
	 font-weight: normal; margin-left:0; margin-top: 0; margin-bottom: 0; line-height: 18px; font-size: 11px; }