/* ***** 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 and Stephane Petit
 */

/*  squelette revue et revisite par Stephane Petit
	nom : etagere.inc

 */

/* Ce fichier dfinit le style visuel pour les diffrents lments du blog.
 * Dans l'ordre, vous trouverez les rgles qui dfinissent l'apparence pour:
 * - les lments HTML en gnral
 * - la page
 * - l'entte
 * - le prlude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est dfini dans le fichier layout.css
 * Pour mettre la barre de navigation  gauche, dcommentez l'appel  
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les lments HTML en gnral
-------------------------------------------------------- */
body{
	background: #fff;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em; color: #F47038;}
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;
}

textarea{
	width: 98%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #9CD4F7;
	font-weight: bold;
}

a:visited{
	color: #9CD4F7;
}

a:hover{
	color: #9CD4F7;
	text-decoration: none;
}

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

.right{
	float: right;
	margin-left: 1em;
}
.image {
}
/* La page
-------------------------------------------------------- */
#page{
}
 
/* L'entte
-------------------------------------------------------- */
#top{
	height: 180px;
	/*padding-top: 20px;*/
	background: #FFF url(img/entete.png) no-repeat left top;
}

#top h1{
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
	text-indent: -9000px;
	overflow: hidden;
}

#top h1 a {
	height: 100px;
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	cursor: pointer;
	display: block;
}

/* Le prlude
-------------------------------------------------------- */ 
#prelude{
	background: #f47038;
	color: #fff;
	text-align: right;
}

#prelude a{
	color: #fff;
	text-decoration: none;
	background: transparent;
	margin-right: 5px;
}

#prelude a:hover{
	color: #fff;
	text-decoration:underline;
	background: transparent;
}

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

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

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

.post-title a:hover{
	color: #F47038;
	background: transparent url(img/item_etoile_titre.gif) no-repeat 100% 60%;
	padding-right: 20px;
}

.post-info{
	margin-top: 0;
	color: #9CD4F7;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #9CD4F7;
	background: transparent;
}

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

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	margin: 1em -24px 1em -35px;
	padding: 0.5ex 1em;
	background:#F47038;
	border:5px solid #FFF;
	position: relative;
	color: #FFF;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
}

#sidebar div ul{
	margin: 0;
	padding: 0 0 0 1em;
}
#sidebar div ul li{
	margin: 0;
	padding: 0 0 2px 2em;
	list-style: none;
	background: url(img/item_etoile.png) no-repeat left center;
}
#sidebar div ul li a{
	color: #587A00;
}

#sidebar div ul li a:visited{
	color: #587A00;
}

#sidebar div ul li a:hover{
	color: #587A00;
	text-decoration: none;
}


#sidebar h2, #sidebar h3{
	color: #9ED200;
	margin: 0 0 1ex 0;
}

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

#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: #F47038;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px dotted #DCC8AF;
}

#sidebar div#calendar table td a{
	display: block;
	background: transparent;
	color: #587A00;
	font-weight: bold;
}

#sidebar div#calendar table td a:hover{
	background: transparent;
	color: #587A00;
	text-decoration: none;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	padding: 0em 2em 0em 0em;
	border-top: 1px solid #CCC;
	background: #f47038;
	color: #FFF;
	text-align: right;
}

#footer a{
	color: #FFF;
}

/* personnalisation
-------------------------------------------------------- */

#links h2 {
	color: #000;
	margin: 0 0 1ex 0;
	height: 47px;
	background: url(img/liens.png) no-repeat left top;
	text-indent: -9000px;
}
#categories h2 {
	color: #000;
	margin: 0 0 1ex 0;
	background: url(img/categories.png) no-repeat left top;
	height: 47px;
	text-indent: -9000px;
}
#syndicate h2 {
	color: #000;
	margin: 0 0 1ex 0;
	background: url(img/syndication.png) no-repeat left top;
	height: 47px;
	text-indent: -9000px;
}
#archives h2{
	color: #000;
	margin: 0 0 1ex 0;
	background: url(img/archives.png) no-repeat left top;
	height: 47px;
	text-indent: -9000px;
}
#calendar h2 { 
	color: #000;
	margin: 0 0 1ex 0;
	background: url(img/calendrier.png) no-repeat left top;
	height: 47px;
	text-indent: -9000px;
}
#search h2 {
	color: #000;
	margin: 0 0 1ex 0;
	background: url(img/rechercher.png) no-repeat left top;
	height: 47px;
	text-indent: -9000px;
}
#comments h3 {
	color: #F47038;
}

p.comment-info { 
	font-family:"Lucida Sans", "Trebuchet MS", Verdana, sans-serif; 
	font-weight: bold;
}
.galerie_photo {
	text-align: center;
	margin: 0px 7px 0px 0px;
}

.galerie_photo img {
	border: none;
	text-align: center;
	border: 1px solid #FFF;
	margin: 5px;
}
.submit, .preview {
	background: #9CD4F7;
}
#visualiser-comment {
	background: #82623A url(img/haut_corp.png) no-repeat -2px -1px;
	color: #9CD4F7;
	padding: 1em;
	margin-bottom: 3em;
	margin-top: 3em;
}
#changer-comment {
	background: #82623A url(img/haut_corp.png) no-repeat -2px -1px;
	color: #9CD4F7;
	padding: 1em;
	margin-bottom: 3em;
	margin-top: 3em;
}