/* ***** 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
 * La charte graphique et le gabarit de ce blog sont une création Gérard Barré
 * élaborée à partir des standards Dotclear et de ses plugins.
 */

@import "layout.css";
@import "layout-gauche.css";
@import "layout-options.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body {
	color: #888;
	font-size: 73%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ECF0FB;
}
img {
	border: 0;
}
pre, code {
	font-size: 1.2em;
}
pre {
	width: 90%;
	overflow: auto;
	border: 1px solid #ccc;
}
fieldset {
	border: none;
}
#web2mail input {
	width: 99%;
}
p#web2mail {
	margin: 10px;
}
fieldset p {
	margin: 0 0 10px 0;
	padding: 0;
}
label {
	cursor: pointer;
	cursor: hand;
}
.field label {
	display: block;
}
input,textarea {
	border: 1px solid #888;
}
textarea {
	width: 99%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.post-content ul {
    margin-left: 0;
    padding-left: 0;
    /*display: inline;*/
}

.post-content ul li {
    margin-left: 0;
    padding: 0px 10px;
    list-style: none;
    /*display: inline;*/
}
/*post-content ul li.premier{
    margin-left: 0;
    border-left: none;
    list-style: none;
    display: inline;
}*/

.post-content a, .post-info-co a, .post-chapo a, #sidebar a, .comment-info a, #comments blockquote a {
 	color: #888;
	text-decoration: none;
}
.post-content a, .post-chapo a, #comments blockquote a {
	border-bottom: 1px dotted #888;
}
.ext-link { background: url(img/ext-link.png) center right no-repeat;  padding-right:13px; }
.post-content a:visited, .post-info-co a:visited, .post-chapo a:visited, #sidebar a:visited, .comment-info a:visited {
	color: #888;
	text-decoration: none;
}
.post-content a:hover, .post-info-co a:hover, .post-chapo a:hover, #sidebar a:hover, .comment-info a:hover {
	color: #000;
	text-decoration:  underline;
}
.left {
	float: left;
	margin-right: 1em;
}
.right {
	float: right;
	margin-left: 1em;
}

/* L'entête
-------------------------------------------------------- */
#top img {
	border: 1px solid #5B5B5B; /*#F2F5FD*/
	}
/*#top h1 {
	color: #390;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}*/

/* Le prélude
-------------------------------------------------------- */ 
#prelude ul, .post-content ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
}

#prelude ul li, .post-content ul li {
    margin-left: 0;
    padding: 0 10px;
    list-style: none;
    display: inline;
}
#prelude ul li {
    border-left: 1px solid #888;
}   
#prelude ul li.premier, .post-content ul li.premier {
    margin-left: 0;
    border-left: none;
    list-style: none;
    display: inline;
}
   
#prelude a {
	color: #888;
	background: transparent;
	text-decoration: none;
}

#prelude a:hover {
	color: #000;
	background: transparent;
	text-decoration: underline;
}

/* Le contenu
-------------------------------------------------------- */
#content h2, #content h3, #content h4 {
	color: #F90;
	background: transparent;
}
#content h2/*, #content h3*/ {
	font-size: 1.5em;
}
#trackbacks {
	margin: 0 10px;
}
#comments {
	margin: 0 10px;
}
#content h3, #comments h3 {
	font-size: 1.2em;
}
#content .post-content h3 {
	padding-top: 15px;
	text-indent: 42px;
	line-height: 32px;
	font-size: 1.1em;
	color: #888;
	background: transparent url(img/day-date.gif) no-repeat left 15px;
}
.day-date {
	margin: 0 10px;
	padding-top: 15px;
	text-indent: 42px;
	line-height: 32px;
	color: #888;
	background: transparent url(img/day-date.gif) no-repeat left center;
	font-style: italic;
}

.post-title {
	margin: 0 10px;
	padding-top: 10px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	color: #FF9900;  /*#FF9900*/
	background: transparent;
}
#toc ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.post-title a {
	color: #FF9900;  /*#FF9900*/
	background: transparent;
	text-decoration: none;
}
.post-info {
	margin: 0 10px;
	font-size: .95em;
	color: #F2960D;  /*#FF9900*/
	background: transparent;
	padding-bottom: 1ex;
	border-bottom: 1px solid #FA0;
}
.post-info a {
	color: #F2960D; /*#FF9900*/
	background: transparent;
	text-decoration: none;
}
.post-ads {
	margin: 10px;
	font-size: 0.85em;
	color: #999;
	background: transparent;
	text-align: center;
}
.post-ads a {
	color: #999;
	background: transparent;
	text-decoration: none;
}
.post-ads a:hover {
	color: #000;
	background: transparent;
	text-decoration: underline;
}

