
@import "layout.css";
@import "layout-gauche.css";
@import "top.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #000;
	color: #000;
	font-size: 9pt;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.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: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #000;
	text-decoration: none;
}

a:visited{
	color: inherit;
}

a:hover{
	color: inherit;
	text-decoration: underline;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

img{
	border: none;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url('img/page.jpg') repeat-x left top;
	color: inherit;
	border-left: 34px solid #ccccca;
	border-right: 34px solid #ccccca;
	border-top: 5px solid #ccccca;
	border-bottom: 20px solid #ccccca;
}

#global{
	background: #edf0e4;
	color: inherit;
}

#main{
	margin: -5em -1em 0 0;
	position: relative;
}

div.post{
	background: #fff;
	border: 1px solid #0f0b07;
	padding: 0.5em 1em;
	width: 506px;
	margin: 0 0 2em 0;
}
 

/* 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
-------------------------------------------------------- */
.day-date{
/*	padding-left: 20px;
	margin-left: -25px;*/
	color: #b57849;
	font-weight: bold;
/*	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.post-title{
	color: #0f0b07;
	background: transparent;
	margin: -0.8em 0 1em 0;
	font-size: 11pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.post-title a{
	color: #0f0b07;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #0f0b07;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
	font-size: 7pt;
}

.post-info a{
	color: #0f0b07;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: center;
	font-size: 8pt;
}

.post-info-co a:hover{
	text-decoration: none;
	color: inherit;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

#comments blockquote{
	background: #edf0e5;
	border: 1px solid #0f0b07;
}

div#trackbacks, div#comments{
	background: #fff;
	border: 1px solid #0f0b07;
	padding: 0.5em 1em;
	width: 506px;
}

div#trackbacks{
	margin: 0 0 0 0;
}

div#comments{
	margin: 2em 0;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar{
	margin: -5em 0 0 0.6em;
	position: relative;
	line-height: 1.2em;
}
html>body #sidebar{
	margin: -5em 0 0 2.7em;
}

#sidebar div{
	color: inherit;
	background-color: #a8c287;
	margin: 1em;
	border: 1px solid #905c32;
	text-indent: 3em;
	padding: 0.5em 0;
}

#sidebar div a{
	color: #fff;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
}

#sidebar h2, #sidebar h3{
	color: #0f0b07;
	margin: 0 0 1ex 0;
	text-align: center;
	font-weight: normal;
	font-size: 1.2em;
	text-indent: 0;
}

#sidebar h3{
	font-size: 1.1em;
	margin: 1em 0 0.5em 0;
}

#sidebar div#who{
	text-align: center;
	font-size: 8pt;
	background: transparent;
	border: none;
	text-indent: 0;
	
}

#sidebar div#search{
	color: inherit;
	line-height: 2.3em;
}

#sidebar div#search a{
	color: inherit;
}

#search ,#search fieldset{
	margin: 0;
	padding: 0;
}

#search h2{
	margin-top: -1.5em;
}
html>body #search h2{
	margin-top: 0;
}

#search p{
	margin: 0 0 -1em 3em;;
}
html>body #search p{
	margin: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
	display: none;
}

#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: #493;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	padding: 0;
	margin: 0 0 1em 0;
/*	border-top: 1px solid #0f0b07;*/
	border-bottom: 1px solid #0f0b07;
	background: transparent;
	color: #0f0b07;
	text-align: center;
	text-indent: 340px;
}

#footer a{
	color: #999;
}

/* Credit
-------------------------------------------------------- */
#credit{
	width: 1024px;
	margin: 0.5em auto 4em auto;
	font: normal 8pt "Trebuchet MS", sans-serif;
	color: #ccccca;
}

#credit a{
	color: #ccccca;
	text-decoration: none;
}

#credit a:hover{
	color: #fff;
}

