/* ***** 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 *****
 *
 * Author: 
 *  Maurice Svay  http://www.svay.com/web/dotclear/
 * Adapté par Mozinet pour BlogZiNet http://blogzinet.free.fr/ */
 
/* À propos de ce thème
 * Tests effectués (original) :
 * - IE de 5.01 a 6 Windows
 * - Firefox 0.9x Windows
 * - Opera 7.51 Windows
 * - Safari 1.2.2 MacOS X (10.3)
 * - Konqueror Linux
 * - Opera Linux
 *
 * L'agencement est dans une feuille de style séparée
 * 1 - Style global
 * 2 - En-tête
 * 3 - Billet
 * 4 - Rétroliens et commentaires
 * 5 - Barre latérale
 * 6 - Pied de page
 */

@import "layout.css";

/* Les styles propres au balisage rajouté avec le contenu des billets sont dans une feuille de style séparée */

@import "billet.css";

/* Style global
********************************************/
html, body{
	margin: 0;
	padding: 0;
}

body{
	background: #eee url(img/background.png) repeat-x;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 0.8em;
}

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

h2{
	font-size: 1.2em;
	margin: 1em 0;
}

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

h4{
	font-size: 1em;
	font-weight: bold;
}

a:link{
	color: #844;
	background: transparent;
}

a:visited{
	color: #C42b01;
	background: transparent;
}

a:hover{
	color: #000;
	background: transparent;
}

a[hreflang]:after{
	content: " [" attr(hreflang) "]";
	color: #999;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

a img{
	border: none;
}

/* abbr, acronym{
	border: none;
	background: transparent url(img/dotted.png) repeat-x bottom;
	cursor: help;
} */

code, pre, kbd{
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

pre{
	overflow: scroll;
	width: 100%;
}

html>body pre{
	overflow: auto;
	width: auto;
}

fieldset{
	border: none;
}

.field label{
	display: block;
	cursor: pointer;
	cursor: hand; /* pour IE */
}

input, textarea{
	border: 1px solid #999;
	background: #fcfcfc;
	/* -moz-border-radius connu pour ne pas etre valide */
	-moz-border-radius: 4px;
}

textarea{
	width: 99%;
}

.left{
	float: left;
	margin: 0 1em 1em 1em;
}

.right{
	float: right;
	margin: 0 1em 1em 1em;
}

/* En-tête
********************************************/
#top{
	background: #b62200 url(img/header.jpg) no-repeat;
}

#top h1{
	line-height: 15px;
	margin: 0;
	font-size: 1em;
	text-align: center;
}

#top h1 a{
	text-decoration: none;
	color: #c30;
	background: transparent;
}

#prelude{
	color: #cd5c5c;
	background: transparent;
	text-align: center;
	margin: 0;
}

#prelude a{
	color: #cd5c5c;
	background: transparent;
	text-decoration: none;
}

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

/* Billet
********************************************/
#content{
	color: #222;
	background: transparent;
}

#content a:hover{
	color: inherit;
}

.post{
	margin-top: 20px;
}

.day-date{
	display: none;
}

.post-title{
	padding-left: 20px;
	background: #fff url(img/sstar.png) no-repeat left;
	background-position: 0 0.1em;
	color: #000;
	margin-bottom: 0;
}

.post-title a{
	color: #000;
	background: transparent;
	text-decoration: none;
}

.post-info{
	padding-left: 20px;
	margin-top: 0;
	color: #666;
	background: transparent;
}

.post-info a{
	color: #666;
	background: transparent;
}

.post-chapo p{
	width: 480px;
	text-align: justify;
	text-indent: 1em;
}

.post-content p{
	width: 480px;
	text-align: justify;
	text-indent: 1em;
}

.post-content li p{
	width: 400px;
	
}


.post-content ul{
	list-style-image: url(img/puce.png);
}

.post blockquote{
	font-style: normal;
	border-left: 3px solid silver;
	margin: 0.5em 0 0.5em 1em;
	padding: 1px 2em;
	font-family: tahoma,geneva,arial,sans-serif;
}

.post blockquote ul{
	margin-top: 0;
	margin-bottom: 0;
}

