/* ***** 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
 */

/* -------------------------------------------------
* Thème Red'Fluid réalisé par Philippe de http://blog.accessoweb.info
---------------------------------------------------------------------------------------------------------------------------- */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
html, body{
	margin: 0 0 0 0px;
	padding: 0;
	background: #fff;
}

body{
	background: #EEE;
	color: #000;
	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: 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;
	
}

.field label{
	display: block;
}

img {border:0;}

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

textarea{
	width: 90%;
	font-size: 1em;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

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



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

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

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

/* La page
-------------------------------------------------------- */


#page {
	position: absolute;
}
#main {
	padding:0;
	margin-right: 5px;
	margin-left: 5px;
}
#sidebar {float:left; position:relative; width:200px; left:0px;}
#sidebar2 {float:right; position:relative; width:190px; right:0px;top:-84px;}
#content {margin-left:200px; margin-right:200px; height:1%; text-align: left;padding: 0 5px;}

.clear {clear:both;}
 
/* L'entête
-------------------------------------------------------- */
#top{
	margin: 0;
	background-image: url(img/top.jpg);	/*padding-top: 20px;*/
	height: 188px;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 50px;
	padding-top: 20px;
	color: #370028;
	text-align: left;
	font-size: 2em;
}

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

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #330000;
	text-align: center;
	position: absolute;
	margin: 0; 
	padding: 0 1ex;
}

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

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

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #990000;
	background: transparent ;
	font-style: italic;
}
.post{
	margin-bottom: 4em;
	padding: 0;
	
}

.post-title{
	color: #370028;
	
	
	margin-bottom: 0;
}

.post-title a{
	color: #370028;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color : #990000;
	font-weight: bold;
	text-align:right;
	font-size:smaller;
	border-top: 1px solid #D2D2D2;
	}

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

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

.post-content a{
	color: #ED8000;
	}

.auteur{
	color : #990000;
	font-weight: bold;
	text-align:right;
	font-size:smaller;
	}

.billet{
	text-align:right;
	font-size:smaller;
	}
	
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

	
.post-info-co{
	color: #370028;
	text-align: left;
	border-top: 1px solid #D2D2D2;
	padding-left: 20px;
	font-size: smaller;
	font-weight: bold;
}


#trackbacks h3, #comments h3{
	color: #370028;
	border-bottom: 1px solid #D2D2D2;
	}
	
#trackbacks blockquote, #comments blockquote{
	border: 1px solid #D2D2D2;
	margin: 0;
	padding: 0 1em;
}

/* La barre de navigation
-------------------------------------------------------- */

#sidebar , #sidebar2 {
	color : #990000;
	font-size: 12px;
	line-height: 1.3em;
	}

	

#sidebar div, #sidebar2 div{
	margin: 10px 30px 0 0;
	padding-bottom: 10px;
	
}
#sidebar a, #sidebar2 a{
	color : #990000;
	font-size: 12px;
	line-height: 1.3em;	
	text-decoration: none;
	}

#sidebar a:hover, #sidebar2 a:hover{
	color : gray;
	
	text-decoration: underline;
	}
	
#sidebar a:acive, #sidebar2 a:active{
	color : gray;
	font-weight: bold;
	text-decoration: none;
	}
	
#sidebar div, #sidebar2 div{
	border-bottom: 1px solid #ED8000;
	color: inherit;
}

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

#sidebar h2,  #sidebar2  h2, #sidebar h3, #sidebar2  h3{
	color: #370028;
	margin: 0 0 1ex 0;
	text-align: left;
	margin-left: 15px;
}



#sidebar h3, #sidebar2  h3{
	border-top: 1px solid #D2D2D2;
	padding-top: 10px;
	font-size: 1.4em;
	text-align: left;
	margin-left: 15px;
}

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

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

#statistiques {
	padding-top: 10px;
	}
	
#q{
	padding-left: 18px;
	background: #fff url(file:///Rainbow/Users/canarde/Desktop/default/img/q.png) no-repeat left;
}

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

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

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

#sidebar div#calendar table th{
	color: #370028;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 1.5em;
	border: 1px solid #D2D2D2;
}

#sidebar div#calendar table td a{
	display: block;
	background: #370028;
	color: #ED8000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #ED8000;
	color: #370028;
}

#sidebar2 #lastComments {
	font-size: 12em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	

	

	
/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 0 1em ;
	border-top: 1px solid #D2D2D2;
	color: #990000;
	clear: both;
	text-align: center;
}

#footer a{
	color: #990000;
}

/* --- 
NAVIGATION HORIZONTALE
--- */
ul#nav-box {
	margin : 0;
	list-style-type : none;
	background-color: #370028;
	color: #fff;
	font-weight : bold;
	font-size : 10px;
	text-align: left;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 0;	
}
ul#nav-box li {
	display: inline;
	padding : 5px 0;
}
ul#nav-box li a {
	padding : 4px 0.5em 4px 0.5em;
	color: #ED8000;
	text-decoration: none;
	border-right: 1px solid #fff;
}
ul#nav-box li a:hover {
	text-decoration: underline;
	color: #ED8000;
	border-right: 1px solid #fff;
}
