/* ***** 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
-------------------------------------------------------- */

/* ######## ICI la taille de la police et de l'interligne ######### */
body{
    background: #EEE;
    color: #000;
    font-size: 73%;
    line-height: 1.7em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    border-top: 0px solid #DDD;
}

bodyold{
    background: #EEE;
    color: #000;
    font-size: 80%;
    line-height: 1.6em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    border-top: 0px solid #DDD;
}

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

h1{font-size: 1.1em;}
h2{font-size: 1.45em;}
h22{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}
h9{font-size: 1.2em;}

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;
}

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

a{ 
    color: #5F9EA0;
    text-decoration : none;
    font-weight: bold;
}

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

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

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

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

/* La page
-------------------------------------------------------- */
#page{
    background: #fff url(img/page.png) repeat-y center top;
    color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{ /* ######### Titre ######## */
    height: 147px;
    /*padding-top: 20px;
    background: #EEEEEE url(img/aleatoire/robinet.png) no-repeat left top;*/
}

#top h1{
    height: 140px;           /* 80px initialement */
    line-height: 210px;      /* position verticale du sous-titre */
    margin-left: 167px;     /* position horizontale du sous-titre */
    margin-bottom: -700px;  /* a augmenter si une bande blanche apparait avec IE */
    vertical-align: bottom;
    color: #FFFFFF;
    }

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



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

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

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

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

/* ## titre ## */

.post-title{
    color: #F90;
    background: transparent;
    text-decoration : none;
    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{
    margin-top: 0;
    color: #FA0;
    background: transparent;
    padding-bottom: 1ex;
    /*border-bottom: 1px solid #FC0;*/
}

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

/* ## corps du billet ## */

.post-content{
    text-align: justify;
    text-decoration: none;
}

.post-content a{
    text-decoration: none;
    font-weight: bold;
    color: #5F9EA0;
}

.post-content a:visited{
    text-decoration: none;
    font-weight: bold;
    color: #5F9EA0;
}

.post-content a:hover{
    text-decoration: none;
    font-weight: bold;
    color: #F90;
}

/* ## chapo (billet deroulé)## */

.post-chapo{
    text-decoration: none;
    text-align: justify;
}

.post-chapo a{
    text-decoration: none;
    font-weight: bold;
    color: #5F9EA0;
}

.post-chapo a:visited{
    text-decoration: none;
    font-weight: bold;
    color: #5F9EA0;
}

.post-chapo a:hover{
    text-decoration: none;
    font-weight: bold;
    color: #F90;
}

.post-contu{
    text-align: right;
    text-decoration: none;
}

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


/* ############### image ############## */
img {
    border : none; 
    padding-top: 5px;
}


/* ############### pic d'en-tete de sidebar ############## */
picsidebar {
    border : none; 
    padding-top: 0px;
}

/* ############### "lire la suite" ############## */
.suitefx{
    text-align: left;
}

/* ############### mot "commentaire" dans la page principale ############## */
.post-info-co{
    font-size: 0.9em;
    text-align: right;
    text-decoration: none;
    color: #cccccc;
}

.post-info-co a{
    font-size: 0.9em;
    text-align: right;
    text-decoration: none;
    font-weight: normal;
    color: #cccccc;
}

.post-info-co a:hover{
    font-size: 0.9em;
    text-align: right;
    text-decoration: none;
    background: #9ED200;
    color: #FFFFFF;
}

/* ############### texte du message "nb de comment" ############## */
#trackbacks blockquote, #comments blockquote{
    font-size: 1em;
    border: 1px solid #EEE;
    margin: 1em 0;
    padding: 1ex 1em;
	text-align: justify;
}

.comment-number{
    text-decoration: none;
    font-weight: bold;
    color: #5F9EA0;
}

.comment-number a{
    text-decoration: none;
    font-weight: bold;
    color: #5F9EA0;
}

/* ############### signale ma présence dans les comm ############## */
.me blockquote {
      background-color : #f7f7f7;
      //border : 1px solid #cc0;
}

/* ############### pagination ############## */
.pagenav {
    font: 0.9em;
    text-align: center;
    font-weight: normal;
}

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

p.pagenav a:hover {
    background:#598F9A;
    color:white;
}

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

