/* ***** BEGIN LICENSE BLOCK *****
 * This file is based on style.css which 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�init le style visuel pour les diff�ents ��ents du blog.
 * Dans l'ordre, vous trouverez les r�les qui d�inissent l'apparence pour:
 * - les ��ents HTML en g��al
 * - la page
 * - l'ent�e
 * - le pr�ude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est d�ini dans le fichier layout.css
 * Pour mettre la barre de navigation �gauche, d�ommentez l'appel �
 * layout-gauche.css, commentez celui �layout.css et rendez-vous �la ligne 291
 */
 
 /*
  * Changes made by Yves Brissaud <yves@winsos.net>
  */

@import "layout.css";
/*
 * Il se peut que le layout "gauche" soit moins bien pr�ent�dans MS internet explorer,
 * une barre de d�illement horizontale pouvant apparaitre.
 */
/*@import "layout-gauche.css";*/
 
/* Les ��ents HTML en g��al
-------------------------------------------------------- */
body{
	background: white;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#mainmenu li {
	background: white;
	border: 1px solid silver;
	padding: 0.5em;
}

pre{
	border: 1px solid silver;
	background: #eeeeec;
	margin: 0.2em;
	padding: 0.2em;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

input:focus, textarea:focus {
	border: 1px solid #edd400;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active {
  color: inherit;
  text-decoration: underline;
}

/* Pour ie qui ne comprent pas 'inherit' */
#sidebar a, #includeSidebar a {
  color: #729fcf;
}
#sidebar li a, #includeSidebar li a {
  color: black;
}
/* Fin ie */

/* La page
-------------------------------------------------------- */
#page{
	background: transparent url('img/fond.png') top left;
}
 
/* L'ent�e
-------------------------------------------------------- */
h1 {
	font-size: 2em;
}

/*#top {
	background: transparent url('img/crev_metal_little.gif') top left;
	width: 327px;
	height: 125px;
	margin-top: -55px;
}*/

#top h1 a {
/*
	background: transparent url('img/crev_metal_little.gif') top left;
	width: 327px;
	height: 150px;
*/
	color: #a40000;
	text-transform: capitalize;
	font-weight: bold;
	/*display: none;*/
}

/* Le pr�ude
-------------------------------------------------------- */ 
#prelude{
	
}

/* Main
-------------------------------------------------------- */
#main {
	background: white;
	border: 1px solid silver;
}

/* Le contenu
-------------------------------------------------------- */
.day-date {
  border: 1px solid silver;
  text-align: center;
  line-height: 0.9em;
  background: white;
}

.day-date-day {
  font-size: 2em;
  font-weight: bold;
  line-height: 0.9em;
}

.day-date-month {
  background: #cc0000;
  color: white;
}

.day-date-year {
  line-height: 0.9em;
}

.post-title{
	color: #ce5c00;
	line-height: 0.9em;
	padding-left: 0.5em;
	margin-top: 0.7em;
	margin-bottom: 0.2em;
	font-size: 1.5em;
}

.post-title a{
	color: #ce5c00;
}

.post-info, .post-info-co {
	color: #888a85;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 0.8em;
	text-align: right;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
}

.post-info a, .post-info-co a{
	color: #888a85;
}

.post-info span.noun {
	font-style: italic;
}

.post-content {
	padding-bottom: 0.5em;
	border-bottom: 1px solid silver;
	margin-bottom: 1em;
}

.post-chapo {
	padding-bottom: 0.5em;
	border-bottom: 1px dashed silver;
	margin-bottom: 0.5em;
}

.post-content p, .post-chapo p {
	text-align: justify;
}

.post-content q, .post-chapo q {
	font-style: italic;
	color: #f57900;
}

.post-content blockquote, .post-chapo blockquote{
	margin: 0.2em 0.5em;
	padding: 0.2em;
	border: 1px solid #ce5c00;
	background: #fcaf3e;
	color: white;
}

.post-content p a, .post-chapo p a, #trackbacks blockquote a, #comments blockquote a, #comment-preview blockquote a {
	color: #4e9a06;
}

.post-content ul {
    list-style-type: circle;
    list-style-position: 1em;
}

.post-content ol {
    list-style-type: decimal;
    list-style-position: 1em;
}

/*.post-content img {
    float: left;
}*/

p.readNext {
	text-align: right;
}

.post-info-co {
	clear: both;
}

.comment-info {
	color: #888a85;
}

.comment-number a {
	color: #729fcf;
}

#trackbacks, #comments, #changeComment {
	font-size: 0.9em;
	padding: 0.5em;
	margin: 1em;
}

#tb, #co, #comments h3, h3#comment-title, #changeComment h3 {
	color: #c4a000;
	font-size: 1.2em;
	margin-top: 1em;
	border-bottom: 1px solid #edd400;
}

p.tbLink {
	padding-left: 14px;
	background: transparent url('img/puce.gif') no-repeat left;
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	border-left: 1px solid #edd400;
	padding: 0.5em;
	margin: 0.5em;
}

.form-help {
	color: #75507b;
	font-style: italic;
}

.error {
	color: #cc0000;
}

.msg {
	color: #3465a4;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar, #includeSidebar {
	cursor: default;
	font-size: 0.9em;
}

/*
 * To allow left layout, remove the next '/'
 */
#includeSidebar {
	border-right: 1px solid silver;
}
/* and add a '/' here *
#includeSidebar {
	border-left: 1px solid silver;
}
/* */


#includeSidebar h3, #sidebar h3, #includeSidebar h2, #sidebar h2 {
	color: #729fcf;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
	font-size: 1.2em;
}

#includeSidebar h2, #sidebar h2 {
    border-bottom: 1px solid silver;
}

#sidebar div {
  background: white;
  border: 1px solid silver;
  padding: 0.3em;
}

#includeSidebar ul, #sidebar ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#includeSidebar li, #sidebar li {
	padding-left: 14px;
	background: transparent url('img/puce.gif') no-repeat left;
}

#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #493;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	color: silver;
}

#footer a{
	color: silver;
}
