/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Laurence Jacquet 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):
 *  Laurence Jacquet
 */

/* 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 { color: #000; font-size: 80%; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 1.6em; background-color: black }

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

h1{font-size: 1.7em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
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;
	font-size: 0.9em;
}

textarea { font-size: 0.9em; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 1.4em; width: 450px }

a{
	color: #000;
}
a img {border: none;}
a:visited   { color: #666 }

a:hover  { color: #840102 }

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

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

/* La page
-------------------------------------------------------- */
#page  { background-color: #d8ceb4; background-attachment: scroll }
 
/* L'entête
-------------------------------------------------------- */
#top  { background: #fff url(img/officieuse_top.png) no-repeat left top; height: 90px }
/* Le prélude
-------------------------------------------------------- */
#prelude { color: #5d5d5d; text-align: center }
#prelude a { color: #5d5d5d }
#prelude a:hover { color: #666; background: transparent }
/*Auteurs
-------------------------------------------------------- */ 
#auteurs { color: #fff; text-align: center }
#auteurs p  { color: #09c; font-size: 0.9em; text-align: center }
#auteurs a  { color: #fff; font-size: 0.9em; text-decoration: none }

#auteurs a:hover  { color: #999; font-size: 0.9em; text-decoration: none; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }

/* Le contenu
-------------------------------------------------------- */

.day-date{
	display:none;
}

.info     { background-color: #ece7d9; margin-bottom: 0; padding: 4px 0 4px 10px; width: 685px; height: 35px }
.info h2  { color: #840102; margin: 0 }
.info p { color: #666; font-size: 0.8em; margin: 0 }

.post-title a   { color: #840102; text-decoration: none }
.post-title p  { color: #840102; text-decoration: none }
.commentaires  { background-color: #ece7d9; margin-bottom: 0; padding: 4px 0 4px 10px; width: 130px; height: 35px; float: right }
.post-info-co { font-size: 0.8em; text-decoration: none; margin-left: 2px }
.post-info-co a  { color: #840102; text-decoration: none; margin-left: 2px }
.post-info-co a:hover  { color: #d8ceb4; text-decoration: none; margin-left: 2px }
.post-content, .post-chapo    { background-color: #fff; text-align: justify; margin-top: 5px; padding: 5px 10px }


.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}
#trackbacks , #comments {
	font-size: 0.9em;
}
#trackbacks blockquote, #comments blockquote{
	border-left: 5px solid #EEE;
	border-right: 1px solid #EEE;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	margin: 0.7em 0;
	padding: 5px;
}

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


#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
	width:96%;

}
#navigation li { background: url("img/etoile1.gif") no-repeat left center; margin: 0; padding: 0 0 0 15px }
.post li{
	margin: 0;
	list-style-image : url(img/etoileverte.jpg);
	/*padding: 0 0 0 15px;*/
	/*background: url(img/etoileverte.jpg) no-repeat left;*/
}
.post ul{
	margin: 0;
	padding: 0 0 0 15px;;
	/*list-style-type: none;*/
}
#navigation a { color: white; text-decoration: none }
#navigation a:visited { color: #eaefed; text-decoration: none }
#navigation a:hover{
	color : #FFF;
}

.limit  { height: 90px; overflow: auto }
#navigation2   { background: url(img/officieuse_top-bas.png) no-repeat left top; margin: 0; padding: 15px 0 0 20px; height: 40px }
#navigation2 h2  { font-size: 1em; margin: 0 0 5px 5px }
#navigation2 a { color: black; text-decoration: none }
#navigation2 a:visited { color: black; text-decoration: none }
#navigation2 a:hover { color: gray; text-decoration: none }
#q{
	width : 110px;
}

#navigation  { background: url(img/officieuse_milieu.png) repeat-y left top; margin: 0; padding: 10px 0 10px 10px }
#navigation  h2  { color: #09c; font-size: 1.1em; margin: 0 0 5px }
#navigation a { margin: 0 10px 0 0 }
#categories, #archives, #participants { margin-right: 20px; width: 140px; float: right }
.spacer {
	clear: both;
}
#secondnav{
	padding: 20px;
}
#secondnav h2  { color: #c30; font-size: 1em }

#secondnav ul{
	list-style-type: none;
	margin :0;
	padding: 0;

}
#secondnav li { text-decoration: none; display: inline; margin-left: 10px; padding: 0 }
	

/* Le pied de page
-------------------------------------------------------- */
#footer  { color: #666; background: url("img/officieuse_footer.png") no-repeat left bottom; margin: 0; padding: 0 0 20px 400px }

#footer a { color: #999; font-size: 0.8em; text-decoration: none }
#navigation div#collection {
	margin: -20px 20px 0;
	width: 350px;
	float: right;
	height: 120px;
}


/* Pagination
-------------------------------------------------------- */
.pagenav   { font: 0.8em "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-align: center; margin-top: 20px }
p.pagenav a    { color: #cfbe9f; text-decoration: none; background: #ece7d9; padding: 2px }
p.pagenav a:hover    { color: #fff; background-color: #cfbe9f; padding: 2px; border: solid 1px }
p.pagenav strong { color: #fff; background-color: #cfbe9f; padding: 2px }
.pagenav2 { font: 0.9em "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-align: center; margin-top: 20px }
.pagenav2 a { color: #999; font-size: 90%; text-decoration: none; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding: 0 4px; border: solid 1px #09c }
.pagenav2 a:hover { color: #fff; background: #09c; border-color: #039 }
.pagenav2 p { color: #000; font-size: 0.9em; padding: 2px }

/* Commentaires
-------------------------------------------------------- */
#trackbacks, #comments { margin-top: 4em; }
#trackbacks blockquote, #comments blockquote   { background: #ece7d9; margin: 0 60px 0 15px; padding: 1ex; overflow: auto; border: dotted 1px #aaa }
#comments blockquote.comback_content   { color: #000; font-size: 0.9em; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; background: #cfbe9f; margin: 0 60px 2em 15px }
#trackbacks blockquote p, #comments blockquote p{ margin: 1ex 0; }
.comment-info{
	margin-bottom: 0;
}

.comment-info2   { font-size: 0.9em; margin: 0 0 0 15px }