.post blockquote blockquote{
	border-left: none
}

.post blockquote p{
	width: auto;
}

.post-info-co{
	clear: both;
	text-align: right;
	font-size: 0.8em;
	border: 1px solid #e0e0e0;
	background: #fff url(img/postinfo.png) repeat-x;
	color: inherit;
	margin-top: 0.5em;
	margin-bottom: 3em;
	padding: 0.5ex;
	/* -moz-border-radius connu pour ne pas être valide */
	-moz-border-radius: 5px;
}

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

.post-info-co a:before{
	content: url(img/bulle.png);
	margin-right: 1ex;
}

.date-maj{
	font-size: 0.85em;
	font-family: verdana,arial,sans-serif;
}

#babelfish{
	width: 160px;
	float: right;
}

/* Trackbacks et commentaires
********************************************/

#trackbacks, #comments{
	margin-top: 4em;
}

#trackbacks blockquote, #comments blockquote{
	background: #f5f5f5;
	color: inherit;
	border: 1px dotted #aaa;
	margin: 0.5ex 0 1em 0;
	padding: 1ex;
	overflow: auto;
}

#comments blockquote blockquote{
	background: #e5e5e5;
}

#trackbacks blockquote p, #comments blockquote p{
	margin: 1ex 0;
}

.comment-info{
	margin-bottom: 0;
}

#trackbacks kbd{
	background: transparent;
	color: inherit;
	font-size: 1em;
	border: none;
}

	/* Mes commentaires */

	.me{
		background-color: inherit;
		border: 2px dotted #c30;
		padding: 0 4px;
}

	#comments .me blockquote{
		margin-right: 1em;
		margin-left: 1em;
		background-color: #fcffc8;
} /* jaune */

	#comments .me p.date-maj{
		margin-left: 1em;
}

	.me+.me{
		margin-top: 1em;
}

	#comments .me blockquote blockquote{
		background-color: #f5f5f5;
} /* whitesmoke */

	#comments .me blockquote blockquote blockquote{
		background-color: #fcffc8;
		}

/* Barre latérale
********************************************/
#sidebar{
	background: #fff url(img/menu.png) repeat-x;
	color: #666;
}

#sidebar div{
	/* aurait dû être #sidebar > div */
	margin: 0 10px 2em 10px;
}

#sidebar h2{
	margin: 0 0 1ex 0;
}

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

#sidebar a{
	text-decoration: none;
}

#sidebar li a{
	display: block;
	color: #666;
	background: transparent;
}

#sidebar li a:hover{
	color: #333;
	background: transparent url(img/curseur.gif) repeat-y right; /* Bling Bling No Flash */
}

#sidebar ul li:first-child{
	/*:fisrt-child selector ne fonctionne pas dans IE */
	border-top: 1px solid #CCC;
	padding: 0.5ex 0;
}

#sidebar ul+ul li:first-child{
	/*: fisrt-child selector ne fonctionne pas dans IE */
	border-top: none;
}

#sidebar ul li{
	border-bottom: 1px solid #ccc;
	padding: 0.5ex 0;
}

#search p{
	text-align: center;
	margin: 0;
}

#search input{
	width: 15%;
}

#search input#q{
	width: 70%;
}

#calendar table{
	color: #666;
	background: transparent;
	margin: 0 auto;
	/* Désolé pour la taille de fonte en pixel, mais IE craint trop */
	font-size: 10px;
	text-align: center;
}

#calendar table td a{
	color: #444;
	font-weight: bold;
}

/* Liens internes 'Aller à' */
#directement span{
	font-size: 80%;
}

#directement a{
	color: #777;
	padding: 0 1px;
}

#directement a:hover{
	color: #fff;
	background-color: #777;
}

/* Pied de page
********************************************/
#footer{
	clear: both;
	margin: 0;
	padding: 2em 0 1em 0;
	background: #fff url(img/footer.png) no-repeat center bottom;
	text-align: center;
}

#footer a{
	text-decoration: none;
	color: #999;
	background: transparent;
}

/* style importés de mozinet.free.fr
********************************************/

