/* ***** 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;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font:.75em "Trebuchet MS",Verdana,Arial,Sans-serif;
/*	border-top: 10px solid #DDD;*/
}

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

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: #000;
}
/*
a:visited{
	color: #663;
}

a:hover{
	color: #636;
}
*/
.left{
	float: left;
	margin-right: 1em;
}

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

/* La page
-------------------------------------------------------- */
#page{
	color: inherit;
	width:777px;
	
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 142px;
	/*padding-top: 20px;*/
	background: #FFF url(img/nikosan_header.jpg) no-repeat left top;
}

#top h1{
	display:none;
	height: 40px;
	line-height: 40px;
	margin: 0 0 0 45px;
	padding-top: 15px;
	color: #FFFFFF;
	font-size:2em;
}

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

#top h2{
	display:none;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 45px;
	padding-top: 0px;
	color: #FFFFFF;
	font-size:.9em;
}

#zoneHeader {    /* zone cliquable */
float: left;
width : 757px;
height: 102px;
margin:10px 10px 30px 10px;

}

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

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

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

/* Le contenu
-------------------------------------------------------- */
.day-date{
	  margin:0px;
	  color:#777;
	  font-size:1em;
}

.post-title{
  margin:0;
  font-size:1.4em;
  line-height:1.5em;
  border-width:0 1px 1px;
  padding:2px 14px 2px 0px;
  color:#9F0909;
 }

.post-title a, .post-title a:visited{
  color:#9F0909;
  text-decoration: none;
}

.post-title a:hover{
	color: #4D4D4D;
}

.post-info{
	margin:0;
	color: #4D4D4D;
	padding-bottom: 1ex;
}

.post-info a, .post-info a:visited{
	color: #9F0909;
	text-decoration:none;
}

.post-info a:hover{
	color: #4D4D4D;
}

.post-content{
	text-align: justify;
	padding: 0px 20px 0 20px;
	width:446px;

}

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

.post-info-co{
	text-align: right;
	color:#777;
	margin-bottom:-10px;
	padding: 0px 15px 10px 20px;

	background:url(img/nikosan_limit.jpg) center no-repeat;
	height:33px;
}

.post-info-co a, .post-info-co a:visited{
	color:#777;
	text-decoration:none;
}
.post-info-co a:hover{
	color: #9F0909;
}

.post-chapo{
	margin:0;
	text-align: justify;
	padding: 0px 20px 0 20px;
	color: #777;
}

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

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

#sidebar div ul{
	margin: 0 0 10px 10px;
	padding: 0;
	list-style: none;
}
#sidebar div ul li {
  background:url(img/nikosan_navig_li_bg.jpg) left 1px no-repeat;
  margin:0;
  padding:0;
  line-height:1.4em;
  }

#sidebar div ul li a , #sidebar div ul li a:visited{
  color:#4D4D4D;
  padding-left: 15px;
  text-decoration:none;
  }

#sidebar div ul li a:hover {
  color:#9F0909;
  }

#sidebar h2, #sidebar h3{
  margin:0 0 3px 0;
  font-size:1.1em;
  color:#9F0909;
  background:url(img/nikosan_navig_h2_bg.jpg) left no-repeat;
  padding-left: 15px;
}

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

#sidebar div#search{
	color: inherit;
	line-height: 2.3em;
	margin-bottom:15px;
}

#sidebar div#search h2{
  margin:0;
  font-size:1.1em;
  color:#4D4D4D;
  padding-left: 0px;
  background:#fff;
}


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

#search input.submit{
background: #fff;
}

#search input.submit:hover{
cursor:pointer;
}

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

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

#sidebar .bottom{
	background: #FFF url(img/corners_side_bot.gif) no-repeat bottom;
	margin:0px;
	border:0px;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	background:#FFF url(img/nikosan_footer.jpg) no-repeat bottom;
	height:36px;
	margin-bottom:10px;
}

#footer ul{
	height:36px;
	line-height:36px;
	display:inline;
	margin:0px;
	padding:0px 0 0 130px;
}
#footer li{
	display:inline;
	list-style-type:none;
	color:#FFFFFF;
	font-size:1.2em;
	line-height:36px;
}
#footer li a{
	color:black;
}
#footer li a:hover{
	color:white;
	text-decoration:none;
}
textarea{
	width:450px;
}

