/* ***** 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 5px;
	padding: 0;
	background: #161720;
}

body{
	background: #3F3F3F;
	color: #999;
	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.6em;}
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: silver;
	text-decoration: none;
}



a:hover{ color: #f60; 
         background-color: none; 
         text-decoration: none; 
}

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

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

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


#page { position:relative; display:block; background:#161720; border-left:200px solid #161720; color: inherit;
	border-right-color: #161720;
	border-right-style: solid;
}
#main { display:block; margin-left:-200px; margin-right:-200px; padding:5px 0 0; }
#sidebar {float:left; position:relative; width:200px; left:0px;top: -70px;}
#sidebar2 {float:right; position:relative; width:190px; right:0;top:0;}
#content { margin-left:200px; margin-right:200px; position:relative; display:block; height:1%; text-align: left; padding: 0 5px; }

.clear {clear:both;}
 
/* L'ent?te
-------------------------------------------------------- */
#top{
	height: 90px;
	margin: 0;
	/*padding-top: 20px;*/
	
}

#top h1{
	height: 80px;
	line-height: 25px;
	margin: 0 0 0 4px;
	padding-top: 20px;
	color: silver;
	text-align: right;
	font-size: 2.5em;
	text-decoration: none;
}

#top h1 a{ 
	color: orange; 
	text-decoration: none; 
}
#top h1 a:hover { 
	color: #f60; 
	text-decoration: none; 
}
/* Le pr?lude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
	position: absolute;
	margin: 0; 
	padding: 0 1ex;
}

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

#prelude a:hover{ 
	color: white; 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
}

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

.post-title{ color: white; 
        text-decoration: none; 
        margin-bottom: 0; }

.post-title a{ color: white; 
        text-decoration: none; }
.post-title a:hover { color: #f60; 
        text-decoration: none; }

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

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

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

.post-content a{ color: orange; }

.post-content a:hover { color: #f60; }

.auteur{
	color : silver;
	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: white;
	text-align: left;
	border-top: 1px dashed #404040;
	padding-left: 0;
	font-size: smaller;
	font-weight: bold;
}


#trackbacks h3, #comments h3{
	color: gray;
	border-bottom: 1px dashed #404040;
	}
	
#trackbacks blockquote, #comments blockquote{
	border: dotted 1px gray;
	margin: 0;
	padding: 0 1em;
}

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

#sidebar , #sidebar2 {
	color : gray;
	font-size: 0.9 em;
	line-height: 1.3em;
	}

	

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

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

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

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



#sidebar h3, #sidebar2  h3{ border-top: 1px dashed #989898; padding-top: 10px; font-size: 1.1em; font-weight: normal; text-decoration: none; text-align: left; margin-top: 10px; 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(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: #AB2121;
	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: #AB2121;
	color: #ED8000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{ color: white; background: orange; text-decoration: none; }

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

	

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

#footer a{
	color: #999;
}

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