/* Les ?l?ments HTML en g?n?ral
-------------------------------------------------------- */
body{
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	list-style: none;
}

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

h1{font-size: 1.5em;}
h2{font-size: 1.2em;}
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 #333333;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

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

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

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

a:visited{
	color: #000000;
	text-decoration: none
}

a:hover{
	color: #9e9b87;
	text-decoration: none
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	color: #000000;
}
 
/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #333333;
	background: url(dotclear/themes/metronome/img/day-date.png)#ECEDDE url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post-title{
	color: #333333;
	background: #ECEDDE;
	margin-bottom: 0;
}

.post-title a{
	color: #000000;
	background: #ECEDDE;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #000000;
	background: #ECEDDE;
	padding-bottom: 1ex;
}

.post-info a{
	color: #000000;
	background: #ECEDDE;
	text-decoration: none;
}

.post-content{
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}

.post-content blockquote{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

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

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

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

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

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

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

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

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

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

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

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

#sidebar div#calendar table td a{
	display: block;
	background: #ECEDDE;
	color: #000000;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #ECEDDE;
	color: #000000;
}