span[title], abbr[title], acronym[title], em[title], i[title], b[title], cite[title]{
	border-bottom: 1px dotted;
	cursor: help;
}

	/* style importés de mozinet.free.fr: code */
	samp, kbd, code{
		font-family: monospace;
		font-size: 1.1em;
}

	code kbd, code samp, samp code, kbd code, samp kbd, kbd samp{
		font-size: 1em;
}

	code, kbd{
		color: #BC2102;
}

	kbd {
		background-color: #FFFFCD;
		border: 2px groove #BC2102;
		padding-left: 2px;
		padding-right: 2px;
}

	/* PDF de http://www.surfmind.com/musings/2003/10/11/ */
	a[href*=".pdf"]:before{
		content: url("/images/pdf.gif") " "
}

	a:hover[href*=".pdf"]:before{
		color: #666;
		background: transparent;
		content: "[PDF] ";
		font-style: normal;
		font-weight: normal;
}

	p > a[href*="mailto: "]:before{
		content: url("/images/mail.gif") " ";
}
	p > a:hover[href*="mailto: "]:before{
		color: #666;
		background: transparent;
		content: "[mail] ";
		font-style: normal;
		font-weight: normal;
}

/* citations */
cite em, em cite, em em, cite cite{
	font-style: normal;
}

/* sous-titres des billets */
.post h5, .post h6{
	font-size: 1em;
}

.post h5{
	margin: 1em 0 1em 1em;
}

.post h6{
	margin: 0.7em 0 0.7em 2em;
	font-weight: normal;
}

/* Insertions dans le contenu des billets */

.post-content ins{
	text-decoration: inherit;/*conserver le soulignement des liens*/
	background-color: #fee; /* rouge/rose */
}

.post-content ins{
	line-height: 133%;
	border-bottom: 1px solid #fee;
}/* pour conserver le soulignement en ponitillé des abbr et acronym avec title */

/* Plugins de Dotclear 1.x
********************************************/

/* plugin Highlight Search */
span.highlight0{
	background-color: #ff9;
}

span.highlight1{
	background-color: #9f0;
}

span.highlight2{
	background-color: #9ff;
}

span.highlight3{
	background-color: #f90;
}

span.highlight4{
	background-color: #99f;
}

/* cadre dcBlogmark */
#papillonnage li{
	font-size: 80%
}

#papillonnage li a{
	font-size: 110%;
	padding: 2px;
	font-weight: bold;
	margin-bottom: 0.3em;
}

	/* lien via */
	#papillonnage li span a{
	display: inline;
	width: auto;
	font-weight: normal;
	font-style: italic;
	font-size: 100%;
	padding: inherit;
	}

	#papillonnage li span a:after{
	content: ".";
	}

/* Fil externe RSSreader */
#filext strong, #filext li > br{
	display: none;
}

#filext li{
	font-size: 80%;
	margin: 0.5em 0;
}

#filext a{
	font-weight: bold;
	font-size: 110%;
	padding: 2px;
}

/* PageNavigation réduite */
.pagenav{
	font-size: 0.8em;
	margin: 0 0 0 -20px;
	color: #aaa;
	font-family: Georgia,serif;
}

p.pagenav:hover{
	color: #000;
}

p.pagenav a{
	padding: 2px 4px;
	text-decoration: none;
	border: 1px hidden;
}

p.pagenav a:hover{
	border: 1px solid #bbb;
	background: #ddd;
	color: #666;
}

p.pagenav strong{
	color: black;
	padding: 2px;
	border: 1px solid #bbb;
}

/* PageNavigation avec toutes les pages */
.pagesnav{
	font-size: 0.9em;
	color: #aaa;
	font-family: Georgia,serif;
	line-height: 1.6em;
}

p.pagesnav a{
	background: #ddd;
	color: black;
	padding: 2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size: 90%;
	margin-bottom: 1px;
}

p.pagesnav a:hover{
	color: white;
	background: #df1e0e; /* blanc sur fond rouge */
}

p.pagesnav strong{
	color: black;
	padding: 2px;
	border: 1px solid #bbb;
	font-size: 90%;
}