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


 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ff9933;
	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: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1{font-size: 3.2em;}
h2{font-size: 1.3em;}
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;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

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

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p{
	color: #333;
	font-size: 0.9em;
}

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

a:visited{
	color: #000;
}

a:hover{
	color: #666;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	width: 750px;
	margin: 4em auto;
	margin-bottom: 0px;
	margin-top: 0;
	text-align: left;
	background: url(img/content.gif) repeat-y center top;
}
 
 /* L'entete
-------------------------------------------------------- */
#top{
	margin: 0;
	height: 234px;
	/*padding-top: 20px;*/
	background: url(img/header.gif) no-repeat center top;
}

#top h1{
	text-align : center;
	height: 80px;
	line-height: 80px;
	padding-top: 50px;
	font-size: 4em;
	color: #99cc33;
	display: none;
}

#top h1 a{
	text-decoration: none;
	color: #99cc33;
	display: none;
}


/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	width: 750px;
	top: 7px;
	left: 50%;
	margin: 0 0 0 0;
	padding: 0 1ex;
	background: transparent;
	color: #99cc33;
	text-align: center;
}

#prelude a{
	color: #99cc33;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
	border-bottom:1px solid;
}


/* Le contenu
-------------------------------------------------------- */
#main{
	float: right;
	width: 480px;
}

#content{
	margin: 0;
	padding: 1em 70px 0 20px;
}

.post{
	margin-bottom: 8em;
}

.post-title{
	padding-left: 25px;
	color: #333;
	background: transparent url(img/post.gif) no-repeat left center;
	margin-bottom: 0;
}

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

.post-info{
	margin-top: 0;
	color: #333;
	background: transparent;
	padding-bottom: 1ex;
	font-style: italic;
	/*border-bottom: 1px solid #FC0;*/
}

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

.post-info a:hover{
	color: #666;
}

.post-content{
	font-size: 12px;
	color: #333;
	text-align: justify;
}

.post-content a{
	color: #008ba8;
}

.post-content blockquote{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.post-info-float {
	float: right;
}

/* Commentaires et trackbacks
-------------------------------------------------------- */
.post-info-co {
	color: #333;
	padding-left: 18px;
	background: transparent url(img/comment.gif) no-repeat left center;
	text-align: left;
}

.post-info-tr{
	color: #333;
	padding-left: 18px;
	background: transparent url(img/trackback.gif) no-repeat left center;
	text-align: left;
}

#comments h3, #trackbacks h3{
	color: #333;
}

#comments strong, #comments a {
	color: #333;
}

#comments a:hover{
	color: #666;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #333;
	/*background: #ffffff;*/
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar{
	float: left;
	width: 240px;
	padding-bottom: 4em;
	padding-top: 1em;
}


#sidebar div{
	margin: 0 0 0 60px;
	padding: 1ex 1em;
	border-bottom: 1px solid #333;
	color: inherit;
}

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

#sidebar strong{
	text-decoration:underline;
	font-weight: normal;
}

#sidebar h2, #sidebar h3{
	color: #333;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

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

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

#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: #333;
	background: transparent;
}

#sidebar div#calendar table td{
    width: 15%;
    line-height: 2em;
	border: 1px solid #333;
}

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

#sidebar div#calendar table td a:hover{
	background: #ee9b0f;
	color: #FFF;
}


/*------ */
#footer{
	margin-left: 0px !important;
	margin-left: 12px;
	clear: both;
	background: #ff9933 url(img/footer.gif) no-repeat center top;
	height: 50px;
	text-align: left;
	color: #ffcc99;
}

#footer a{
	padding-left: 54px;
	color: #ffcc99;
}

#footer a:hover{
	color: #ffffe3;
}
