/* ***** 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: #FFF;
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #505050;

}

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

h1{font-size: 16px;}
h2{font-size: 15px;}
h3{font-size: 14px;}
h4{font-size: 13px;}
h5{font-size: 12px;}
h6{font-size: 11px;}

pre, code{
	font-size: 11px;
}

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;
	font-size:11px;
}

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

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


a:hover{
	color: #E70000;
	text-decoration:underline;
}


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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #fff ;
	
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	
	/*padding-top: 20px;*/
}



/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	height: 40px;
	line-height: 40px;
	background: #EEE;;
	color: #505050;
	text-align: center;
}

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

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

#prelude span{
	font-size:20px;
	font-weight:bold;
	margin: 0 100px 0 -180px;
	padding-top: 20px;
	color: #FFFFFF;
}

#prelude span a{
	text-decoration: none;
	color: #E70000;
}
#prelude span a:hover{
	text-decoration: underline;
	color: #E70000;
}

#leftbar p {
	margin:8px 8px 8px 8px;
	}
#rightbar p {
	margin:8px 8px 8px 8px;
	}

#main p {
	margin:8px 8px 8px 8px;
	}

/* Meniu
-------------------------------------------------------- */
.box_border_gri {border:1px solid #CACACA;}
.box_border_gri ul { margin: 1px 6px 0px 6px; padding:0; list-style-type: none;font-size:11px;border:}
.box_border_gri li { margin: 5px 0 5px 0px; padding:0; list-style-type: none;}
.box_border_red {border:1px solid #E70000;}
.box_border_red ul { margin: 1px 6px 0px 6px; padding:0; list-style-type: none;}
.box_border_red li { margin: 15px 0 15px 0px; padding:0; list-style-type: none;}
.titre {
	padding:10px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #444444;
	line-height: 20px; 
	}
.red {color:#E70000;}
.footer {font-size:10px;text-align:center;}
/* Le contenu
-------------------------------------------------------- */
.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 {margin:10px 10px 10px 10px}

.post-title{
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #444444;
}

.post-title a{
	color: #444444;
	text-decoration: none;
}
.post-title a:hover{
	color: #E60000;
	text-decoration: underline;
}

.post-info{
	margin-top: 0;
	color: #E70000;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

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

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

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

.post-info-co{
	text-align: right;
	font-size:11px;
	text-decoration:underline;
}

#trackbacks {margin: 50px 10px 20px 10px}
#comments {margin: 50px 10px 20px 10px}

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

/* La barre de navigation
-------------------------------------------------------- */
#rightbar div{
	color: inherit;
}

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

#rightbar h3{
	font-size: 11px;
	margin: 0;
}

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

#rightbar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#rightbar div#calendar table{
	font-size: 9px;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

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

#rightbar div#calendar table th{
	color: #493;
	background: transparent;
}

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

}

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

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

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	text-align:center;
	font-size:10px;
	color: #666;
}

#footer a{
	color: #999;
}