/* ***** 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{	color: #000;	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;	background-color:#ffff00;	background-image: url(img/tache.gif);	background-repeat: no-repeat;	background-position:center;	background-attachment:fixed;}body div{	background: #ffff00;}#main, #content, #page, .post, #sidebar{	background: none;}h1, h2, h3, h4, h5, h6{	font-family: "Courier New", Courier, mono;	margin-left:0px;}h1{font-size: 1.9em;}h2{font-size: 1.7em;}h3{font-size: 1.3em;}h4{font-size: 1.2em;}h5{font-size: 1.1em;}h6{font-size: 1em;}pre, code{	font-size: 1.2em;}pre{	width: 100%;	overflow: auto;	border: 1px solid #000;}fieldset{	border: none;}label{	cursor: default;}.field label{	display: block;}input, textarea{	border: 1px solid #000;}textarea{	width: 100%;	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;}a{	color: #000;}a:visited{	color: #666;}a:hover{	color: #AAA;}/* La page-------------------------------------------------------- */#page{	background: url(img/bandeau.png) repeat-y left 200px;	text-align: left;}#main {	padding-top: 3em;} /* L'entête-------------------------------------------------------- */
#top{	height: 168px;	background: url(img/top2.png) no-repeat;}/* Le contenu-------------------------------------------------------- */.day-date{	color: #FFF;	font: 1.2em "Courier New", Courier, mono;}.day-date span{	background: #000;}.post-title{	margin-bottom: 0;	text-transform: uppercase;}.post-title span, .post-title a{	color: #FFF;	background: #000;	text-decoration: none;}.post-info{	margin-top: 0;}.post-info span, .post-info-co span, .post-info a{	background: #000;	color:#FFF;}.post-content, .post-chapo {	padding: 1em 0.5em;	line-height: 1.6em;}.post-content blockquote{	background: #FFF;	font: italic Georgia, serif;}.post-content img{	border-bottom: 15px solid #000;	clear: both;	margin-top: 10px;	margin-right: 15px;	margin-bottom: 10px;}.post-info-co{	text-align: right;}#trackbacks blockquote, #comments blockquote{	border: 1px solid #EEE;	margin: 1em 0;	padding: 1ex 1em;}
/* Les images-------------------------------------------------------- */
#main img {
    margin-left:-6px;
}/* La barre de navigation-------------------------------------------------------- */#sidebar{	background-image: url(img/bandeau_1.png);	background-repeat: repeat-y;	background-position: 0px;}#sidebar #q{	width: 75%;}#sidebar div{	color: inherit;}#sidebar div ul{	margin: 0;	padding: 0;	list-style: none;}#sidebar h2, #sidebar h3{	margin: 0 0 1ex 0;}#sidebar h3{	font-size: 1em;	margin: 0;}#search fieldset, #search p{	margin: 0;	padding: 0;}#sidebar div{	margin-bottom: 30px;}/* Le pied de page-------------------------------------------------------- */#footer span{	margin: 0;	padding: 1em;	background: #000;	color: #FFF;}#footer a{	color: #FFF;}