/* ***** 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 pagea
 * - 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{
 background: #EEE;
 color: #000;
 line-height: 1.6em;
 border-top: 10px solid #DDD;
 font:69% Verdana, Arial, Helvetica, sans-serif;
 text-align:center}


h1{font-size: 1.7em;
   margin-bottom:1em;
   color : #ff9900}
   
 
h1, h2, h3, h4{
font: 125%/1.4em Georgia, Arial, Helvetica, sans-serif;
 font-weight:bold;
}

fieldset,img {
border:none
}

input, textarea{
 padding:0.2em 0.4em;
 border:1px dotted #b4ce06;
 font:90% Verdana, Arial, Helvetica, sans-serif}

textarea{font-size:110%}

pre, code{
 font-size: 1.2em;
}

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

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;
}

a{
   color: #000;
  text-decoration: none;
}

a.orange{
  color : #ff9900;
  font-weight: bold;
  text-decoration: none;
}

a.orange:hover{
  color : #000;
  font-weight: bold;
  text-decoration: none;
}

a:focus, a:hover, a:active{
 color:#666;}
	
a.black{
  text-decoration: none;
  font-weight: bold;
}

a.black:hover{
  color : #ff9900;
  font-weight: bold;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* L'entÃªte
-------------------------------------------------------- */
#logo{
}

#top{
	height: 140px;
	/*padding-top: 20px;*/
	background: #FFF url(img/header.gif) no-repeat left top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

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

div#categories{
 padding: 110px 3em 0px 0px;
 float : right;
}

div#categories ul{
 list-style:none;
}

div#categories li{
 display : inline;
 padding-left : 18px;
}

div#categories li a{
 color : #395533;
 font:bold 100% Georgia;
 text-decoration : none;
 text-transform : uppercase;
}

div#categories li a.selected,
div#categories li a:hover{
 color : #fc4128;
}

/* 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
-------------------------------------------------------- */

.post-title{
	color: #F90;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #F90;
	background: transparent;
	text-decoration: none;
}



/* main
-------------------------------------------------------- */	
#main{
 border-left:1px dotted #87c778;
 line-height:1.5em;
 padding:0px 0px 4em 0.6em;
 word-spacing:.1em;
 }

#main h1, #main h2{
 
 font-size:1.3em;
 color : #ff9900;
 margin:0px 0px 0.4em 0;
 font-weight: bold;
 }

#main h3{
 font-size:1.2em;
 color : #ff9900;
 font-weight: bold;
}

#main h4{font-size:1.2em;}

#main p, #main #comment-form{
 margin:0.8em 0.8em 0.8em 0px;
 }
 
 /*
#main p:first-letter{
 margin-left:1em;
 }
*/

#main p.day-date{
 font-size:90%;
 color: #888;
 margin:0px;
 }

		
#main p.post-info-co{
 font-size:90%; 
 margin-top:0;
 text-align:right}



#main p.post-info{
 margin-top: 0;
 color: #fa0;
 background: transparent;
 padding-bottom: 1ex;
 font-size:90%;
 display:none;
	/*border-bottom: 1px solid #FC0;*/
}

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

#main blockquote p.comment-author{
 font-size:90%;
 margin-right:1em;
}

#main .comment-number{
 font: 1.2em Georgia, Arial, Helvetica, sans-serif;
 padding:0;
 border:none;
 }

#main .comment-number a{
 padding:0;
 margin:0;
 border:none}
			
.post-content{
	text-align: justify;
}
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

#trackbacks blockquote, #comments blockquote{
margin: 1em 0;
 padding: 1ex 1em;
 background:#eaf4d3; 
  }
 
#main p.comment-info{
}

/* La barre de navigation
-------------------------------------------------------- */


#left_sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#left_sidebar h2, #left_sidebar h3,
#right_sidebar h2, #right_sidebar h3{
	color: #ff9900 /*9ed200 FD8037*/;
	margin: 0 0 1ex 0;
}

#left_sidebar h3{
	font-size: 1em;
	margin: 0;
}

#left_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") 4px center no-repeat;
}

#left_sidebar div#calendar{
  border:none;
}

#left_sidebar div#calendar table{
 width:90%;
 font-size: 90%;
 text-align: center;
 border-collapse: collapse;
}

#left_sidebar div#calendar table caption{
	margin: 0 auto;
}

#left_sidebar div#calendar table th{
	color: #f90  /*9ED200 568751*/;
	background: transparent;
}

#left_sidebar div#calendar table td{
 width: 14%;
 line-height: 2em;
 border: 1px solid #E2E2E2;
}

#left_sidebar div#calendar table td a{
	display: block;
	background: url(img/cal_act.png) top right no-repeat;
	color: #9ed200;
	font-weight: bold;
	text-decoration: none;
}

#left_sidebar div,
#right_sidebar div{
 margin-top: 0.5em;
 padding-bottom:0.5em;
 border-bottom: none;
 color: inherit;
}


#left_sidebar div#calendar table td a:hover{
	background: #FD8037;
	color: #fff;
}

table.simple td{
 padding:3px;
}

div.discreet{
 font-size:90%;
 padding-bottom:0.6em;
}

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

#footer a{
	color: #999;
}