/* ***** 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
-------------------------------------------------------- */
body{
	/*background: #EEE;*/
	color: #000;
	font-size: 72%;
	line-height: 1.6em;
	font-family:"Lucida Grande",Helvetica,sans-serif;
	background : #fcfcfc url(img/fond.jpg);
	background-repeat : repeat;
}

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

#trackbacks h3, #comments h3{
        background-color : #6c9;
        border : 1px solid #096;
        padding-left : 5px;
        margin : 2em 0 1em 0;
}

.post h3{
	background-color : #fc9;
	border : 1px solid #f93;
	padding-left : 5px;
	margin : 2em 0 1em 0;
}

pre{
	width: 98%;
	padding-left: 5px;
	margin:auto;
	border: dashed #53868B 1px;
	background-color: #f8f8ff;
        color: inherit;
}



fieldset{
	border: none;
}

label{
	cursor: pointer;
	/*cursor: hand;*/
}

.field label{
	display: block;
}

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

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

a{
        background-color:transparent;
        color: #000;
	text-decoratio:none;
}

a:visited{
        background-color:transparent;
        color: #663;
}

a:hover{
	background-color:transparent;
        color: #636;
}

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

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



/* Search highlighter
-------------------------------------------------------- */
span.highlight0 {
        background-color: #FFFF99;
        color: inherit;
}
span.highlight1 {
        background-color: #FF99FF;
        color: inherit;
}
span.highlight2 {
        background-color: #99FFFF;
        color: inherit;
}
span.highlight3 {
        background-color: #FF9999;
        color: inherit;
}
span.highlight4 {
        background-color: #9999FF;
        color: inherit;
}


/* La page
-------------------------------------------------------- */
#page{
	background: #FFF;
        color: inherit;
	border: solid black 1px;
}

/* L'entête
-------------------------------------------------------- */
#top{
	background: #FFF url(img/top.jpg) no-repeat left top;
	border-bottom: solid black 1px;
	margin: 0;
	padding: 0;
	height: 70px;
        color: inherit;
}

#top h1{
	padding: 20px 0 0 40px;
}
#top em{
        font-size: 22px;
        font-weight: bold;
        font-style: normal;
        color: #ffa500;
        background: inherit;
}

#top h1 a{
	text-decoration: none;
	color: black;
        background: inherit;
}

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

#prelude a{
	color: #ffa500;
	background: inherit;
}

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

/* the top menu
-------------------------------------------------------- */
#top_menu{
        background: url(img/top_menu.png) repeat-y ;
        border-bottom: solid black 1px;
        height: 22px;
        padding: 0px;
        margin: 0px;
        float:left;
}

#top_menu ul{
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
}

#top_menu li{
	display: block;
	padding: 0;
	margin: 0;
	letter-spacing: 0px;
	float: left;
}

#top_menu li a{
	display: block;
	padding: 1px 5px 1px 5px;
	color: #0E5C9D;
	float: left;
	margin: 0;
	text-decoration: none;
        background-color:inherit;

}

#top_menu li a:hover {
	/*background-color: #D3D7E3;*/
	color: #ffa500;
    background-color:inherit;
}

#top_menu div#categories{
        float:left;

}

#top_menu div#search{
	float: right;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	font-style: italic;
}

.post {
	background: url('img/sep.jpg') no-repeat center bottom;
	padding-bottom: 20px;
	/*border: solid black 1px;*/
	
}


.post-title{
	color: #0E5C9D;
	background: transparent;
	margin-bottom: 0;
	text-decoration:none;
}


/* chapo */
.post-chapo a{
        text-decoration: none;
        color: #0E5C9D;
}

.post-chapo a:visited{
        color: #0E5C9D;
}

.post-chapo a:hover{
        color: #ffa500;
}



.post-title p{
	color: silver;
	background: transparent;
	border-bottom: solid silver 1px;
	text-align: right;
	font-size: 12px;
	margin-bottom: 5px;
}

.post-info{
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
}

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

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

.post-content blockquote{
	/*font-family: Georgia, serif;*/
	/*font-style: italic;*/
        border: dashed #53868B 1px;
        background-color: #f8f8ff;
	padding-left: 5px;
	width: 90%;
}

.post-content a{
	text-decoration: none;
	color: #0E5C9D;
}

.post-content a:visited{
	color: #0E5C9D;
}

.post-content a:hover{
	color: #ffa500;
}

.post-info-co{
	text-align: center;
}

.post-info-co a{
	text-decoration: none;
	color: #0E5C9D;
}

.post-info-co a:visited{
	color: #0E5C9D;
}

.post-info-co a:hover{
	color: #ffa500;
}
.post-time{
	border-bottom: solid #8c8c8c 1px;
	text-align: right;
	color: #8c8c8c;
	font-size: 10px;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}


/* La barre de navigation
-------------------------------------------------------- */
#sidebar{
	background: #fff;
        color: #000;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
}

#sidebar div li{
	margin-left: 10px;
	padding: 0;
	list-style: none;
	list-style-image:url(img/li.gif);
}

#sidebar div#statistics li{
	margin: 0;
	padding: 0;
	list-style-image: none;
}

#sidebar h2 a, #sidebar h3 a{
	color: #666;
	margin: 0;
        text-decoration: none;
        padding-left: 3px;
}

#sidebar h2 a:hover, #sidebar h3 a:hover{
        color: #ffa500;
}


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


#search fieldset, #search p{
	margin: 0;
	padding: 0;
        text-align: right;

}

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

#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: 2em;
	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: #636;
}


.show, .hide{
        border: solid silver 1px;
        width: 190px;
	color: inherit;
	margin: 0 3px 5px 0;
	float: right;

}

.show h2{
        background : #ececec url(img/nolines_minus.gif) right no-repeat;
        color: #666;
	margin: 0;
        text-decoration: none;
}

.hide h2{
        background : #ececec url(img/nolines_plus.gif) right no-repeat;
        color: #666;
	margin: 0;
        text-decoration: none;
}

.hideShow{
        border-top: solid silver 1px;
       	padding-left: 10px;
        margin-bottom: 5px;
}

.sbLinks{
        float: right;
        width: 190px;
        margin-top: 20px;
        text-align: center;
}

.sbLinks img{
        text-decoration: none;
        border: solid black 1px;
}
.sbLinks img:hover{
        border: solid #ffa500 1px;
}

div#links ul{
	margin-bottom: 10px;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	height: 20px;
	margin: 0;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
	text-align: center;
}

#footer a, #footer img{
	color: #999;
	text-decoration: none;
	border: none;
}

