/* ***** 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 dfinit le style visuel pour les diffrents lments du blog.
 * Dans l'ordre, vous trouverez les rgles qui dfinissent l'apparence pour:
 * - les lments HTML en gnral
 * - la page
 * - l'entte
 * - le prlude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est dfini dans le fichier layout.css
 * Pour mettre la barre de navigation  gauche, dcommentez l'appel  
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les lments HTML en gnral
-------------------------------------------------------- */
body{
	font-family: Arial, Helvetica, sans-serif;
	background: #F2F2F2;
	margin: 0;
	padding: 0;
	font-size: 12px;
}


h1{font-size: 1.5em;}
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;
}

table.spip_barre {
 width: 440px;
}
textarea{font-size: 1em;}
div#comments fieldset textarea {
 width: 430px;
 margin: 0;
 padding: 5px;
}

a{
	color: #000;
}
a:hover{
	color: #F60;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.gif) repeat-y center top;
	color: inherit;
}
 
/* L'entte
-------------------------------------------------------- */
#top{
	height: 185px;
	/*padding-top: 20px;*/
	background: #FFF url(img/top.gif) no-repeat left top;
}

#top h1{
	float: left;
	width: 368px;
	margin: 0;
	padding: 32px 0 0 190px;
	color: #fff;
	font-weight: normal;
}
#top img { float: left; margin: 75px 0 0 0;}

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

/* Le prlude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

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

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

/* Le contenu
-------------------------------------------------------- */
.day-date{
	display: block;
	color: #333;
	padding: 5px 5px 3px 25px;
	margin: 0 0 10px 0;
	font-size: 0.9em;
	font-weight: bold;
	background: #f2f2f2 url(img/puce_fleche_grise.gif) 10px 8px no-repeat;
}

.post-title{
	color: #F60;
	margin: 0;
}
.post h2 {
 font-size: 1.2em;
 margin: 0 0 8px 0;
}
.post-title a{
	color: #f60;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #333;
	font-size: 0.9em;
}

.post-info a{
	color: #F60;
	font-size: 0.9em;
	margin: 0 5px 0 0;
}

.post-content{
}

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

.post-info-co{
	text-align: right;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 5px;
	font-size: 0.9em;
	color: #333;
}
.post-info-co a {color: #333; background: url(img/puce_fleche_grise.gif) 0% 4px no-repeat; padding: 0 0 0 10px; text-transform: lowercase;}

#trackbacks blockquote, #comments blockquote{
	margin: 0;
	padding: 10px 10px 10px 20px;
	background: url(img/guillemet.gif) 0% 0% no-repeat;
}

#trackbacks blockquote, #comments blockquote strong {display: block;font-size: 1.2em;}
#trackbacks blockquote, #comments blockquote p.spip {margin: 10px 0 0 0;}
#trackbacks blockquote, #comments blockquote p.spip strong { color: #333; font-size: 1em;}
/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	/*border-bottom: 1px solid #F0F0F0;*/
	color: inherit;
	background: #fff;
}
#sidebar h2 {
 background: url(img/right_menu_n1_fd.gif) 0% 0% repeat-x;
 padding: 8px 5px 5px 10px;
 margin: 0;
 color: #fff;
 font-size: 1em;
 text-transform: lowercase;
}

#sidebar div ul{
	margin: 5px 0 0 10px;
	padding: 0;
	list-style: none;
	font-size: 1em;
}
#sidebar div ul li {background: url(img/puce_fleche_red.gif) 0% 6px no-repeat; padding: 0 0 0 15px;}

#sidebar h3{
	color: #333;
	margin: 0 0 1ex 0;
}

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

#sidebar div#search{
	background: transparent;
	color: inherit;
}

#search fieldset, #search p{
	margin: 5px 0 0 0;
	padding: 0;
}
#search fieldset input {width: 120px;}

#q{
	padding: 2px 5px 2px 5px;
	background: #fff;
	border: 1px solid #A3A3A3;
	width: 138px;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
	padding-bottom: 0;
}
#sidebar div.divers{padding-bottom: 0;}

#sidebar div#calendar table{
	font-size: 0.9em;
	text-align: center;
	margin: 0;
	border-collapse: collapse;
	width: 193px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#sidebar div#calendar table caption{
 font-size: 1.2em;
 font-weight: bold;
 color: #333;
 background: #f2f2f2;
 padding: 4px 2px 4px 10px;
 margin: 0 0 5px 0;
 text-align: left;
}

#sidebar div#calendar table th{
	color: #F60;
	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: #EEE;
	color: #F60;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #333;
	color: #fff;
}

/* Le pied de page
-------------------------------------------------------- */
div#page p#footer {
	margin : 0 10px 0 10px;
	padding: 12px 0 30px 15px;
	_padding: 0px 0 30px 15px;
	border-top: 25px solid #F60;
	color: #666;
	font-size: 0.9em;
	background: #f2f2f2;
}

#footer a {
 margin: 0;
 padding: 0;
 color: #999;
}




a.lien_pagination {
 padding: 5px;
 text-align: center;
 font-size: 0.9em;
}
.on {
 background: #f2f2f2;
 text-align: center;
 font-size: 0.9em;
}



div#comments h3 {
 background: url(img/puce_fleche_grise.gif) 0% 6px no-repeat;
 padding: 0 0 0 15px;
}

legend { color: #333;}

p.comment-info {
 background: #f2f2f2;
 padding: 8px 5px 4px 10px;
}
p.comment-info .comment-number {font-weight: bold;}
p.comment-info .comment-number a {color: #F60; padding: 0 5px 0 0;}


sup {font-size: 7px;}