/* ***** 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-image:url(img/fond3.jpg);
   /*background-attachment:fixed;*/
	color: #000;
	font-size: 80%;
	line-height: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
  background-color:#fff;
  
}

.field label{
	display: inline;
}

input,textarea{
	border: 1px dashed #000;
}

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

a {
	color: #f00;
  background-color:#0ff;
}

a:visited{
	color: #800;
  background-color:#0ff;
}

a:hover{
	color: #000;
   
}

.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{
	height: 210px;
	/*padding-top: 20px;*/
	background: url(img/urzhiata.png) no-repeat left top;
   
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 -40px;
	padding-top: 20px;
	color: #FFFFFF;
  border-top: 1px solid #f00;
  text-decoration:blink;
  background-color:transparent;
   
}

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

/* 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
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #333;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post-title{
	color: #fff;
	background-color:#d425d2;
	margin-bottom: 0;
  margin-left:-50px;
  margin-right:-10px;
  /* padding-top:-30px; */
  margin-top:15px;
  width:100%;
  font-size:140%;
  border : 1px solid black;
  /* background: url(img/bruit_rouge.gif) repeat; */
   
}

.post-title a{
	color: #fff;
   font-size:140%;
   line-height:130%;
	/* background: url(img/bruit_rouge.gif) repeat; */
  background-color:#d425d2;
	text-decoration: none;
}

.post-title a:visited{
	color: #fff;
   font-size:140%;
   line-height:130%;
	/* background: url(img/bruit_rouge.gif) repeat; */
  background-color:#d425d2;
	text-decoration: none;
}


.post-cat {
	border: 1px solid #000;
  padding:2px;
	color: #d425d2;
  background-color:#fff;
  text-decoration:none;
}
.post-cat:visited{
  color: #d425d2;
	background-color: #fff;
}
.post-cat:hover{
	background-color: #f1ff5f;
}


.post-info{
	margin-top: -4px;
	color: #444;
	background: url(img/l1.png) repeat;
	font-weight:bold;
  text-align:right;
  margin-right:3px;
	/*border-bottom: 1px solid #FC0;*/
}

.post-date {
  border : 1px solid #000;
  padding:-1px;
  font-size:80%;
  background-color:#eff;
}



.post-info a{
	color: #f00;
	background: #0ff;
	text-decoration: none;
  font-weight:normal;
  padding-left:10px;
  padding-right:10px;
}

.post-content{
	text-align: left;
  background: #eff;
  /* background: url(img/trou.png) repeat; */
  padding:4px;
  margin-left:20px;
  overflow:visible;
}

.post-chapo{
	text-align: left;
  background: #eff;
  /* background: url(img/trou.png) repeat; */
  padding:4px;
  margin-left:20px;
  overflow:visible;
}

.post-content a{
	 color: #d425d2;
   text-decoration:underline;
   background-color:transparent;
}

.post-content a:visited{
	color: #d425d2;
  background-color:transparent;
}

.post-content a:hover{
	color: #982097;
  background-color:#f1ff5f;
}

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

.post-info-co{
	text-align: right;
  font-size: 80%;
  color:#000;
  margin-top:-1px;
}

.post-info-co a{
  color:#000;
  border:1px solid black;
  padding:2px;
  
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
  
}
#trackbacks {
  background:url(img/c7.png) repeat;
  border:1px dashed #000;
}
#comments {
  background:url(img/c7.png) repeat;
  border:1px dashed #000;
}
.comment-content{
	text-align: left;
}
.comment-info {
  background-color:#eff;
  margin-left:20px;
  margin-right:0px;
}
#trackbacks h3,#comments h3  {
  background:#ff0;
  line-height:140%;
  margin-left:0px;
  margin-right:15px;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  border-left:0px;
  border-right:1px solid #000;
}
#trackbacks p  {
  background-color:#eff;
  font-size: 80%;
  padding:5px;
  margin-left:20px;
  text-align:left;
}
#comments p  {
  background-color:#eff;
  font-size: 80%;
  margin-left:20px;
  padding:5px;
  text-align:left;
}
#comment-form {
  background-color:#eff;
  text-align:left;
  font-size: 100%;
  margin-left:20px;
}
.field {display:inline;}

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

