@import "layout.css";

/* ***** 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 *****
 *
 * Author:
 *  Maurice Svay  http://www.svay.com/web/dotclear/
 */

/*
* La feuille de style définit les styles suivant:
* - Style général
* - Page
* - Top
* - Contenu
* - Sidebar
* - Footer
* La disposition des blocs se trouve dans une feuille
* de style séparée, layout.css
*/

/* Style général
********************************************/
body{
	background: #EFEAE4 repeat-y center;
	background-image: url(img/ombre.gif);
	color: #464646;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 0px solid #DDD;
}

pre {
	border: 1px solid #CCC;
	font-size: 1.1em;
	line-height: 1.2em;
	overflow: auto;
	width: 100%;
}

html>body pre {
	overflow: auto;
	width: auto;
}

acronym, abbr{
	border-bottom: 1px dotted;
	cursor : help;
}

a{
	color: #B3322D;
	background: transparent;
	text-decoration: none;
	}

a[hreflang]:after{
	content: "\0000a0(" attr(hreflang) ")";
	color: #999;
	background: transparent;
}

a:visited{
	color: #B3322D;
	background: transparent;
}

a:hover{
	color: #B3322D;
	background: transparent;
	text-decoration: underline;
}

a img{
	border: 0px solid #EFEAE4;
}

fieldset{
	border: none;
	width: 100%;
}

label{
	cursor: pointer;
	cursor: hand; /* pour IE */
}

input[type=text], textarea{
	border: 1px solid #AAA;
}

input[type=text]:focus, textarea:focus{
	border: 1px solid #666;
}

textarea{
	width: 99%;
}

/* 
Classes spéciales pour insérer des images par exemple 
Les élements rendus "flottants" avec ces classes ne
dépassent pas du billet grâce à la classe .post-info-co
*/
.right{
	float: right;
	margin-left: 1em;
}

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

/* Page
********************************************/
#page{
	background: #FFF url(img/fond-degrade.png) repeat-y;
}

/* Top
********************************************/
#top{
	color: #D4CABF;
background: #F7F6F4 url(img/portrait.gif) no-repeat 74% 0px ;
}

#top h1{
	margin: 0;
	line-height: 100px;
	letter-spacing: -0.05em;
	padding-left: 20px;
	padding-top: 0px;
	font-weight: 100;
	font-size: 2.8em;
	
}

#top h1 a{
	text-decoration: none;
	color: #B3322D;
	background: transparent;
}

#top h1 a:hover {
	color: #D0C6BA;
	}


#prelude{
	color: #DDD;
	background: transparent;
	text-align: left;
	padding-left: 20px;
}

#prelude a{
	color: #DDD;
	background: transparent;
	text-decoration: none;
}

#prelude a:hover{
	color: #999;
	background: transparent;
}

/* Contenu
********************************************/
#content{
	line-height: 1.6em;
	color: #464646;
}

.day-date{

	padding-bottom: 5px;
	background: transparent url(img/day-date.png) repeat-x left bottom;
	color: #999;
}

.post{
	margin-bottom: 4em;
}

#content ul {
	
padding-left: 0em;
margin-left: 18px;
}

#content ul li{
	list-style-image: url(img/li.gif);
	color: #464646;
margin-bottom: 1em;
             
}

#content h2{
	padding-left: 0px;
	color: #B3322D;
	background: transparent no-repeat left center;
	margin-bottom: 0;
	font-size: 1.6em;
	font-weight: 100;
letter-spacing: -0.05em;
}

#content h2 a{
	color: #B3322D;
	background: transparent;
	text-decoration: none;
}
#content h2 a:hover{
	color: #D0C6BA;
	}


#content h3, #content h4, #content h5, #content h6{
	color: #B3322D;
	font-weight: lighter;
	font-size: 1.2em;
}

.post-chapo{
	color: #464646;
}

.post-info{
	padding-left: 0px;
	color: #716557;
	margin-top: 0;
}

.post-info span{
	display: none;
}

.post-info a{
	color: #716557;
	background: transparent;
	border-left: 1px solid #CCC;
	padding-left: 0.5ex;
	text-decoration: none;
}

.post-content p{
color: #464646;
	text-align: left;
}


.post-content a{
border-bottom: solid 1px #AAAAAA;
text-decoration: none;	
}

.post-content a:hover{
border-bottom: solid 1px #AAAAAA;
text-decoration: none;	
}

.post-content img{
	max-width: 510px;
border: 1px solid #EFEAE4;

}

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

.post-info-co span{
	display: none;
}

.post-info-co a, .post-info-co a:visited{
	text-decoration: none;
	color: #716557;
	padding-left: 12px;
	background: transparent url(img/bulle.png) no-repeat left center;
}

.post-info-co a:hover{
	padding-left: 12px;
	background: transparent url(img/bulle.png) no-repeat left center;
	color: #B3322D;
	text-decoration: none;
}

.comment-info{
	margin-bottom: 0;
}

#comments blockquote, #trackbacks blockquote{
	color: #464646;	
	margin: 0;
	padding: 0 1em;
	text-align: justify;
	border: 1px dotted #CEC4B8;
}

.field label{
	display: block;
}

/* Sidebar
********************************************/
#sidebar div{
	color: #716557;
	background: transparent;
}

#sidebar h2{
	margin: 0;
	padding: 5px;
	color: #716557;
	background-color: #F7F6F4;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
}

#sidebar h3{
	padding-left: 5px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	
}

#sidebar a{
	color: #464646;
	background: transparent;
	text-decoration: none;
}

#sidebar a:hover{
	color: #B3322D;
	background: transparent;
}

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

#sidebar ul li{
	padding: 5px 0;
	border-bottom: 1px solid #EFEAE4;
}


#sidebar input{
	border: 1px solid #D0C6BA;
background: #FFF;

}

#sidebar ul li a{
	display: block;
padding-left: 5px;
}


#search #q{
	border: 1px solid #D0C6BA;
	background: #FFF url(img/search.png) no-repeat 2px;
	padding-left: 14px;
}


#email {
	border: 1px solid #D0C6BA;
	background: #FFF;
	padding-left: 14px;
width: 100px;
margin-bottom: 0;
padding-bottom: 0;
}

#selection h2{
	color: #716557;
}

/* Footer
********************************************/
#footer{
	background: #F7F6F4;
	color: #999;
	text-align: center;
}

#footer a{
	color: #999;
	background: transparent;
	text-decoration: none;
}

/* Archives
********************************************/
#archives_footer {


}

#archives_footer h2 {
margin-left: 25px;
margin-top: 2em;
font-size: 1.6em;
display: inline;
font-weight: 100;
color: #999;
letter-spacing: -0.05em;

}

#archives_footer ul{
	margin: 0;
	padding: 0;
	
margin-left: 25px;
margin-right: 25px;
margin-bottom: 25px;
line-height: 1.6em;

}

#archives_footer li {
display: inline;
margin-right: 0.85em;
}



#archives_footer a {
color: #999;
text-decoration: none;

}

#archives_footer a:hover {
color: #B3322D;
}
