/* ***** 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/bg_pattern.png);
  background-repeat:repeat;
  background-color: rgb(220,220,220);  
	color: #1e1814;
	font-size: 12px;
	line-height: 1.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

h1{font-size: 1.5em;}
h2{font-size: 18px;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}
h7{font-size: 1.3em;}

h7{
  color: #1e1917;
}

pre, code{
	font-size: 1.2em;
}

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

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: default;
}

.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: #666663;
}

a:visited{
	color: #666663;
}

a:hover{
	color: #b7b7b7;
}

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

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

.aligncenter
  {
  margin-top: 10%;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  }
 
.center
  {
  text-align: center;
  }
  
.noborder
  {
  border: none;
  }
  
.accueil-titre
  {
  width: 550px;
  height: 450px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  }
  
/* La page
-------------------------------------------------------- */
#page{
   
	background: url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 270px;
	/*padding-top: 20px;*/
	background: #457270 url(img/top.png) no-repeat left top;
}

#top h1{
	height: 0px;
	line-height: 80px;
	margin: 0 0 0 0;
	padding-top: 0px;
	color: #FFFFFF;
}

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

#rub-title{
  border: none;
  width: 355px;
  height: 201px;
}

#butts{
  border: none;
  width: 495px;
  height: 246px; 
  margin-left: 422px;
}

.butt-blog{
  border: 0px solid #f8f;
  width: 51px;
  height: 45px; 
  float: left;
}

.butt-pro{
  border: 0px solid #ff8;
  width: 64px;
  height: 45px;
  float: left;
}

.butt-galerie{
  border: 0px;
  width: 95px;
  height: 45px;
  float: left;
}

.butt-animations{
  border: 0px;
  width: 98px;
  height: 45px;
  float: left;
}

.butt-candy{
  border: 0px;
  width: 64px;
  height: 45px;
  float: left;
}

.butt-liens{
  border: 0px;
  width: 55px;
  height: 45px;
  float: left;
}

.butt-contact{
  border: 0px;
  width: 68px;
  height: 45px;
  float: left;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
  font-size: 9pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-bottom: -5px;
	color: #b51419;
	font-weight: bold;
}

.post-title{
  color: #1e1917;
	font-size: 16pt;
	margin-bottom: 0;
}

.anime-title{
  color: #b51419;
	margin-bottom: 0;
}

.post-title a{
  color: #1e1917;
	background: transparent;
	text-decoration: none;
}

.post-chapo{
  color: #1e1917;
}

.post-info{
  color: #6a7267;
  font-size: 8pt;
  line-height: 25px;
	margin-top: -2px;
	background: transparent;
	padding-bottom: 2px;
	/*border-bottom: 1px solid #FC0;*/
}

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

#post-content{
	text-align: left;
	color : #1e1917;
}

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

.post-info-co{
  font-size: 8pt;
	text-align: left;
	text-decoration: none;
}

#trackbacks blockquote, #comments blockquote{
	border: 0px solid #EEE;
	margin: 0 0;
	padding-top: 0;
  padding-right: 1em;
  padding-bottom: 1ex;
  padding-left: 1em;
}


.post-piclink{
  width: 80px;
  height: 80px;
  border: 1px solid rgb(200,180,50);
  margin: 9px;
  }
  
.post-piclink2{
  width: 80px;
  height: 80px;
  border: 1px solid rgb(200,180,50);
  margin: 9px;
  float: left;
  }


.menu-link{
  border: 0px solid rgb(106,114,103);
  }


.trackbacks{
  color: #1e1917;
}


.comment-info{
  color: #b51419;
}

.comment-number{
  font-size: 20px;
  color: #b51419;
}

.lang-fr{
  font-weight: bold;
  font-style: italic;
  color: #CC3300;
}

.lang-eng{
  font-weight: bold;
  font-style: italic;
  color: #006699;
}

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

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

#sidebar h2, #sidebar h3{
	color: #b51419;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

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

#q{
	padding-left: 18px;
	background: #ffe 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 ul li, #archive ul li{
  color: #6a7267;
  margin-left: 10px;
  
}

#sidebar ul li a, #archive ul li a{
  color: #6a7267;
  margin-left: -3px;
  text-decoration: none;
}


/* Le pied de page
-------------------------------------------------------- */
#footer{
	height: 59px;
	padding-top: 0px;
	background: #457270 url(img/bottom.png) no-repeat left top;
	color: #666;
}

#footer-text{
	color: #999;
	width: 250px;
	margin-top: 30px;
	padding-left: 50px;
  float: left;
}

