/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2005 la l�ne de mouton. 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):
 *  la l�ne de mouton - jeuxdemaux.com
 */



html, body{
	margin: 0;
	padding: 0;

}

#page{
	width: 951px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: transparent url(img/page.png) 13px 0px repeat-y;	
	position: relative;
	top: 0px; 
	left:0px;
}

#top, #top h1{
	margin: 0;
}


#main{
	float: left;
	width: 596px;
	position: relative;
	top: 0px;
	left: 80px;
	margin: -310px 0 0 0;
}

#content{
	margin: 0 0 0 0;
	position: relative;
	width: 620px;
}


#sidebar{
	float: right;
	width: 150px;
	padding-top: 60px;
	background-color: #F9E8D9;
	border-left: solid 1px #D45C4D;
	border-right: solid 1px #D45C4D;
	margin: -600px 0 0 0;
}

html>body #sidebar{
	width:170px;
}

#sidebar div{
	margin: 0 15px 0 0;
	padding: 0 0 15px 10px;
}

#footer{
	margin : 0;
	clear: both;
	height: 24px;
	padding: 0px 0px 0px 290px;
}
 
/* Les �l�ments HTML en g�n�ral
-------------------------------------------------------- */
body{
	background: #EAAE7A url(img/body.jpg) repeat-x;
	color: #222;
	font-size: 0.7em;
	line-height: 1.6em;
	font-family: Georgia, serif;
}


h1, h2, h3, h4, h5, h6{
	font-family: Georgia, serif;
}

h1{font-size: 1.4em;}
h2{font-size: 1.2em;}
h3{font-size: 1.2em;}
h4{font-size: 1.1em;}
h5{font-size: 1em;}
h6{font-size: 0.9em;}

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

pre{
	width: 100%;
	overflow: auto;
}


.field label{
	display: block;
}


textarea{
	width: 95%;
	font-size: 1em;
	font-family: Tahoma, Helvetica, sans-serif;
}

a{
	color: #D45C4D;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #D45C4D;
}

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

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

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

.invisible {
	display: none;
}


.error {
	margin-left: 95px;
}

 
/* L'ent�te
-------------------------------------------------------- */
#top{
	width: 703px;
	height: 600px;
	background: transparent url(img/page.jpg) no-repeat;
	position: relative;
	top:0px;
	left:0px;

}

#top h1 a{
	margin: 0;
	position: absolute;
	top: 225px;
	left: 85px;
	border: none;
}


/* Le pr�lude
-------------------------------------------------------- */ 
#prelude{
	display: none;
}


/* Le contenu
-------------------------------------------------------- */
.post {
	width: 589px;
	background: transparent url(img/h2.png) no-repeat;
	margin-bottom: 4em;
}


.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	font-style: italic;
	display: none;
}

.post-title{
	color: #65432C;
	margin: 0px;
	padding:23px 0 0px  95px;
	clear: both;
	font-size: 14px;
	text-transform:uppercase;
}

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

.post-info{
	margin-top: 0;
	color: #999;
	background: transparent;
	font-size: 10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-left: 130px;
}


.post-date {
	position: absolute;
	background: transparent url(img/fond_date.png) no-repeat;
	width: 43px;
	padding: 30px 12px 0 18px;
	text-align:center;
	height: 80px;
	margin: 35px 0 0 10px;
	font-size: 23px;
	color: #65432C;
	line-height: 28px;
}


.post-info a{
	background: transparent;
	text-decoration: underline;
}

.post-chapo, .post-content{
	text-align: justify;
	position: relative;
	left: 95px;	
	width: 490px;
}

div.separateur {
	height: 50px;
	padding-left: 95px;
	background: transparent url(img/separateur.png) bottom center no-repeat;
	width: 600px;
}

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


.post-info-co{
	text-align:right;
	clear: both;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px dashed #D45C4D;
	background: #F9E9E0;
	margin: 0 0 0 95px;
	padding: 1ex 1em;
	width: 465px;
	color: #333;
}

#trackbacks blockquote p,  #comments blockquote p {
	padding-left: 0px;
}

#trackbacks h3, #comments h3 {
	color: #65432C;
	margin: 15px 0 0 0;
	padding:10px 0 0px 95px;
	height: 17px;
	clear: both;
	font-size: 14px;
	text-transform:uppercase;
}

#trackbacks p, #comments p {
	padding-left: 95px;
}

#comments form {
	border: 1px dashed #D45C4D;
	margin: 1em 0 5px 95px;
	padding: 1ex 1em;
	width: 465px;
	color: #333;
	background: #F9E9E0 url(img/fond_form.png) top right no-repeat;
}

#comments form p {
	padding: 0px;
}

#comments fieldset{
	border: none;
	padding: 0px;
	width: 470px;
}

#comments .field input {
	width: 147px;
	height: 14px;
	border: none;
	background:url(img/fond_input.png) no-repeat;
	margin: 0px;
	padding: 4px 6px 5px 6px;
	font-size: 10px;	
}

#comments .field textarea {
	width: 443px;
	height: 90px;
	border: 0px;
	background: transparent url(img/fond_textarea.png) no-repeat;
	margin: 0px;
	padding: 5px 15px 5px 6px;
	font-size: 11px;
	overflow: auto;	
}

#comments input.submit, #comments input.preview {
	width: 100px;
	border: none;
	background:url(img/fond_search.png) no-repeat;
	padding: 4px 6px 8px 6px;
	font-size: 9px;	
	border: none;
	color: #D45C4D;
	text-transform:uppercase;
}

.comment-info{
	margin: 15px 0 0 0;
	font-size: 10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #999;
}

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

#sidebar a {
	font-size: 10px;
}

#sidebar div{
	color: inherit;
	width: 154px;	
	margin: 0;
	padding: 15px 8px 60px 8px;
	background: transparent url(img/fond_div_sidebar.jpg) no-repeat;	
}

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

#sidebar div li{
	padding-left: 20px;
	background: transparent url(img/fond_li.png) 0px 2px no-repeat;
}

#sidebar h2 {
	color: #65432C;
	margin: 0px;
	height: 17px;
	clear: both;
	font-size: 14px;
	text-transform:uppercase;
}

#sidebar h2{
	margin: 0 0 1ex 0;
}

#sidebar h3{
	margin: 10px 0 0 0;
	color: #666;
}


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


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

#search input.text{
	border: none;
	background:url(img/fond_search.png) no-repeat;
	padding: 5px 5px 5px 5px;
	font-size: 9px;
	width: 90px;
}


#search input.submit{
	border: none;
	background:url(img/btn_ok.png) no-repeat;
	padding: 4px 3px 6px 2px;
	font-size: 9px;
	color: #D45C4D;
	width: 25px;
}

#sidebar div#calendar{
	padding-bottom: 15px;
}

#sidebar div#calendar table{
	font-size: 9px;
	text-align: center;
	margin: 0;
	border-collapse: collapse;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
}

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

#sidebar div#calendar table th{

	background: transparent;
	width: 15px;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: none;

}

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

#sidebar div#calendar table td a:hover{
	background: #D45C4D;
	color: #000;
}


