/* ***** 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;
	background: #AAD7FF url(img/fond.png);
}

#bloc1 {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100px;
	background: #AAD7FF;
}

#bloc2 {
	position: absolute;
	width: 100%;
	height: 201px;
	background: #E0FFA3;
	top: 100px;
	left: 0px;
}

#page{
	padding: 0;
	background: #FFF;
	border: none;
	position: absolute;
	left: 50%; 
	width: 700px;
	margin-left: -350px;	
}

#top {
	background: url(img/top.jpg) no-repeat;
	width: 700px;
	height: 301px;
}


#main{
	margin: 0 25px 0 0;
	padding: 0px 0 0px 10px;
	width: 460px;
	float: left;
}

#content{
	margin:0;
	padding:0;
}


#sidebar{
	padding: 0 10px 10px 10px;
	width: 160px;
	margin-top: 20px;
	margin-left: 510px;
	position: relative;
	top: 0px;

}


.clear {
	clear: both;
	margin:0;
	padding: 0;
}

#footer{
	padding: 0;
	margin: 15px 0 0 0;
	background: #AAD7FF;
	clear: both;
}

#footer p {
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 10px;
	height: 10px;
	width: 690px;
	text-align: left;
	background: url(img/footer.png);
	
}
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	font-size: 0.7em;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #666666
}


h1, h2, h3, h4, h5, h6{
	
}

h1{font-size: 2.6em;}
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;
}



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

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

a:visited{
	color: #FFA879;
}

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

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

li a {
	background: url(img/li_a.png) no-repeat 2px 3px;
	padding-left: 13px
}

li a:hover {
	background: url(img/li_a_hover.png) no-repeat 2px 3px;
	text-decoration: none;
}

li a:visited {
	background: url(img/li_a_visited.png) no-repeat 2px 3px;
	color: #b1b1b1;
	font-weight: normal;

}

.error {
	
}


fieldset {
	border: none;
	padding: 0;
}

form {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}

input, textarea, select {
	border: solid 1px #FFA879;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1.1em;
}

a img {
	border: none
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	padding: 0;
	margin: 0;

}

#top h1 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	position:  relative;
	top: 62px;
	left: 20px;
	
}

#top h1 a {
	color: #666;
	font-weight: normal;
	
}



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


/* Le contenu
-------------------------------------------------------- */


.post-title{
	color: #FFA879;
	padding: 0 10px 0 10px;
	font-size: 1.6em;
	margin: 10px 0 0 0;
}

.post-title a img{
	border: none;
}

.post-title a:hover {
	text-decoration: none;
}


.post-date {
	background: #D4FC78 url(img/fond.png);
	padding: 2px 0 0 10px;
	height: 15px;
	margin: 0
}


.post-chapo, .post-content{
	padding: 0 10px 0 10px
}


.post-info-co{
	clear: both;
	background: #D4FC78 url(img/fond.png);
	padding: 2px 10px 0 10px;
	margin: 0 0 45px 0;
	height: 15px;
	text-align: right
}

#trackbacks blockquote, #comments blockquote{
	padding: 0px;
	margin:0 0 35px 0;
}


#trackbacks h3, #comments h3 {
	background: #AAD7FF url(img/fond.png);
	height: 19px;
	text-align: right;
	padding: 3px 3px 0 0;
	margin: 30px 0 10px 0;
	clear: both;
}

#trackbacks p, #comments p {
	padding: 0 10px 0 10px;
}

.gravatar_img {
	float: right;
	padding: 5px;
	background: #E0FFA3 url(img/fond.png);
	margin: -2px 3px 0 0;
}

#comments form {
	margin-bottom: 25px;
}


#comments .field textarea {
	width: 100%
}

p.field label {
	display: block
}

#comments input.submit, #comments input.preview {
	background: url(img/btn.png) no-repeat;
	border: none;
	font-weight: bold;
	color: white;
	width: 150px;
	text-align: center;
	padding: 2px 0 2px 0;
	text-transform: uppercase
}

.comment-info{
	background: #E0FFA3 url(img/fond.png);
	padding: 2px 0 0 10px;
	height: 15px;
	margin: 15px 0 0 0;
}

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


#sidebar div{
	margin-bottom: 35px
}

#sidebar h2 {
	background: #AAD7FF url(img/fond.png);
	height: 22px;
	text-align: right;
	padding: 0;
}

#sidebar h3{
	margin:10px 0 1px 0;
	padding:0;
}


#search input.text{
	width: 110px
}


#search input.submit{
	background: url(img/btn_ok.png) no-repeat;
	border: none;
	color: white;
	width: 41px;
	height: 21px;
}

#sidebar div#calendar{
	
}

#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: 21px;
	line-height: 2em;
	border: none;

}

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

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