#sidebar a{
	border: 1px solid #000;
  border-right:0px;
	color: #d425d2;
  background-color:#fff;
  text-decoration:none;
}
#sidebar a:hover{
	background-color: #f1ff5f;
}


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

#sidebar h2, #sidebar h3{
	color: #000;
  background-color:#fff;
  font-size:110%;
  text-align:center;
  vertical-align:30%;
	/* margin: 0 0 1ex 0; */
  border:1px solid #000; 
  border-right:0px;
  /* font-variant:small-caps; */
}

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

#sidebar div#search{
	background: url(img/c6.png) repeat;
	color: inherit;
	line-height: 1.3em;
  margin-left:-5px;
  text-align:right;
}
#sidebar div#categories{
	background: url(img/c6.png) repeat;
}

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

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

#sidebar div#calendar{
	border-top: 1px solid #000;
  text-align:right;
  }

#sidebar div#calendar table{
	font-size: 0.6em;
	text-align: center;
	/* margin: 0 auto; */
	border-collapse: collapse;
  width:150px;
}

#sidebar div#calendar table caption{
	 /* margin: 0; */
   color: #000;
   font-weight:bold;
   border: 1px solid #000;
   background-color:#fff;
}

#sidebar div#calendar table th{
	color: #000;
	background: transparent;
  border: 1px solid #000;
  background-color:#fff;
  margin:0px;
}

#sidebar div#calendar table td{
  background:#fff;
	width: 8%;
	line-height: 1em;
	border: 1px solid #000;
}

#sidebar div#calendar table td a{
	display: block;
	background: #ffac5b;
	color: #000;
	font-weight: bold;
	text-decoration: none;
  /* border: 1px solid #000; */
  padding:0px;
}

#sidebar div#calendar table td a:hover{
	background: #00ff1e;
	color: #02ff00;
}

#sidebar div#syndicate {
	background:url(img/c8.png) repeat;

}
#sidebar div#syndicate img{
	border: 0;
  background:transparent;
}

#sidebar div#categories {
	border: 0px solid #000;
  border-right:0px;
  text-align:right;
  margin-left:-30px;
  margin-top:-10px;
}

#sidebar div#radioblog {
  border:0px dashed black;
  padding-right:10px;
	background:url(img/c7.png) repeat;
}

/* navigation dans les pages des catégories */

.pagenav {
	font: 0.9em;
}

p.pagenav a {
	background : #f1ff5f;
	color: #982097;
	padding:4px;
  padding-left:10px;
  padding-right:10px;
	border: 2px solid #d425d2;
	text-decoration: none;
	/* font-size:90%; */
  font-size:100%;
}

p.pagenav a:hover {
	background: #f1ff5f;
	color: black;
}

p.pagenav strong {
	color: black;
  background : #f1ff5f;
	padding:4px;
  padding-left:10px;
  padding-right:10px;
	border: 2px solid #d425d2;
  font-size:150%;
}

/* liste des billets dans les catégories */

#catego {
  text-align:left;
  padding-top:10px;
  padding-bottom:10px;
  /* background-color:#eff;
  border : 1px solid black; */
} 



#catego a{
	border: 1px solid #000;
  border-left:0px;
	color: #d425d2;
  background-color:#fff;
  text-decoration:none;
  font-weight:bold;
}
#catego a:hover{
	background-color: #f1ff5f;
}
#catego a:visited{
	background-color: #f1ff5f;
}
/* tags */
span.level-2 {
  font-size:110%;
  line-height:100%;
}
span.level-3 {
  font-size:130%;
  line-height:120%;
}
span.level-4 {
  font-size:150%;
  line-height:140%;
}
span.level-5 {
  font-size:170%;
  line-height:160%;
}
/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	color: #666;
}

#footer a{
  font-weight:bold;
  font-size:0,8em;
  background-color:#0ff;
	color: #f00;
}