/* ***** 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 {
	font-family: Verdana, arial;
	font-size : 0.9em;
	background:/*#F0FFD0*/ #F9FAD0 url(img/fond.png) repeat left top;
	padding : 0;
}

h1{
	background : #FAD1E3 url(img/h1.png) left top repeat-x;
	margin : 0;
	font-family: Verdana, arial;
	margin-bottom : 15px;	
	padding-top : 2px;
	padding-bottom : 2px;
	font-size: 23px;
	padding-left : 10px;
	color : #791046;
	border-top : 1px solid #F6B2D2;
	border-bottom : 1px solid #F6B2D2;
}

h1 a{
	text-decoration: none;	
	color : #791046;
}

h1 a:hover{
	text-decoration: underline;
	color : white;
}

h1 a:visited{
	font-style: normal;
}


h2{
	margin : 0;
	color : #D26328;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 45px;
	background: white url(img/gland.png) no-repeat left top;
	height : 35px;
	font-size: 20px;
	margin-bottom : 10px;
	
}
h3{
	padding-top : 2px;
	padding-bottom : 2px;
	color : #E84C02;
}

h4 {
	color : #33AEA2;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #C5E299;
	
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input[type=submit]{
	background: #C5E299;
}
input:hover, textarea:hover{
	background : #F2F9E9;
}

a{
	color : #E59E79;
	text-decoration: underline;
}


a:hover{
	color : #ff7c35;
	text-decoration: none;
}

a:visited{
	font-style: italic;
}

p {
	margin : 0;
	padding : 0;
	margin-top :15px;
	margin-bottom : 15px;
}
/* La page
-------------------------------------------------------- */
#main {
	margin : 0;
	padding : 0;
	float : left;
	margin-left : auto;
	margin-right : auto;
}

#page {
	margin:0;
	padding : 0;
	margin-left : auto;
	margin-right : auto;
	width : 1000px;
}

#content{
	background: white;
	margin : 0;
	margin-left : auto;
	margin-right : auto;
	padding : 0 15px;
	width : 758px;
	border : 1px solid #D6D6D6;
	margin-bottom : 10px;
}

/* L'ent�te
-------------------------------------------------------- */

#top{
	background : url(img/top.png) no-repeat top left;
	margin : 0;
	margin-left : auto;
	margin-right : auto;
	/*width : 959px;*/
	height : 111px;
	padding : 0;
	padding-top : 80px;
	padding-bottom : 70px;
	margin-bottom : 10px;
	margin-left: 84px;
	text-align: right ;
}

#top h1 a{
	color : #AE1818;
	background: none;
}

#top h1 {
	background: none;
	border : none;
	font-size : 40px;
	padding-right : 27px;
}

/* Le pr�lude
-------------------------------------------------------- */ 
#prelude{

	color: #DFDFDF;
	text-align: center;
	position: absolute;
	width: 780px;
	top: 7px;
	left: 50%;
	margin: 0 0 0 -390px;	
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	margin-left: -25px;
	padding-left : 25px;
	color: #A84F20;
	background: transparent;
	font-style: italic;	
}

.post{
	margin-bottom: 2em;	
	background:  url(img/feuille_bottom_billet.png) repeat-x bottom left;
	padding-bottom : 50px;
}

.post-title{
	margin : 0;
	padding : 0;
	margin-bottom : 10px;
	padding-left : 40px;
	padding-top : 5px;
	margin-top : 5px;
}

.post-title a{
	margin : 0;
	color : #D26328;
	padding-top : 2px;
	padding-bottom : 2px;
	font-size: 20px;
	font-style: normal;
}


.post-info{
	margin-top: 0;
	/*color: #FA0;*/
	color : #C5E299;
	font-weight: bold;
	background: transparent;
	padding-bottom: 1ex;
}

.post-info a{
	color: #C5E299;
	background: transparent;
	text-decoration: none;
}

.post-content{
margin : 0;
	text-align: justify;
	color : black;
	
}

.post-content p{
   margin : 0;
	padding : 0;
	margin-top : 20px;
	text-indent: 10px;
}

.post-chapo{
	text-align: justify;
	color : #DD804F;
	font-style: italic;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #FCDCB9;
	margin: 1em 0;
	padding: 1ex 1em;
	background : #FEF4E9;
}

#trackbacks p, #comments p{
	color : #DD804F;
}

#comments .comment-info{
	color : #7FAD32;	
}

#comments .comment-number a{
	color : #7FAD32;
}

/* La barre de navigation
-------------------------------------------------------- */

#sidebar{	
	margin : 0;
	float : left;
	width : 180px;
	margin-right : 10px;
}

#sidebar a {
	text-decoration: none;
	padding:5px;
	display: block;
	color : #BD292C;
}

#sidebar a:hover {
	color : #3E942C;
}

#sidebar a:visited {
	font-style : normal;
}

#sidebar h2{
	border-bottom : 1px solid #F6C889;
	background: #FADEB9;
	color : #A3640D;
	padding-left :10px;
	height : 25px;
}

#sidebar ul{
	padding-left : 10px;
	padding-bottom : 12px;
}



#sidebar ul li{	
	font-weight: bold;
	color : #BD292C;	
}

#sidebar div#search{
	color: inherit;
	line-height: 2.3em;
	/*float : left;*/	
	border: 1px solid #FADEB9;
	margin-bottom : 15px;
	background : #FCFDE8;
	
	}

#sidebar div#search h2{
	border-bottom : 1px solid #F6C889;
	background: #FADEB9;
	color : #A3640D;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
	padding-left : 20px;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
	border: 1px solid #FADEB9;
	margin-bottom : 15px;
	background : #FCFDE8;
}

#sidebar div#calendar h2{
	border-bottom : 1px solid #F6C889;
	background: #FADEB9;
	color : #A3640D;
}

#sidebar div#calendar table{
	font-size: 0.7em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
	margin-bottom : 10px;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar a{
	
	background: none;
	text-decoration: underline;
	padding: 0;
	display: inline;
	color : #336699;
}

#sidebar div#calendar table th{
	color: /*#493*/#8B560B;
	background: none;
	line-height: 1.4em;
	text-decoration: none;
}

#sidebar div#calendar table td{
	width: 20px;
	line-height: 1.4em;
}

#sidebar div#calendar table td a{
	display: block;
	background: #F6C889;
	color: #D26328;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background:#A0DB7C;
	color: #549429;
}

#sidebar p{
	color : #BD292C;
	font-weight: bold;
	padding-left : 10px;
}

#sidebar div{
	border: 1px solid #FADEB9;
	margin-bottom : 15px;
	background : #FCFDE8;
}

#sidebar blockquote{
	margin:0;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	background: white;
	margin : 0;
	margin-left : 190px;
	margin-right : auto;
	padding : 5px 15px;
	width : 758px;
	border : 1px solid #D6D6D6;
	margin-top : 10px;
	float : left;
}

#footer span{
	margin : 0;
	padding : 5px;
	display : block;
}

#footer span a{
	color : #2D9A91;
}

#footer span a:hover{
	color : #A64621;
}


#footer img{
	padding: 0;
	margin : 0;
	border : 1px solid black;
}

#end{
	background : url(img/bas_container.png) no-repeat left bottom;
	width : 814px;
	height : 7px;
	margin-left: auto;
	margin-right: auto;
}

/*#links {
	display: none;
}

#syndicate {
	display : none;
}*/

span#dotclear {
	display: block;
	float : right;
}