/* ***** 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";
@import "layout-gauche.css"; 
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #ccc url(images/body.gif);
	color: #42638E;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}


h1, h2, h3, h4, h5{
	font-family: Georgia, "Times New Roman", Times, serif;
}
h6{
	font-family: Arial, Helvetica, sans-serif
}

h1{font-size: 1.5em;}
h2{font-size: 1.2em;
font-style:italic;}
h3{font-size: 1.1em;}
h4{font-size: 1.1em;}
h5{font-size: 1em;}
h6{font-size: 0.8em;
color: #8b8b58;
font-style:normal;
}


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: Georgia, "Times New Roman", Times, serif;
}


a{
	color: #636357;
	text-decoration: none;
	
}


a:visited{
	color: #636357;
}


a:hover{
	color: #82826e;
	text-decoration: underline;
}


.left{
	float: left;
	margin-right: 1em;
}


.right{
	float: right;
	margin-left: 1em;
}


/* La page
-------------------------------------------------------- */
#page{
	background: transparent;
	width: 875px;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 210px;
	margin:0;
	padding:0;
	text-align : center;
}


#top h1{
	height: 210px;
	margin: 0;
	padding: 0;
}

#top img {
border : 0;
margin : 0;
padding : 0;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}




/* Le contenu
-------------------------------------------------------- */
.post-title{
	color: #8b8b58;
	margin-top: 0;
	margin-left: 130px;
	background: transparent;
	font-style: italic;
}


.post-title a{
	color: #8b8b58;
	background: transparent;
	text-decoration: none;
}


.post-info{

	margin-top: 0;
	margin-left: 130px;
	margin-bottom: 0;
	color: #8b8b58;
	background: transparent;
	/*border-bottom: 1px solid #FC0;*/
}


.post-info a{
	color: #8B9CB8;
	background: transparent;
	text-decoration: none;
}


.post-content{
	text-align: center;
}


.post-content blockquote{
	font-family: Georgia, serif;
}


.post-info-co{
	text-align: right;
}


#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* Les pages connexes
-------------------------------------------------------- */
.related{

}


.related-content{
	text-align: center;
	font-size: 11px;
	line-height: 1.2;
}


.related h2{
	color: #8b8b58;
	margin-top: 0;
	margin-left: 130px;
	background: transparent;
	font-style: italic;
}


/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	color: inherit;
}


#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}


#sidebar h2, #sidebar h3{
	color: #8b8b58;
	margin: 0 0 1ex 0;
}


#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#apropos {
	height: 34px;
	padding-bottom: 15px;
}

#biblio {
	height: 34px;
	padding-bottom: 20px;
}

#categories {
	height: 360px;
	padding-bottom: 20px;
}

#archives {
	background: url(images/archivesfd.gif) no-repeat;
	height: 34px;
	padding-left: 90px;
	color: #8b8b58;
	font-style:italic;
	font-weight: bold;
}

#archives ul.archives_year {
   list-style-position: inside;

}

#archives .archives_month {
   padding-left: 20px;
} 

img {
	border: none;
}
/* Le pied de page
-------------------------------------------------------- */
#footer{
	text-align: center;
	margin-left: 100px;
	line-height: 10px;
	text-decoration:none;
	font-size:9px;
	color: #82826e;
}



