/*** 

Cette feuille CSS est inspirée et basée sur celle de Gilles Marlet aka Unc', qui est elle 
la feuille CSS intégrale du thème "FallingLeaves" de Shanw Grimes, 
adapté de Wordpress à Dotclear par Unc( http://www.callmeunc.be ).

Ci-dessous le copyright issus de la feuille de style du thème original :
Theme Name: Falling Leaves		
Theme URI: http://www.sporadicnonsense.com/fallingleaves/		
Description: I'll let you be the judge of that.		
Version: 1.5		
Author: Shawn Grimes		
Author URI: http://www.sporadicnonsense.com/

La liste qui suit  définit le style visuel pour les différents éléments du blog (blocks).
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - corps de la page
 * - titres
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 
Enjoy :-) .

Elrohir

****/
 
/* Corps de la page */
body{ 	
	margin: 10px 0;	
	padding: 0;
	background-color: #E7E7E7;	
	font: 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;	color: #444;
}


/* Titres */
h1 { 
	font: normal 28px Georgia, "Times New Roman", Times, serif;
	margin-top: -5px;
}

h1 a { 
	color: #FFFFFF;
	text-decoration: none; 
	border: none; 
}

h1 a:hover { 
	color: #FFFFFF; 
	text-decoration: none; 
	border: none; 
}

h2 { 
	border-bottom: 1px solid #DDDDDD; 
	color: #DF981B; 
	padding-bottom: 2px; 
	font: bold 17px Arial, Helvetica, sans-serif;
}

h2 a { 
	color: #DF981B; 
	text-decoration: none; 
	border: none; 
}

h2 a:hover { 
	color: #996600; 
	text-decoration: none; 
	border: none; 
}

h3 { 
	border-bottom: 1px solid #ddd; 
	color: #336; 
	padding-bottom: 2px; 
	font: normal 14px Arial, Helvetica, sans-serif; 
	padding-top: 20px; 
}

h4 { 
	font: 12px Arial, Helvetica, sans-serif; 
}

/*End Headings*/
pre, code{
	overflow: scroll;
	background: #ddddaa;
}

ul {	
	margin-top: 3px;
}
	
li {	
	line-height: 15px;	
	padding: 0;
}

pre{
 	width: 100%;
	overflow: auto;
	border: 1px solid #DF981B;
}

html>body pre {
	overflow: auto;
	width: auto;
}

fieldset{
	border: none;
	font-size: 9px;
}

label{
	cursor: pointer;
	cursor: hand; /* pour IE... */
}

.field label{
	display: block;
}
input:hover, textarea:hover, input:active, textarea:active, input:focus, textarea:focus {
	border: 1px solid #DF981B;
}

textarea {	
	width: 450px;
	border: 1px solid #b3b279;
}

input{
	border: 1px solid #b3b279;
	background: none;
}


/* Liens */
a {
	color: #996600;
	text-decoration: none;
}

a:hover {
	color: #996600;
	text-decoration: none;
	border-bottom: 1px dotted #996600;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #D88207;
	font-size: 0.8em;
}

img a {
	border: none;
	display: block;
}
img {
	border: none;
	display: block;
}

#main img {	
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #ddd;
}

.smiley {
	border: 0;
	margin: -5px;
	display: inline;
	background: transparent;
}

.right {
	float: right;
}

.left {
	float: left;
}

blockquote {
	margin: 20px 20px;   
	padding: 10px;    
	font-family: Georgia, "Times New Roman", Times, serif;   
	color: #FFFFFF;    
	text-align: justify;
}

/* La page */
#page {
	width: 760px;
	margin: 0 auto;	
	background-color: #FFFFFF;	
	padding: 0 20px 0 20px;
	border-right: 1px solid #DF981B;    
	border-left: 1px solid #DF981B;    
	border-top: 1px solid #DF981B;    
	border-bottom: 1px solid #DF981B;
}

#page {
	* padding-top: 20px; /*Corrige un bug de décalage sous IE */
}


/* L'entête */
#top {
	height: 170px;
	width: 760px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #FD312A;  
	font: bold 17px Arial, Helvetica, sans-serif;
}

#top a {	
	border: none;
}

#top a:hover {
	border: none;
}

#top img {
	border: 0px;
	width: 159px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

	
/* Le prélude */ 
#prelude{
 	display:none;
}


/* Le contenu */
#main{
	float: left;
	width: 550px;
}

#main{
	* margin-top: -3px; /* Corrige ENCORE un bug d'affichage sous IE */
}

.day-date{
	font-size: 10px;	
	font-weight: normal;
	text-align: right;	
	margin-bottom: 10px;
	margin-top: -14px;
}

.post {	
	margin-bottom: 35px;
	padding-bottom: 5px;
}

.post-content{
	text-align: left;
}

.post-content blockquote{
	padding-left: 55px;
}

.post-info{
	margin-top: -14px;
	font-size: 10px;
	text-align: right;	
	margin-bottom: 10px;
}

.post-info-co{
	font-size: 10px;
	padding-left: 5px;
}

#trackbacks blockquote, #comments blockquote{
	background-color: #dda;
	background-image: none;
	color: #444;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;   
}



/* La barre de navigation */
#sidebar {	
	float: right;	
	width: 180px;	
	margin-bottom: 30px;
}

#sidebar ul{
	list-style: none;
	list-style-image: none;
	margin-left: -35px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidebar ul {
	* padding-left: 35px;
}

#sidebar h3 {
	margin-top: -10px;
	margin-bottom: 0px;
}

#sidebar div {	
	font-size: 10px;	
}


#sidebar a:hover {
	border: none;
	color: #DF981B;
}

#sidebar p {
	text-align: center;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	margin-left: 10px;
	width: 8em;
}
	
#sidebar div#calendar table{
	margin-left: 15px;
}
	
#sidebar div#calendar table td a{
}
	
#sidebar div#calendar table td a:hover{
}

#calendar th{
	font-weight: bold;
}

#calendar td {
	color: #999;
	background: #EEE;
	text-align: center;
}

#sidebar img {	
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px;
}


/* Le pied de page */	
#footer {
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-bottom: 8px;
	text-align: center;
	color: #666;
}