/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Samuel Latchman 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):  Eric Samelson
 */
 
 /* Les éléments HTML en général -----------------------------------------------------------------*/
body {
	width: 800px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Verdana,Arial,sans-serif;
	font-size:76%;
	background-image: url(./img/body_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;
	background-color: #fff;		
	}

p { margin : 0.8em 0; }
img { border : none; }
form { display : block; margin : 0px; padding : 0px; }

h1, h2, h3, h4, h5, h6{font-family: "Trebuchet MS", sans-serif;}
h1{font-size: 1.0em;}
h2{font-size: 1.0em;}
h3{font-size: 1.0em;}
h4{font-size: 1.0em;}
h5{font-size: 1.0em;}
h6{font-size: 1.0em;}

code,pre { font-family : "Courier New",monospace; font-size : 1em; }

q { font-style : italic; }

a {color : #c30;}
a:hover, a:focus, a:active {color: #0373A1;}

table {font-size : 1em;}

.lettrine 	{
			float: left; 
			font-size: 2em; /* 2 hauteurs de lignes pour la lettrine*/
			font-weight: bold; /* caractére  gras*/
			font-family: Georgia, Times New Roman, Times, serif; /* Police de caractére */
			color: #990000; /* couleur de la police de caratére */
			border: 1px solid #990000; /* définition d'une bordure autour de la lettrine*/
			background-color: #FFFFCC; /* couleur d'arriere plan de la lettrine */
			line-height: 1em; /* Hauteur du cadre de la lettrine */
			margin: 0px; /* marge avec les autres caractéres */
			padding: 0px; /* marge intérieur du cadre de la lettrine */
			}

/* La page--------------------------------------------------------------------------------------- */
#page {width:780px; background: #fff; border: 1px solid #999;}

/* L'entête --------------------------------------------------------------------------------------*/
#top 	{background : #FFFFFF url(./img/haut.gif) repeat-x; height: 50px;}
#top h1 	{margin: 0;	padding: 0;	padding-left: 10px;	font-size: 2.5em; color: #999;}
#top a 	{color : #999; text-decoration : none;}

/* Le prélude c'est à dire l'affichage du menu haut -------------------------------------*/
#prelude {background: #fff; border-bottom: 1px dashed #999; text-align: right;  padding-bottom:20px;}
#prelude a {color: #999;} 
#prelude a:hover, #prelude a:focus {color : #999;}

/* La colonne des billets ---------------------------------------------------------------------*/
#main {float: left;	width: 580px;}
#main blockquote{
	display : block;
	margin : 10px;
	padding : 1px 1em;
	font-style : italic;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
/* Le conenu d'un billet ----------------------------------------------------------------------*/
#content {width:570px; padding : 5px 5px 5px 5px;}

/* Barre verticale de navigation  ------------------------------------------------------------*/
#sidebar 
		{
		float : right;	
		width : 190px;
		border: 1px solid #999; -moz-border-radius: 5px;
		padding-bottom: 5px; padding-top: 5px; 
		margin-bottom: 10px; margin-right: 5px; margin-left:0px;
		margin-top: 10px;
		}
/* Barre verticale -  Titre */
#sidebar h2
		{
		text-transform : uppercase;
		font-weight : bold;
		font-size: 0.8em;
		color : #598F9A;
		background : transparent url(img/fleche.png) no-repeat 0 0.25em;
		margin-left: 5px;
		margin-top: 15px;
		margin-bottom: 1px;
		padding-left: 15px;
		}
/* Barre verticale - Titre rubrique liens --------------------------------------------------------*/
#sidebar h3
		{
		font-weight : normal;
		font-size: 0.8em;
		color : #598F9A;
		margin-left: 5px;
		margin-top: 15px;
		margin-bottom: 1px;
		}

#sidebar ul {padding-left : 0; margin : 0 0 0 0; 	list-style : none;}
#sidebar li  {display : block; margin-top : 0.15em; padding-left : 15px; color : #e2d6ad;}

#sidebar a {	text-decoration : none;}


/* Calendrier ------------------------------------------------------------------------------------*/
#calendar { }
#calendar h2 {display : none;}
#calendar table {border-collapse : collapse; font-size : 0.85em; margin : 0 auto; }
#calendar caption {padding : 0 0 0.3em 0; font-size : 1.0em; margin : 0 auto;}
#calendar abbr {border : none;font-style : normal;}
#calendar th, #calendar td {border : none;	padding : 1px;}
#calendar td {text-align : center;}
#calendar td.active {	border : 1px solid #0373A1;}
#calendar td.active a {font-weight : bold;}
#calendar a {font-weight : bold;}

/* Search form -----------------------------------------------------------------------------------*/
#search {}
#q {}

/* Categories box-------------------------------------------------------------------------------- */
#categories {}

/* Archives box ----------------------------------------------------------------------------------*/
#archives {}

/* Links box --------------------------------------------------------------------------------------*/ 
#links {}

/* Syndication box ------------------------------------------------------------------------------*/
#syndicate { }

/* Enpied de page   ----------------------------------------------------------------------------- */
#footer 
	{
	clear: both;
	height: 40px;
	color: #999;
	border-top: 1px dashed #999;
	background: transparent url("./img/bas.gif") repeat-x bottom;
	margin :0px;
	font-size: 0.8em;
	text-align: center;
	line-height: 2.5em;
	}
#footer a {color : #999;}


/*Détail d'un billet  --------------------------------------------------------------------------- */
.post {margin:5px; border: 1px solid #999; background: #FFFFFF url(./img/bas.gif) repeat-x bottom;}
.day-date {
	margin-left : 5px;
	margin-top : 5px;
	padding-bottom : 5px;
	font-size : 1.0em;
	font-weight : bold;
	text-align : left;
	color : #999;
	}

.post-title {text-transform : uppercase; margin-left : 5px; color : #39455B; padding-left : 15px; background : transparent url(./img/ico_billet.png) no-repeat 0 0.35em}
.post-title a {margin-left : 5px; color : #394558; text-decoration : none;}
.post-info {margin-left : 5px; font-size : 0.85em; color : #666; text-align: left;}
.post-chapo {margin-left : 5px; text-align : justify; padding:10px; padding-bottom : 0px;}
.post-content {margin-left : 5px; text-align: justify; padding:10px; padding-top : 0px; line-height : 1.3em;}
.post-info-co {margin-left : 5px; font-size : 0.85em; color : #ccc; text-align : center;}

#trackbacks {}
#comments {}
#comment-preview {}

#trackbacks, #comments, #comment-preview {margin : 0 ;}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	border :1px solid #999;
	display : block;
	margin-left : 5px;
	padding : 5px 5px;
	font-style : normal;
	color : #000;
}


#trackbacks .comment-info {}

#comments .comment-info {margin-left :0px;}

#comments .comment-number {
	margin-left: 5px;
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 1.0em;
}
#comments .comment-number a {text-decoration : none; }

/* Error messages ------------------------------------------------------------------------------ */
.error {	border : 1px solid #c00; background : #fee;	padding : 0.5em;}
.error ul {padding-left : 20px;}
.error li {list-style : square;}


/* Interactions --------------------------------------------------------------------------------- */
fieldset {display : block; border : none; margin : 0; padding : 0;}

input, textarea {
	border : 1px solid #999;
	background-color: #ddd;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.8em;
	border-width : 1px;
	-moz-border-radius:  4px
}

input[type], textarea[name] {background: #f1f0ed;}

input[type=submit], input[type=reset] {background : #ccc;	color : #000;}

input[type=submit]:hover {background : #598F9A;color : #fff;}

textarea {	width : 95%;}

p.field {margin : 0.5em 0 0 1em;}

p.field label {display : block; font-weight : bold;	font-size : 0.85em;}

.form-help {}

#comment-form {}
input.preview {}
input.submit {}

#c_nom {}
#c_mail {}
#c_site {}
#c_content {}
#c_remember {border : 1px solid #999;}

/* Extra blocks --------------------------------------------------------------------------------- */
#block1 {}
#block2 {}
#block3 {}
#block4 {}
#block5 {}
#block6 {}