.post-content {
	margin: 0 10px;
	text-align: justify;
}
.salvant {
font-family:"Courier New", Courier, mono;
font-size: 1.1em;
font-style: normal;
color: #687E31;
padding: 0 15px;
border-left: 1px solid #B9D84E;
}
.post-content img, .post-content object, .post-chapo img {
	display:block; 
	margin : 0 auto 0 0;
	padding : 5px; 
	border : 1px solid #BCBCBC; /*#BCBCBC*/
}
#map {
	display:block; 
	width: 340px;
	height: 453px;
	margin : 0 auto 0 0;
	padding : 5px; 
	border : 1px solid #BCBCBC; /*#BCBCBC*/
	}
#map p {
border: 0;
margin: 0;
padding:0;
}
#map img {
	border: 0;
	margin: 0;
	padding:0;
}
.post-chapo {
	margin: 0 10px;
	text-align: justify;
}
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
	text-align: justify;
}
.post-info-co {
	margin: 0 10px;
	text-align: right;
}
#post-liens h3, #toc h3 {
margin: 0 10px;
	padding-top: 15px;
	text-indent: 42px;
	line-height: 32px;
	font-size: 1.1em;
	color: #888;
	background: transparent url(img/day-date.gif) no-repeat left 15px;
}
#post-liens a, #toc a {
	text-decoration: none;
	color: #888;
}
/*#toc a:first-letter, #post-liens *:first-letter {
font-weight: bold;
}*/
#post-liens ul, #toc ul {
	list-style-type: none;
	margin: 0 10px 0 52px;
	padding: 0;
}
#post-liens a:hover, #toc a:hover {
	color: #000;
	text-decoration: underline;
}
#trackbacks blockquote, #comments blockquote {
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
	text-align: justify;
}
/* La barre de navigation
-------------------------------------------------------- */
.surligne {
	/*margin-top: -4ex;*/
}
#sidebar div ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar p.titre, #sidebar h2, #sidebar p.section, #droite p.titre {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.5em;
	margin: 1.5em 0 0.5em 0;
	/*font-weight: bold;*/
}
#sidebar p.titre, #sidebar h2, #sidebar p.section {
	color: #9ED200; /*9ED200*/
}
#sidebar p.comment {
font-size: .7em;
color: #999;
text-align: justify;
line-height: normal;
}
/*#sidebar h2, #sidebar p.section {
font-size: 1.5em;
color: #999;
padding-bottom: 1.5ex;
border-bottom: 1px solid #999;
}*/
#sidebar div#search {
	background: transparent;
	color: inherit;
	/*line-height: 2.3em;*/
}
#search fieldset, #search p {
	margin: 0;
	padding: 0;
}
#q {
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}
#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}
#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: #493;
	background: transparent;
}
#sidebar div#calendar table td {
	width: 14%;
	line-height: 1.7em;
	border: 1px solid #eee;
}
#sidebar div#calendar table td a {
	display: block;
	background: #efa;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}
#sidebar div#calendar table td a:hover{
	background: #dbb8dc;
	color: #000;
}
div#links h3 {
	display: none;
}
.rss {
	text-indent: 20px;
	background-image: url(img/flux-14x14.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.contact {
	text-indent: 24px;
	background-image: url(img/postoffice.png);
	background-repeat: no-repeat;
	background-position: left center;

}
span.livre {
	float: left;
	margin: 5px 5px 0 0;
	/*padding: 5px;*/
	/*border: 1px solid #888;*/
	background: none;
}

/****** lien image réactive *******/
a.icone {
	position:relative;
}
a.icone span {
	display: none;
}
a.icone:hover {
	background: none; /*contournement d'un bug IE*/
	z-index: 500;
}
a.icone:hover span {
	display:inline;
	position:absolute;
	z-index: 500;
	top: -30px;
	left: -8px;
}
