/* ***** 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";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #000000;
	color: #423830;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, 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{}
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: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #94A8A9;
}

a:visited{
	text-decoration: none;
}

a:hover{
	color: #57493E;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.jpg) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 340px;
	background: #fff url(img/header.jpg) no-repeat center top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin-left:15px;
	padding-top: 280px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;}

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

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #fff;
	text-align: center;
	margin-bottom:-20px;
	
	
}

#prelude a{
	color: #000000;
	background: transparent;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	
}

#prelude a:hover{
	color: #993300;
	background: transparent;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size: 20px;
}

/* Le contenu
-------------------------------------------------------- */
.post-title{
	color: #fff;
	text-align: center;
	font-weight: normal;
	letter-spacing: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	background: url(img/h2.jpg);
	display: block;
	width: 640px;
	min-height: 27px;
	margin: 0;
	padding: 0;
	margin-left: 8px;
	margin-top: 30px;
}

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

.post-info{
	color: #57493d;
	font-weight: normal;
	font-family: Georgia;
	font-size: 0.9em;
	background: url(img/h3.jpg);
	display: block;
	width: 600px;
	min-height: 27px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 8px;
}

.post-info a{
	color: #3A312C;
	background: transparent;
	text-decoration: none;
}

.post-content, .post-chapo{
	text-align: justify;
	margin-top:20px;
	padding-left: 40px;
}

.post p, #trackbacks p , #comments p, #comments blockquote{
	padding-left: 40px;
}
.post-content img{
border:0px;
}

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

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

.post h3{
	background: transparent;
	color: #3C312B;
	text-align: left;
}

.post h3 {
	color: #fff;
	text-align: center;
	font-weight: normal;
	letter-spacing: 5px;
	font-family: Georgia;
	background: url(img/h3.jpg);
	font-size: 1.5em;
	display: block;
	width: 600px;
	min-height: 27px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 8px;
	padding-left: 40px;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
	margin-left: 40px;
}

#comments .comment-info {
	color: #57493d;
	background: url(img/commentaire.jpg);
	display: block;
	width: 600px;
	min-height: 27px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 8px;
	padding-left: 40px;
}
#comments .comment-info a{
	color: #57493d;
	font-style: bold;
	text-decoration: none;
	}
#comments .comment-info a:hover{
	text-decoration: underline;
	}

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

#sidebar h2, h3{
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	background: none;
}

#sidebar h3{
	text-align: center;
}

#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 ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#sidebar ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}

#sidebar ul li a {
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #999999;
	}

#sidebar ul li a:hover {
	background: #D8E1E0;
	color: #819393;
	}
	
#sidebar h2#title{
	color: #fff;
	letter-spacing: 5px;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size: 1.5em;
	background: url(img/h2.jpg);
	display: block;
	width: 640px;
	min-height: 27px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 8px;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	color: #fff;
	text-align: center;
	font-weight: normal;
	background: url(img/h2.jpg);
	display: block;
	width: 640px;
	height: 30px;
	margin: 0;
	padding: 0;
	margin-left: 8px;

}

#footer a{
	color: #fff;
	text-decoration: none;
}