/* La barre de navigation
-------------------------------------------------------- */

#sidebar ul {
    padding-left : 0em;
    margin : 0 0 0 0;
}

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

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

/* ### liste avec interlignage### */
#sidebar li {
    list-style : none;
    margin-top : 0;
    color : #e2d6ad;
    background : transparent;
}

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

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

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

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

#sidebar h4{
    font-size: 0.8em;
    margin: 0;
    text-align: left;
    font-weight: normal;
    color: #999;
    
}

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

#sidebarold{
    background: transparent;
    color: inherit;
    line-height: 2em;
}

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

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

/* ### pas de souligné pour les liens de la sidebar ### */
#sidebar a {
    text-decoration : none;
    font-weight: normal;
    color: #666600;
}

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

#sidebar aNEW:hover{
    color: #FFFFFF;
    background: #9ED200;
    text-decoration : none;
}

/*#### le lien "page principale" #### */
#catfx {
    text-decoration : none;
    color: #9ED200;
    background: transparent;
}

#catfx a{
    text-decoration : none;
    color: #9ED200;
    background: transparent;
}

#catfx a:hover{
    text-decoration : none;
    color: #CCCC66;
    background: transparent;
}


/* ########## calendrier ############## */

#sidebar div#calendar{
    /*border-top: 1px solid #F0F0F0;*/
    text-decoration: none;
}

#sidebar div#calendar table{
    font-size: 0.85em;
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
    text-decoration: none;
}

#sidebar div#calendar table caption{
    margin: 0 auto;
    text-decoration: none;
}

/* ## lun mar mer jeu ven sam ## #493; */
#sidebar div#calendar table th{
    color: #9ED200;
    background: transparent;
    text-decoration: none;
}

/* ## souligné sous le nom des jours ## */
#calendar abbr {
    border : none;
}

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

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

#sidebar div#calendar table td a{
    display: block;
    background: #EFA;
    -moz-border-radius: 20px;
    font-weight: bold;
    border: 1px solid #EFA;
    text-decoration: none;
    
}

#sidebar div#calendar table td a:hover{
    background: #DBB8DC;
    color: #636;
}

.spacer {
  clear: both;
} 

#containerfx {
    position: relative;
        }

#footerfx {
    position: absolute;
    bottom: 0;
        }


/* Le pied de page
-------------------------------------------------------- */
#footer{
    font-size: 0.8em;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 1em;
    border-top: 1px solid #CCC;
    background: #EEE;
    color: #666;
}

#footer a{
    color: #999;
    font-weight: normal;
}


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


/* Tagcloud (pour le nuage de tag)
-------------------------------------------------------- */
#tagcloud ul { 
    margin:0; 
    padding: 0 1em; 
    display:block; 
}

#tagcloud li { 
    display:inline; 
}

#tagcloud li.level-1 { font-size: 0.8em; }
#tagcloud li.level-2 { font-size: 1.2em; }
#tagcloud li.level-3 { font-size: 1.4em; }
#tagcloud li.level-4 { font-size: 1.6em; }
#tagcloud li.level-5 { font-size: 1.8em; }
#tagcloud li.level-6 { font-size: 2.0em; }

/*
vert date du calendrier : #9ED200
vert titre de la sidebar : #9ED200
vert du lien : #999966
vert du lien survolé : #666600
orange : #F90
bleu-pétrole des liens : #5F9EA0
background: 
*/

#tagcloud a{ 
    color: #999;
    font-weight : normal;
    text-decoration : none;
}

#tagcloud a:visited{
    color: #999;
    font-weight : normal;
    text-decoration : none;
}

#tagcloud a:hover{
    background: #9ED200;
    color: #FFFFFF;
    font-weight : normal;
    text-decoration : none;
}

#tagpost {
    font-size: 0.8em;
    font-weight: normal;
    text-align: right;
    margin: 0;
    padding: 1em;    
    background: #EEE;
    color: #666;
}

#tagpost a{
    color: #999;
    font-weight: normal;
}

#tagpost a:hover{
    background: #9ED200;
    font-weight: normal;
    color: #FFFFFF;
}


.lettrinegauche
{
   float: left;
   margin-right: 8px;
}

.lettrinedroite
{
   float: right;
   margin-left: 8px;
}
