/* ***** 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 *****

 
/* Les éléments HTML en général
-------------------------------------------------------- */
html {
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	background: #7D6A66;
	color:#721908;
	font-size: .9em;
	line-height: 1.6em;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	border-top: 0px none;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

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;}

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;
	background-color: #E0DFE3;
	padding: 0px;
	margin: 0px;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a{
	color:#A6A6A6;
}

a:visited{
	color:#A6A6A6;
}

a:hover{
	color: #EF5B38;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	background: transparent url(img/fd-container.gif) repeat-y center top;
	color: inherit;
	width: 934px;
	margin: 0px auto 0px auto;
	text-align: left;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 124px;
	background: #FFF  url(img/header.gif) no-repeat left top;
}

#top h1{
	margin: 0;
	padding: 0px;
	color: #666666;
	text-indent: -9000em;
}

#top h1 a{ display:block; width: 453px; height: 123px; margin-left: 0px;}
#top h1 a:hover{ background: url(img/retour-accueil.jpg) left top no-repeat}


/* Le prélude
-------------------------------------------------------- */ 
#prelude{ visibility:hidden; display:none}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
#main{
	float: left;
	width: 500px;
	min-height: 408px;
	background: url(img/fd-content.jpg) left top no-repeat;
}
#content{
	margin: 0 0 0 40px;
	padding: 1em 0 0 0;
}
#leftbar { width: 163px; float:left;margin: 16px 0px 0 35px;}
#leftbar h2 { background: url(img/fd-col-gauche.jpg) left top no-repeat; padding: 0 0 0 20px; font-size: 1em; font-weight:bold; color:#FFFFFF}
#leftbar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#leftbar li{ margin: 5px 0; padding: 0px;}
#leftbar li a{
	padding-left: 22px;
	padding-top: 0px;
	color: #4C4C4C;
	background: url(img/puce-li.gif) left 1px no-repeat;
	font-size: .8em;
	text-decoration:none;
}
#leftbar li a:hover {color:#EF5B38;}
.day-date{
	color: #EF5B38;
	background: transparent url(img/fd-h2.jpg) no-repeat left top;
	margin: 0px;
	padding: 7px 0 4px 26px;
	height: 41px;
	font-size: .75em;
}
.post{
	margin-bottom: 2em;
}
.post-title{
	color: #EF5B38;
	margin-top: .6em;
	font-size: 1.3em;
	font-weight: bold;
}
.post-title a{
	color: #EF5B38;
	background: transparent;
	text-decoration: none;
}
.post-info{
	margin: 0px;
	color: #A6A6A6;
	padding: 0 0 .5em 0px;
	font-size: .75em;
}
.post-info a{
	color: #A6A6A6;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
	color: #721908;
	margin-left: 5px;
}
.post-content p{
	margin: 5px 0;
	padding: 0px;
}
.post-content img{
	display:block;
	margin: 0 15px 8px 0;
	padding: 0px;
}

.post-content blockquote{
	font-style: italic;
	font-size:.8em;
	padding: .8em;
}

.post-info-co{
	text-align: right;
	color: #EF5B38;
	font-size: .75em;
}

.post-info-co a{
	color: #EF5B38;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
}
#trackbacks p, #comments p, #message p{
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
#trackbacks h3, #comments h3, #message h3{
	background: transparent  url(img/fd-h2.jpg) no-repeat left top;
	margin: 10px 0 0 0;
	height: 41px;
	padding: 10px 0 0 20px;
	text-decoration: none;
	font-size: 1em;
}

/* La barre de navigation
-------------------------------------------------------- */

#sidebar{
	float: right;
	width: 200px;
	padding: 1em 15px 1em 0;
	/*padding-right: 44px;*/
}
#sidebar div{
	color: inherit;
	margin: 0;
	padding: 0 1em 5px 1em;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar div li{ margin: 5px 0; padding: 0px;}
#sidebar div li a{
	padding-left: 22px;
	padding-top: 0px;
	color: #4C4C4C;
	background: url(img/puce-li.gif) left 1px no-repeat;
	font-size: .8em;
	text-decoration:none;
}
#sidebar div li a:hover { color:#EF5B38}
#sidebar h2, #sidebar h3{
	color: #FFFFFF;
	margin: 0;
	font-size: 1em;
	background: url(img/fd-col-droite.jpg) left top no-repeat;
	padding: 0 0 0 20px;}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#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;
	width: 100px;
}
#sidebar input[type=submit] {
	background: #FFEDE9;
	color:#000;
	font-weight: normal;
	margin: 0 0 0 5px;
	padding: 0 2px;
	cursor:pointer;
	height: 19px;
}
#sidebar div#syndicate ul li a {
	background: url(img/rss.jpg) left 2px no-repeat;
	padding-left: 25px;
}
#sidebar div#syndicate ul li a:hover { color:#EF5B38}
#sidebar div#calendar{
	margin-bottom: 15px;
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 8px auto 0 auto; /* pour IE */
	border-collapse: collapse;
	width: 85%;
}

#sidebar div#calendar table caption{
	margin: 8px auto 0 auto; /* pour firefox */
	background-color:#FFEDE9;
	text-transform:uppercase;
	font-size: .85em;
	font-weight:bold;
	color:#666666;
}

#sidebar div#calendar table th{
	color: #EF5B38;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #DEDEDE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #FFEDE9;
	color:#EF5B38;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #EF5B38;
	color: #FFF;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: -130px 0 0 0;
	padding:0px;
	height: 230px;
	clear: both;
	text-indent: -9000em;
	background:url(img/fd-footer.jpg) 198px bottom no-repeat;
}

#footer a{
	color: #767676;
}

/* Tags cloud
------------------------------------------ */
#tagcloud ul {
	margin:0;
	padding:0;
}

#tagcloud li {
	display:inline;
	margin: 0 .1em;
	padding: 0;
	background-image: none;
}
#sidebar #tagcloud li a{
	padding: 0.1em;
	background: none;
}

#tagcloud li{ background:none; padding:0.1em; }

#tagcloud li.level-1 { font-size: 0.7em;}
#tagcloud li.level-2 { font-size: 0.8em;}
#tagcloud li.level-3 { font-size: 0.9em;}
#tagcloud li.level-4 { font-size: 1em;}
#tagcloud li.level-5 { font-size: 1em; font-weight:bold;}

.list-tags{ font-size:0.8em;  }
.list-tags a:link, .list-tags a:visited, .list-tags a:hover{ color:#EF5B38; }