/* ***** 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"; :: sidebar dotclear : enlevé */
/* @import "layout-gauche.css"; */
 
 
 
 
/* Les éléments HTML en général
-------------------------------------------------------- */

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

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

textarea{
	width: 100%;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


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

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




/* Le contenu
-------------------------------------------------------- */
.day-date{
	font: 11px normal Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	font-style: italic;
	border: 1px #CCCCCC dotted;
	border-width: 0 0 1px 0;
	margin-bottom: 0px;
	padding-top: 10px;

	
}

.post-title{
	color: #000;
	margin-bottom: 0;
}

.post-title a{
	color: #99CC33;
	text-decoration: none;
}
.post-title a:hover{
	text-decoration: underline;
}

.post-info{
	margin-top: 0;
	padding-left: 15px;
	color: #CCCCCC;
	/* padding-bottom: 1ex; */
	/*border-bottom: 1px solid #FC0;*/
}


.post-content{
	padding-left: 15px;
	text-align: justify;
}

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

.post-info-co{
	text-align: right;
	padding-left: 15px;
}

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





/* La barre de navigation : champ de recherche
-------------------------------------------------------- */

#search fieldset, #search p{
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}




/* Le pied de page
-------------------------------------------------------- */
#footer_dt{
	height: 0px;
	clear: both;
	/*margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;*/
}