/* ***** 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
 * 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):
 *  Bebop
 */

@import "layout.css";

/* Les ï¿½lï¿½ments HTML en gï¿½nï¿½ral
-------------------------------------------------------- */
body{
	background: #333333;
	color: #333333;
	font-size: 80%;
	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: 3em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

img{
	background-color: #FFF;
	padding: 1.5px;
	border: 8.5px solid #333333;
}

img a:hover{
	border: 7px solid red;
}

pre, code{
	font-size: 1.1em;
	line-height: 1.4em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #999;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

acronym, abbr {
	cursor: help;
}

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

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

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

a:visited{
	color: #9d1961
}

a:hover{
	color: #ff9900;
}

.smiley{
	background: transparent;
	padding: 0;
	border: none;
}

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

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

.page{
	color: inherit;
}

pub{
	text-align: center;
	background-position: center;
}

/* L'entï¿½te
-------------------------------------------------------- */
#haut{
	background-color: #ff9900;
	
}

#top{
	background-color: transparent;
	
}

#top h1{
	margin: 0;
	padding: 30px 15px 0 15px;
	color: #333333;
        font-family: Comic sans ms, Geneva, Arial, Helvetica, sans-serif;
}


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

#top img{
	margin: 10px auto 10px auto !important;
	margin: 10px auto 25px auto;
}

/* Le prï¿½lude
-------------------------------------------------------- */ 
#prelude{
	background-color: #f0e68c ;
	border-bottom: 1px solid #333333
	
}

#prelude p{
	margin-bottom: 0;
	padding: 15px;
}

#prelude blockquote{
	font-style: italic;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 15px;
}

#prelude cite{
	display: block; 
	margin-top: 10px; 
	text-align: right;
	font-style: normal;
}

/* Le contenu
-------------------------------------------------------- */
#main{
	background-color: #f0e68c ;
}
	
.day-date{
	
	padding-right: 10px;
	margin: 0 -15px 0 -15px;
	color: #Red;
	font-style: italic;
	text-align: right;
	text-transform: capitalize;
}

.day-date2{
	
	padding-right: 10px;
	margin: 0 -35px 0 445px;
	text-align: right;
}

#main h2{
	font-size: 1.7em;
	margin-top: 5px;
}

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

.post-title a:link, .post-title a:visited, .post-title a:hover{
	color: #333333;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}

.post-info {
	margin-top: 0;
	color: #333333;
	background: transparent;
	padding-bottom: 0.5ex;
	font-size: 0.89em;
}

.post-info a{
	color: #333333;
	background: transparent;
	text-decoration: none;
	font-weight: normal;
}

.post-info a:hover{
	color: #333333;
	text-decoration: underline;
}

.post-content, .post-chapo{
	text-align: justify;
	font-size: 1em;
}

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

.post-info-co{
	font-size: 0.89em;
	text-align: right;
	color: #333333;
}

.post-info-co a, .post-info-co a:visited{
	color: #333333;
	font-weight: normal;
}

.post-info-co a:hover{
	color: #333333;
	text-decoration: underline;
}

.error{
	border-top: 1px solid #552025;
	padding: 15px;
}

.error-com{
	border-top: none;
}


.pagenav {
	  text-align: center;
}

/* Les commentaires et les tracbacks 
-------------------------------------------------------- */
#trackbacks, #comments{
	padding: 0 15px;
}

#trackbacks blockquote, #comments blockquote{
	background-color: #EBEDBA;
	margin: 5px 0 1em 0;
	padding: 5px 1em;
}

.comment-number a{
	font-size: 2em;
	font-weight: normal;
	vertical-align: middle;
}

#apercu {
	padding: 0 15px;
}

#titreapercu {
	
	padding: 10px 15px 0 15px;
	margin: 0;
}

#comment-form fieldset{
	width: 450px;
	margin: 0;
}

#comment-form input, #comment-form textarea{
	
	background-color: #EBEDBA;
}

#comment-form input:hover, #comment-form textarea:hover, #comment-form input:focus, #comment-form textarea:focus{
	background-color: #F7F8DB;
}

#comments blockquote.comback_content {
	background: #F5F5F5;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	color: #EEE;
	background : transparent;
	border-top: 1px solid #ff9900;
	margin-top: 1em;
	line-height: 1.2em;
}

#sidebar a{
	color: #EEE;
	font-weight: normal;
}

