/* ***** 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-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
/* ----------  BALISES */
html, body{ width: 100%; height: 100%; margin: 0px; background: #272727 url(img/header.gif) no-repeat 50% 0%; font-family: Verdana; font-size: 12px;text-align: center; color: #B2B2B2;
}

#page{
	width: 900px;
	margin: auto;
	text-align: left;
	margin-bottom:30px;
}

/* La page
-------------------------------------------------------- */
#page{
	background: transparent;
}

#main{
	float: left;
	width: 690px;
}

h1{font-size: 14px;  margin: 0px; padding-bottom:10px; color: #840202;}
h1 a{font-size: 14px;  margin: 0px; padding:0px;color: #840202; }
h1 a:hover{font-size: 14px;  margin: 0px; padding:0px;color: #FF0000; }
h1 a:visited{font-size: 14px;  margin: 0px; padding:0px;color: #840202; }
h2{font-size: 14px; padding:0px; color: #840202; margin-top: 0px; margin-bottom: 3px;}
h3{font-size: 12px; padding-left:3px; color: #898989; margin-top: 0px; margin-bottom: 0px;}
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;
	padding:0px;
	margin:0px;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #2b2b2b;
}

textarea{
	width: 410px;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #666;
	text-decoration: none;
}

a:visited{
	color: #666;
	text-decoration: none;
}

a:hover{
	color: #ff0000;
	text-decoration: none;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 120px;
}

/* Le contenu
-------------------------------------------------------- */


#content{
	background: url(img/post_bg.gif) repeat-y left center;
	margin: 0px;
	
}

.post{
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.post-content a{color: #FFF;}
.post-content a:visited{color: #FFF;}
.post-content a:hover{color: #FF0000;}


.postmsg{
	background: #272727 url(img/degrad_top.gif) repeat-x;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	border: 1px solid #2b2b2b;
	padding: 15px;
}

#postfooter{
	background: #272727 url(img/degrad_bottom.gif) repeat-x bottom;
	text-align: right;
	font-size: 10px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:0px;
	color: #5C5C5C;
}

#or{color: #928166;}
#dot{color: #EEEEEE;}
#gris{color: #5C5C5C;}
#gris a{color: #840202;}
#gris a:visited{color: #840202;}
#gris a:hover{color: #FF0000;}

#firstletter{color: #898989;}

#postfooter a{color: #840202;}
#postfooter a:visited{color: #840202;}
#postfooter a:hover{color: #FF0000;}

.postsepar{
	margin:0px;
	padding:0px;
	height: 10px;
	width:690px;
	background: #272727 url(img/post_separ.gif) repeat-x top;
	font-size:0px;
}

.day-date{
	padding-left: 20px;
	margin-left:0px;
	color: #888;
	font-style: italic;
}

#post-title{
	color: #840202;
}

.post-info{
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content p{
	margin-left: 0px;
	padding: 0px;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */

.sidebarfooter{
	height: 5px;
	width:210px;
	padding: 0px;
	font-size:0px;
	background: url(img/sidebar_footer.gif);
}

#sidebar{
	background: #272727 url(img/sidebar_bg.gif) repeat-y left center;
	float: right;
	width: 210px;
}


#box1 {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #272727 url(img/degrad_top.gif) repeat-x;
	border: 1px solid #2b2b2b;
	padding: 7px;
}

#box1 img{
	border: 2px solid black;
}

.box {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #272727 url(img/degrad_top.gif) repeat-x;
	border: 1px solid #2b2b2b;
	padding: 7px;
}

#boxSkaaz {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #272727 url(img/degrad_top.gif) repeat-x;
	border: 1px solid #2b2b2b;
	padding: 0px;
}

.box form{
	margin-bottom: 5px;
	height:20px;
	
}


.sidebarsepar{
	font-size:0px;
	height: 10px;
	background: #272727 url(img/sidebar_separ.gif);
}

#sidebar div a:hover{
	padding-left: 3px;
}

#sidebar div ul{
	margin: 0;
	padding-left: 5px;
	padding-bottom: 5px;
	list-style: none;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	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;
}

/* Commentaires
-------------------------------------------------------- */

#comment-info{
	background: transparent;
	text-align: left;
	font-size: 12px;
	padding-bottom: 5px;
	margin:0px;
	/*border: 1px solid #410E0E;*/
}

#comment-rouge{
	/*background: #000000 url(img/degrad_bottom.gif) repeat-x bottom;*/
	background: #272727 url(img/degrad_top.gif) repeat-x;
	text-align: justify;
	font-size: 12px;
	padding: 10px;
	margin-left:15px;
	border: 1px solid #2b2b2b;
}

.trackb {
	background: #000000;
	padding: 5px;
	border: 1px solid #2b2b2b;
}

.field {
	margin-bottom:5px;
}

#formall {
	width:600px;
}

#formleft {
	float:left;
	width:180px;
}

#formright {
	float:right;
	width:420px;
}


/* Le pied de page
-------------------------------------------------------- */

#footer{
	font-size: 10px;
	padding-left : 15px;
	padding-top : 7px;
	padding-bottom : 7px;
	padding-bottom : 7px;
	margin : 0px;
	clear: both;
	background: url(img/post_bg.gif) repeat-y left center;
}
#footer2{
	height: 5px;
	padding: 0px;
	margin : auto;
	background: url(img/footer.gif) repeat-x;
}