/* ***** 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{	background: #000;	color: #fff;	font-size: 80%;	line-height: 1.6em;	font-family: Helvetica, serif;	border-top: 10px solid #000;	}h1, h2, h3, h4, h5, h6{	font-family: "helvetica", serif;}h1{font-size: 1.1em;}h2{font-size: 1.1em;}h3{font-size: 1.1em;}h4{font-size: 1.0em;}h5{font-size: 1.1em;}h6{font-size: 1em;}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: Helvetica, serif;}a{	color: #666666;}a:visited{	color: #fff;}a:hover{	color: #999999;}.left{	float: left;	margin-right: 1em;}.right{	float: right;	margin-left: 1em;}html, body{	margin: 0;	padding: 0;	text-align: center;}#main{	background: #000;	float: left;	width: 900px;		margin: 0 0 0 40px;}#content{		float: left;	margin: 0 0 0 0;	padding: 0 0 0 0;		}/* La page-------------------------------------------------------- */#page{	background: #000;		color: inherit;	width: 1001px;	margin: 0 auto;	text-align: left;	} /* L'entête-------------------------------------------------------- */#top{	height: 135px;	/*padding-top: 20px;*/	background: #000 url(img/top.png) no-repeat left top;	margin: 0;			width: 1001px;}#top h1{	height: 130px;	line-height: 80px;	margin: 0 0 0 0;	padding-top: 0;	color: #666666;}#top h1 a{		text-decoration: none;	color: #666666;}.nav-box {	margin : 0;	padding : 0;	text-align: center;}.nav-box ul {	margin : 0;	padding : 102px 20px 5px 300px;	list-style-type : none;}.nav-box ul li {	display: inline;	padding : 5px 0;	margin: 0 1em;}.nav-box ul li a {	font: 1.0em Helvetica, sans serif;	color: #666666;	text-decoration: none;	border:none;	padding : 5px 1em 5px 1em;}.nav-box ul li a:hover {	color:#FFF;}/* Le contenu-------------------------------------------------------- */.post{	margin-bottom: 4em;	margin-top: 2em;					}.post-title{	color: #666666;	background: transparent;	padding : 0 0 3px 20px;	margin: 10px 0 0 400px;	font: 1.0em Verdana, sans serif;	text-decoration: none;	/* url(img/fd-titre.png) no-repeat left bottom	-------------------------------------------------------- */	}.post-img{overflow: auto;margin-right: 20px;}.post-info{	margin-top: 0;	color: #FFFFFF;	background: transparent;	padding-bottom: 1ex;			/*border-bottom: 1px solid #FC0;*/}.post-info a{	color: #FFFFFF;	background: transparent;	text-decoration: none;	margin: 0 0 0 60px;}.post-content{	text-align: justify;	font: 1.0em Arial, sans serif;	margin: 0 0 0 20px;	line-height: 1.6em;	color: #CCC;}.post-content blockquote{	font-family: Georgia, serif;	font-style: italic;}.post-info-co{	text-align: right;}#trackbacks blockquote, #comments blockquote{	border: 1px solid #EEE;	margin: 1em 0;	padding: 1ex 1em;}/* La barre de navigation-------------------------------------------------------- */#sidebar{	float: right;	width: 0px;	padding-bottom: 4em;}contact{	background: #000 url(http://www.brems.fr/images/toile-contact.jpg) no-repeat right top;	margin: 0 0 0 0;	padding: 0 0 0 0;		}/* Le pied de page-------------------------------------------------------- */#footer{	padding: 0 0 1ex 0;	margin : 0;	clear: both;	}#footer{	margin: 0;	background: #000;	color: #666;	width: 1001px;		border-top: 1px solid #FFF;}#footer a{	color: #333333;	padding: 0 0 1ex 1em;	font-size:80%;}.spacer{clear:both;}
