/* ***** 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.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #EEE;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Times New Roman", Times, serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 0.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;
	cursor: hand;
}

.field label{
	display: block;
}

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

textarea{
	width: 100%;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
}

a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

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

.right{
	float: right;
	margin-left: 1em;
}
#home {
	cursor:hand;
}

/* La page
-------------------------------------------------------- */
#page{
	background: url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 207px;
	background: #FFF url(img/top.png) no-repeat left top;
}

/*#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}
*/
/* Le prélude
-------------------------------------------------------- */ 
/*#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

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

#prelude a:hover{
	color: #666;
	background: transparent;
}*/

/* Le contenu
-------------------------------------------------------- */
#signature {
	color: #AC7D74;
}
#signature a {
	color: #AC7D74;
	text-decoration:none;
}
#signature a:hover {
	color: #723629;
	text-decoration:underline;
}

.post-title{
	color: #723629;
	background: url(img/fondtitre2.png) no-repeat 0px 0px;
	padding-top:14px;
	padding-bottom:8px;
	text-indent:46px;
	margin-left:-13px;
	width:577px;
}

.post-title a{
	color: #723629;
	text-decoration: none;
	padding-top:16px;
	padding-bottom:5px;
	text-indent:46px;
}
.post-title a:hover{
	color: #BF9C8D;
	text-decoration: none;
	padding-top:16px;
	padding-bottom:5px;
	text-indent:46px;
}
.post-info{
	margin-top: -19px;
	color: #AC7D74;
	background: transparent;
	padding-bottom: 1ex;
	font-size:0.7em;
	margin-left:32px;
}

.post-info a{
	color: #AC7D74;
	background: transparent;
	text-decoration: underline;
}
.post-info a:hover{
	color: #723629;
	background: transparent;
	text-decoration: underline;
}

.post-content{
	text-align: justify;
	margin-left:32px;
	font-size:0.9em;
	color:#1A1615;
}
.post-content a{
	color:#DF116E;
	text-decoration:none;
}
.post-content a:hover{
	color:#DF116E;
	text-decoration:underline;
}
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}
/*#postvignette{
	margin-left:10px;
}*/

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	/*border-bottom: 1px solid #F0F0F0;
	color: inherit;*/
}

#sidebar div ul{
	margin: 0;
	padding: 0;
}
#sidebar div li{
	text-indent: 9px;
	background-image: url(img/pucenoire.png);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	list-style-type: none;
	text-decoration:none;
	color: #181312;
}
#sidebar div li a{

	text-decoration:none;
	color: #181312;
}
#sidebar div li a:hover{

	color: #DF116E;
	text-decoration:underline;
}	

/*#sidebar h2, #sidebar h3{
	/*color: #9ED200;
	margin: 0 0 1ex 0;
}*/
#sidebar h2{
	background-image: url(img/rub.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	color:#242424;
	padding-bottom:3px;
	}
#sidebar h3{
	color: #181312;
	font-size: 1em;
	/*margin: 0;*/
}

#sidebar div#search{
	background: url(img/recherche.png) no-repeat 0px 0px;
	/*color: inherit;*/
	/*line-height: 2.3em;*/
	height: 99px;
	width: 194px;
	left:0px;
	/*margin-top:-30px;*/
}
#jecontrib{
	background: url(img/pictoenveloppe.png) no-repeat 4px 4px;
	height: 66px;
	width: 194px;
	text-indent:20px;
	padding-bottom:-30px;
	height:25px;
}
#toutescontrib{
	background: url(img/pictoliretout.png) no-repeat 0px 0px;
	height: 66px;
	width: 194px;
	text-indent:20px;
	padding-bottom:-30px;
	height:25px;
}
#recommander{
	background: url(img/recommander.png) no-repeat 0px 0px;
	height: 66px;
	width: 194px;
	padding-bottom:30px;
	text-indent:20px;
	height:25px;
}
.recom{
	color: #181312;
	font-size: 1em;
}
.recom a{
	color: #242424;
	text-decoration:none;
}
.recom a:hover{
	color: #DF116E;
	text-decoration:underline;
}

#search fieldset, #search p{
	margin-left: 20px;
	margin-top:50px;
}



/* Le pied de page
-------------------------------------------------------- */
#footer {
	margin: 0;
	padding: 0;
	color: #181312;	
	font-size: 0.9em;
	background: url(img/bas_page.png) no-repeat 0px bottom;
	text-align: center;
	padding-left:32px;
	padding-top:30px;
	padding-bottom:20px;
	}
#footer a{
	color: #181312;
}
#footer a:hover{
	color: #AC7D74;
}
/*#lienfoot {
	paddind-bottom:40px;
	width: 565px;
	left:10px;
}*/