#sidebar a:hover{
	font-weight: bold;
}

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

#archives li{
	text-transform: capitalize;
}

#sidebar h2, #sidebar h3{
	color: #ff9900;
	margin: 2px 0 0 0;
	text-align: center;
}

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

#search form {
	margin: 0;
	padding: 0;
}

#search input, #search textarea{
	border: 1px solid #BBB;
	background-color: #333333;
	color: #DDD;
}

#search input:hover, #search textarea:hover, #search input:focus, #search textarea:focus{
	border: 1px solid #EEE;
	background-color: #ff9900;
	color: #FFF;
}
	
#search fieldset, #search p{
	margin: 0;
	padding: 10px 0 0 1em;
}

#sidebar div#calendar{
	border-top: 1px solid #ff9900;
	margin-top: 0;
}

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

#sidebar div#calendar a{
	font-weight: bold;
} 

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #EEE;
	background: transparent;
	font-weight: normal;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
}

#sidebar div#calendar table td a{
	display: block;
	background: transparent;
	border: 1px solid #BBB;
	color: #EEE;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #ff9900;
	color: #552025;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	padding: 1em;
	background-color: #ff9900;
	color: white;
}

#footer a, #footer a:visited{
	color: white;
}

#footer a:hover{
	color: white;
}

/* essai menu
-------------------------------------------------------- */

/* Paramï¿½tres gï¿½nï¿½raux de la boite (div) qui contient la liste : pas de marge,
* indication essentielle pour IE qui en met par dï¿½faut ; dï¿½finition de la couleur
* du fond. Je rï¿½duis un peu la taille des caractï¿½res ï¿½ une valeur de neuf
* dixiï¿½mes et je demande que le contenu soit alignï¿½ ï¿½ droite :
*/
#nav-box {
     margin : 0;
     padding : 0;
     background-color: #f0e68c ;
     font-weight : bold;
     font-size : 0.95em;
     text-align: right;
}
/* Paramï¿½tres gï¿½nï¿½raux de la liste (ul). Toujours mes marges ï¿½ zï¿½ro,
* le padding (marge intï¿½rieure) servira ï¿½ dï¿½gager le texte en haut et en
* bas de 5 pixels tout en le dï¿½collant ï¿½galement de 1em du bord droit
* ce dernier point est indispensable pour Internet Explorer, comme on
* le verra pour #nav-box ul li a { }. list-style-type : none; dï¿½clare que
* je ne place pas de puces devant chaque item.
*/
#nav-box ul {
     margin : 0;
     padding : 5px 1em 5px 0;
     list-style-type : none;
}
/* Paramï¿½tres des liens. display : inline; donne comme instruction de ne
* pas faire de saut de ligne pour chaque item. Je redonne ï¿½galement une
* marge intï¿½rieure haute et basse de 5 pixels pour que les items occupent
* toute la place verticale crï¿½ï¿½e pour la liste
*/
#nav-box ul li {
     display: inline;
     padding : 5px 0;
}
/* On retrouve le padding haut et bas de 5 pixels (car sinon Internet Explorer
* va n'en faire qu'ï¿½ sa tï¿½te) et j'ajoute un espace latï¿½ral de 1em de chaque
* cï¿½tï¿½ des liens. J'indique ï¿½galement la couleur des caractï¿½res des liens et je
* place un bord gauche continu et blanc de 1 pixel de large. text-decoration :
* none; indique que je ne veux pas que les liens soient soulignï¿½s (ce qui serait
* le cas par dï¿½faut.
*/
#nav-box ul li a {
     color: #333333;
     text-decoration: none;
     padding : 5px 1em 5px 1em;
     border-left: 1px solid #333333;
}
/* Ici, ce qui se passe au survol des liens : changement de la couleur du fond,
* de la couleur des caractï¿½res, je n'oublie pas de remettre ï¿½ ce lien survolï¿½ le
* bord gauche que j'ai dï¿½fini pour les liens ï¿½ au repos ï¿½.
*/
#nav-box ul li a:hover {
     background-color: #333333;
     color: #f0e68c ;
     border-left: 1px solid #33333
}
/* Le comportement des liens activï¿½s. Pour l'instant ne marche pas : le lien une
* fois cliquï¿½ ne semble pas acquï¿½rir l'ï¿½tat actif... Si quelqu'un sait pourquoi ?
*/
#nav-box a:active {
     border-left: 1px solid #333333;
}

