/* ***** 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 definit le style visuel pour les differents elements du blog.
 * Dans l'ordre, vous trouverez les regles qui definissent l'apparence pour:
 * - les elements HTML en general
 * - la page
 * - l'entete
 * - le prelude
 * - 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 a gauche, decommentez l'appel a 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les elements HTML en general
-------------------------------------------------------- */
body{
	background: #EDE4E5 /*url(img/b3.png)*/;
	color: #285D07;
	font-size: 73%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

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

.field label{
	display: block;
}

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

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

a{
	color: #636;
	text-decoration: none;
}

a:visited{
	color: #633;
	text-decoration: none;
}

a:hover{
	color: #D8417E;
	text-decoration: none;
}

a img{border: none;}

/*a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
}*/

.post-content a[hreflang|="en"]:after { content: "\0000a0"url(img/linken.gif) }

.post-content a[hreflang|="fr"]:after { content: "\0000a0"url(img/linkfr.gif) }

#comments a[hreflang|="en"]:after { content: "\0000a0"url(img/linken.gif) }

#comments a[hreflang|="fr"]:after { content: "\0000a0"url(img/linkfr.gif) }

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

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

.post img.smiley {
  padding-top: 0;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff5ee;
	color: inherit;
  border: 3px solid #FFE2F6;
}
 
/* L'entete
-------------------------------------------------------- */
#top{
	height: 228px;
}

#top h1{
	height: 150px;
  margin : 0;
  padding : 0;
}

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

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #EDE4E5;
	text-align: center;
}

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

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

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

/* ancien txt d'intro pour home */
#ouverture{
	color: #888;
	font-size: 0.75em;
	line-height : 0.8em;
	margin-top: -10px;
	margin-bottom : 35px;
}

/*nouveau texte d'intro pour home */
.presentation h2 {
}

.presentation p{
	color: #888;
	font-size: 0.75em;
	line-height : 1.2em;
	margin-top: -20px;
	margin-bottom : 35px;
}

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post img {
  padding-top : 0.5em;
}

.post-title{
	color: #F90;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #F90;
	background: transparent;
	text-decoration: none;
}
.post-title a:visited{
	color: #F90;
	background: transparent;
	text-decoration: none;
}
.post-info{
	clear: both;
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
	border-bottom: 2px dotted #dfe3d1;
}

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

.post-content{
	clear: both;
	text-align: justify;
}
/* couleur des url dans les billets*/
.post-content a {
	color : #285D07;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #9ed200;
	padding-bottom : 1.4px;
}
.zoom {text-align:center;}

.zoom a { /*couleur lien images dans post */
	border-bottom-width : 0;
	border-bottom-style : none;
	border-bottom-color : transparent;
	padding-bottom : 0;
}

.post-content a[name|="rev"], .footnotes a[name|="pnote"] {
	background-image : none;
	padding:0;
}

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

.post-info-co{
  font-size: 0.95em;
	text-align: right;
  padding-top : 0;
}

#trackbacks blockquote, #comments blockquote{
	margin: 1em 0;
	padding: 1ex 0.5em;
	clear: both;
}

/* couleur des url dans les commentaires*/
.comment-sensorie a, .comment-me a, #comments blockquote a {
	color : #285D07;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #9ed200;
	padding-bottom : 1.4px;
}

.comment-sensorie{
  text-align : justify;
}
/* commentaire auteur */
.me {
  text-align : justify;
  border : 1px dotted #E58D46;
  padding : 0em 0.4em 1em 0.4em;
}

#comments .me p { margin-bottom : 0; padding-bottom : 0; }
#comments .me { margin-bottom : 0.5em; }


/* La barre de navigation
-------------------------------------------------------- */
/*plug-in gday*/
.gday {
  display: block;
  list-style: none;
  background:transparent;
	margin: 0 0 1ex 0;
}

#gday_date {
  font-style:italic;
  font-size: 0.95em;
  text-transform: lowercase; /* <--- instruction pour tout mettre en minuscules */
}

#gday_holy {
   font-style:italic;
}

#gday_perso {
   color:#EBAE44;
   font-style:italic;
   font-size: 0.95em;
}

/*sidebar*/

#sidebar div{
	border-bottom: 1px solid #fde48e;
	color: inherit;
}

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

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

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

.annexes a, .annexes a:hover, .annexes a:visited{
  color: #9ED200;
	margin-top: 0;
}

/* style gallery sidebar sur gallery.css */

#sidebar div#search{
	background: transparent;
	color: inherit;
	/*line-height: 1.6em;*/
}

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

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

#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: #679D4C;
	background: #FFFFFF;
}

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

#sidebar div#calendar table td a{
	display: block;
	background: #f1ffc2;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #FCB9E2;
	color: #C9663A;
}

#sidebar div#links h3 {
  font-size: 1.2em;
	color: #9ED200;
	margin: 1ex 0 0 0;
}

/* galleries */

#sidebar div#galleries ul{
	list-style-image: url(img/bron46.gif);
/*	list-style-position : inside;*/
	margin-left: 25px;
}

#galleries ul {
  font-style : italic;
  font-size : 0.95em;
}

#sidebar div#galleries h3{
  font-size : 1.2em;
  font-weight : normal;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	text-align: center;
	background: #D5C08B;
	border-top: 4px solid #FFE2F6;
}
	
#footer a{
  text-decoration: none;
	color: #DAFABD;
	background: transparent;
}

/* Plugin toc */

#toc h2 {
	background: transparent;
}

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

#toc li {
	color: #666;
	margin-bottom: 0.5ex;
}

#toc li img {
	vertical-align: baseline;
}

#toc a {
	background: transparent;
	text-decoration:none;
}
	

/*related*/
.related-content a[hreflang|="en"]:after { content: "\0000a0"url(img/linken.gif) }

.related-content a[hreflang|="fr"]:after { content: "\0000a0"url(img/linkfr.gif) }

.related{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 1em;
	text-align: justify;
}

.related h2 {
	font-size: 1.4em;
	color: #fbae34;
}

.related-titre {
	font-size: 1.7em;
	font-style: italic;
	color: #Fbae34;
}

.related-content {
	font-size: 1em;
	color: #666600;
  text-align : justify;
}

.related-content a {
	color : #285D07;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #9ed200;
	padding-bottom : 1.4px;
}

.related-date{
	font-size: 0.8em;
	color: #666600;
  text-align : right;
}

/* toulouse annuaire */
.display {
  display: none;
}
  
/* style annuaires */
.annuaire {
  font-size: 0.8em;
}
/* contact */
img .image_contact{
  text-align:center;
}

