/* ***** 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 elements HTML en general
 * - la page
 * - l'entete
 * - le prelude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est defini dans le fichier layout.css
 */

@import "layout.css";
/* La ligne suivante permet de placer la barre de navigation a gauche en lui enlevant les signes de commentaire
*/
/* @import "layout-gauche.css"; */

 
/* Les elements HTML en general
-------------------------------------------------------- */
body{
	margin: 0;
	padding: 0 1px;
	background: url(img/bg_raye.png);
	color: #000;
	font-size: 0.75em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img{border: none;}

h1, h2, h3, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}
h4	{font-family: Arial}
h1	{ font-size: 3em; font-weight: bold; font-style: normal; letter-spacing: -0.1em; }
h2	{font-size: 1.4em;}
h3	{font-size: 1.3em;}
h4	{ color: #499df1; font-size: x-large; font-weight: normal; font-style: normal; line-height: 1em; text-decoration: none; letter-spacing: -0.1em; vertical-align: 0; margin-top: 0; margin-bottom: 0.5em; }
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;
	color : #676161;
}

.field label{
	display: block;
	color : #676161;
}

input,textarea{
	border: 1px solid #999;
	color : #676161;
}

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

a{ 	text-decoration: none;
	color: #499df1; }
a:visited{color: #499df1;}
a:hover{
	text-decoration: none;
	color: #faa;}

.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'entete
-------------------------------------------------------- */
#top-page{ background: url(img/top_page.png) 0 center; height: 10px; }
#top /* Parametrage de l'image d'en tête */ 
{ height: 200px;
	/*padding-top: 20px;*/
	background: url(img/top.png) no-repeat center top; }

#top h1 /* Parametrage du texte de l'en tête */ 
{ 	text-align: left;
	/*height: 80px; 
	line-height: 80px; */
	margin: 0 0 0 400px; 
	padding-top: 20px; 
	color: white; 
	/*float: right;*/ }

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

#top p{
	text-align: left;
	/*height: 80px; 
	line-height: 80px; */
	margin: 0 0 0 400px; 
	padding-top: 2px; 
	color: white; 
	/* float: right;*/ }
/* Le prelude
-------------------------------------------------------- */ 
#prelude{
	background: no-repeat center top;
	color: #fff;
	text-align: left;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
/*  */ 
.day-date 
{ 	padding-left: 20px; 
	margin-left: -25px; 
	color: #888; 
	background: url(img/day-date.png) no-repeat left center; 
	font-style: italic; 
	text-indent: 5px; }
	
div.blogitem {
	background: url(img/Avatar_G.png) no-repeat;
	padding-left: 18px;
	text-align: justify;
	clear: both;}
.post-title
{ 	margin: 0 0 0 35px; 
	color: #499df1; 
	padding-left: 0;
	text-decoration: none;
	}

.post-title a
{
	color: #499df1;
	background: transparent;
	text-decoration: none;/*pour que le titre ne soit pas souligné*/
} 

.blog-author{ color: silver; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0 0 50px 35px; padding: 0 0 50px; /* pour déplacer le texte par rapport à l'image*/
	/*border-bottom: 1px solid #FC0;*/
}

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

div.post-content{ color: #676161; text-align: justify; background: transparent; }

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

.post-info-co{ color: #676161; 
	font-style: italic; 
	background-image: url(img/bubble.png); 
	background-repeat: no-repeat; 
	background-position: 0 40%; 
	padding-left: 20px; }
	
.lire-suite { 
	color: #7bb1ff; 
	font-weight: bold; 
	font-style: italic; 
	background-color: transparent; 
	background-image: url(img/fleche.png); 
	background-repeat: no-repeat; 
	background-position: 0 40%; 
	padding-left: 20px; }
	
#separation { 
	height: 35px; 
	background-image: url(img/inter3.png); 
	background-repeat: no-repeat; 
	background-position: center; 
 }	
	
	/* Les commentaires
-------------------------------------------------------- */
	
.cmt-date{ color: #e2e2e2; font-weight: normal; font-style: italic; text-align: right; position: relative; float: right; margin-left: 100px; }

.cmt-name{ color: #86f110; font-weight: bold; font-style: normal; }
	
#trackbacks blockquote, #comments blockquote 
/* Presentation des commentaires */ 
{ background-color: #e2e2e2; border: solid 1px #eee; margin: 1em 0; padding: 1ex 1em; }

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border-bottom: 2px solid #f0f0f0;
	color: inherit;
}

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

#sidebar h2, #sidebar h3{
	color: #499df1;
	margin: 0 0 1ex;
}

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

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 1em;
}

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

#q{ background-color: transparent; 
	background-repeat: no-repeat; 
	background-position: 4px center; 
	padding-left: 18px; }

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

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

#sidebar div#calendar table td a{
	display: block;
	background: #e2e2e2;
	color: #499df1;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #e2e2e2;
	color: #676161;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	/*clear: left;*/
	height: 59px;
	margin: 2em 10px 0;
	padding: 25px 20px 5px;
	color: #e2e2e2; 
	background: url(img/footer.png) no-repeat center top; 
	text-align: center; 
	/*line-height: 100%;*/
	}

#footer a{ 
	color: #999; 
	text-align: left; }
	
#bottom-page{
	height: 10px;
	background: url(img/bottom_page.png) no-repeat center top}
p {  }
