/* ***** 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
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6{
	color: #7C6240;
        margin:1em 0;
        padding:0;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

p {
        margin:1em 0;
        padding:0;
}

/* lien */
a 	{ 
          text-decoration:none; 
          color:#7C6240; 
} 

a:hover { color:#9E9E9E}

.externalLinks a:after {content:" ["attr(hreflang)"] ";}

/* image */
img     { border:0px; padding:0;margin:0;} 

/* bouton */
/*input   { border:solid 1px #D8D7D7; font-size:100%; background:#FFFFFF; color:#7C6240; } */

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: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	color: inherit;
}
 

/* Le pr�lude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 0px;
	margin-left: 0px;
	color: #888;
	font-style: italic;
}

.post-info{
	margin-top: 1em;
	background: transparent;
        background-color:#ffd;
	padding-bottom: 1ex;
        text-align:center;
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}

.post-content, .post-chapo{
	text-align: justify;
}

.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 div ul {
	margin: 3px 0 0 0;
	padding: 0;
        border-style:solid; 
        border-width:1px; 
        border-color:#beb; 
        background-color: #beb;
}

#sidebar div li {
        color: #7C6240; 
        margin: 0; 
        padding: 2px 5px;
	list-style: none;
}

#sidebar div a {
	color: #7C6240;
	display: block;
        width:100%;
        font-size:110%;
}

#sidebar div ul:hover {
        border-color:#ede; 
}

#sidebar div li:hover, #sidebar div li.sfhover {
        background-color:#ede; 
}

#sidebar div a:hover {
        background-color:#ede; 
}

#sidebar h2, #sidebar h3{
	color: #6c8;
	margin: 0;
}

#sidebar h3{
	font-size: 1em;
}

#sidebar div#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;
}

#sidebar p.event {
        text-align: center;
        font-weight:bold;
        color:purple;
        font-style:italic;
        text-decoration:none;
        font-size:120%;
        background-color:#FF8  
}

#sidebar #eventImg {
        text-align:center;
}

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

#footer a{
	color: #999;
}

/* Ajout d'un menu */
#menu, #menu ul {
	float: left;
	line-height: 1;
        width: 600px;
	background: #beb;
	font-weight: bold;
	padding: 0;
	border: solid #ede;
	border-width: 1px 0;
	margin: 0 0 0 0;
}

#menu a {
	display: block;
	width: 90px;
	color: #7C6240;
	text-decoration: none;
	padding: 0.3em 0.4em;
        font-size:110%;
}

#menu a.daddy {
	background: url(/images/rightarrow2.gif) center right no-repeat;
}

#menu li {
	float: left;
	padding: 0;
	width: 100px;
	list-style: none;
}

#menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 16em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#menu li li {
	padding-right: 0.5em;
	width: 15.5em
}

#menu li ul a {
	width: 13em;
}

#menu li ul ul {
	margin: -1.85em 0 0 16em;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

#menu li:hover, #menu li.sfhover {
	background: #ede;
}

span.highlight0 {background-color: #FFFF99;}
span.highlight1 {background-color: #FF99FF;}
span.highlight2 {background-color: #99FFFF;}
span.highlight3 {background-color: #FF9999;}
span.highlight4 {background-color: #9999FF;}

.post-content a {
	color: #b58;
        font-weight:bold;
}


.post a:hover {
	color: #6c8;
}

.post-title a {
        color:#7C6240; 
}

.menuliens { 
        margin-left:24%; 
        padding:0; 
        border-style:solid; 
        border-width:1px; 
        border-color:#beb; 
        background-color: #beb; 
        width:52%;
        text-align:center;
}

.menuliens li {
        color: #7C6240; 
        margin: 0; 
        padding: 2px 5px;
	list-style: none;
}

.menuliens a {
        text-decoration:none;
	display: block;
        width:100%;
	color: #7C6240;
        font-weight:normal;
        font-size:110%;
}

.menuliens a:hover { 
        background-color:#ede; 
	color: #7C6240;
}

.menuliens li:hover, .menuliens li.sfhover { background-color:#ede; }

 ul.menuliens:hover { border-color:#ede; }

#comment-form {
        background-color: #efe;
        padding:0.5em;
}

.error {
        padding:0 5px;
        border-style:solid;
        border-width:1px;
        border-color:#f00;
        background-color:#fbb;
}

.sentemail {
        text-align:center;
        padding:5px;
        border-style:solid;
        border-width:1px;
        border-color:#cc0;
        background-color:#ffc;
}

.rule {
        height:10px; 
        border-top:1px solid;
        margin:0;
        padding:0;
        font-size:0;
}

.indent {padding-left:3em;}

