/* ***** 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-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	color: #000;
	font-size: 100%;
	font-family:Arial, sans-serif;	
}

h1, h2, h3, h4, h5, h6{
	font-family: "Arial", sans-serif;
}

h1{font-size: 1.8em;}
h2{font-size: 1.7em;}
h3{font-size: 1.6em;}
h4{font-size: 1.5em;}
h5{font-size: 1.4em;}
h6{font-size: 1.3em;}


/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: 0px;
	color: #000;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
	font-weight : bold;
}

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

.post-title a{
	color: #000000;
	background: transparent;
	text-decoration: none;
	font-size : 18;
}

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

.post-info a{
	color: #000000;
	background: transparent;
	text-decoration: none;
	font-weight : bold;
}

.post-content{
	text-align: justify;
	font-size : 14;
	font-weight : bold;
}

.post-content blockquote{
	font-family: Arial, serif;
	font-style: italic;
	background: #EAEAEA;
}

.post-info-co{
	text-align: right;
}

/* Comments
***********************************************************/

#comments span{
	display: none;
}


.commentid{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
	text-decoration: none;
	color: #999;
	background: transparent;
	padding: 3px 6px;
	font-weight : bold;
}

.field label{
	display: block;
	cursor: pointer;
	cursor: hand;
}


#trackbacks blockquote, #comments blockquote{
	border: 1px solid #DADADA;
	background: #EAEAEA;
	margin: 1em 0 1em 30px;
	padding: 1ex 1em;
	font-weight : bold;
}

#calendar td{
	font-size : 12;
}

#calendar th{
	font-size : 12;
}

#liste {
    font-size : 12;
    font-weight : bold;
}