/* ***** 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  { color: #000; font-size: 80%; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 1.6em; background-color: #e9e9e9; background-repeat: no-repeat; background-attachment: scroll; background-position: left top }

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

h1 { font-size: 1.3em }
h2 { font-size: 1.3em }
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5 { font-size: 1.4em }
h6    { color: #000; font-size: 1.8em; font-family: sans-serif; font-weight: bold; text-decoration: none; text-align: center }
pre, code{
	font-size: 1.2em;
}

pre { width: 100%; overflow: auto; border: solid 1px #ccc }

fieldset { border: none }

label{
	cursor: pointer;
	/*cursor: hand;*/
}

img{
	border:0;
}

.field label{
	display: block;
}

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

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

a { color: #000 }
a:visited   { color: #000 }

a:hover { color: red }

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

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

/* La page
-------------------------------------------------------- */
#page  { background-image: url(img/page.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: center }
/* L'entête
-------------------------------------------------------- */
#top       { background-image: url(img/top.png); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; height: 305px }

#top h1      { color: #fff; font-size: 1px; font-family: sans-serif; line-height: 1px; margin: 0 0 0 35px }
#top h2   { color: #fff; font-size: 1px; font-family: sans-serif; font-weight: normal; margin: -50px 0 0 35px; top: 200px }
#top h1 a    { font-size: 1px; line-height: 1px; text-decoration: none }
#navigation      { font-size: 1em; font-family: sans-serif; font-weight: bold; text-decoration: none; background-image: url(img/trait_y.png); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-top: 0; margin-bottom: -10px; margin-left: 30px; width: 717px }
#fond  { font-weight: bold; text-decoration: none; background-repeat: repeat; background-attachment: scroll; background-position: left top; margin-top: 100px; margin-left: 620px; width: 155px; height: 155px }
#deutsch  { font-weight: bold; text-decoration: none; background-repeat: repeat; background-attachment: scroll; background-position: left top; margin-top: -7px; margin-left: 658px; width: 120px; height: 30px }
#collec { font-family: sans-serif; text-decoration: none; background-image: url(img/trait_y.png); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-top: 0; margin-bottom: 0; margin-left: 0; width: 480px }
#navigation a   { color: #000; font-size: 1.05em; font-family: sans-serif; font-weight: bold; text-decoration: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; display: block }
#navigation a:hover  { color: #000; font-size: 1.05em; font-family: sans-serif; font-weight: 700; text-decoration: underline; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; display: block }
/* Le prélude
-------------------------------------------------------- */ 
#prelude { color: #dfdfdf; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: center }

#prelude a { color: #dfdfdf; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }

#prelude a:hover { color: #666; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }

/* Le contenu
-------------------------------------------------------- */
.day-date  { color: #000; font-style: italic; background-image: url(img/trait_y.png); text-align: right }

.post-title { color: black; background-image: url(img/trait.png); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-bottom: 10px }

.post-title a { color: black; text-decoration: none; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }

.post-info { color: black; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-top: 0; padding-bottom: 1ex }

.post-info a { color: black; text-decoration: none; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }

.post-content  { text-align: justify }

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

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

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

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

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

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

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

#sidebar div#search { color: inherit; line-height: 2.3em; background: url(img/trait.png); border-bottom: 15px solid #fff }

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

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4%;
}

#sidebar div#calendar { background: url(img/trait.png); border-bottom: 15px solid #fff }

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

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

#sidebar div#calendar table td a    { color: #b00000; font-weight: bold; text-decoration: underline; background: #fff; display: block }
#sidebar div#calendar table td a:hover   { color: #f00; background: #fff }

#categories  { background: url(img/trait.png); border-bottom: 15px solid #fff }
#archives  { background: url(img/trait.png); border-bottom: 15px solid #fff }

#syndicate {
	background:url(img/trait.png);
	border:0;
}

#syndicate img{
	margin-bottom:2px;
}

#links  { background: url(img/trait.png); border-bottom: 15px solid #fff }

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	/*padding: 1em;*/
	/*border-top: 1px solid #CCC;*/
	background: #E9E9E9 url(img/footer.png) no-repeat top;
	color: #666;
	height:10px;
	width:780px;
}

#credit { color: #c6c6c6; font-size: 9px; background: transparent; text-align: center }

#credit a { color: #c6c6c6; font-size: 9px; background: transparent }

#credit a:hover { color: #666; font-size: 9px; background: transparent }