body, textarea {
  background-color:#ff9609;
  scrollbar-base-color:#ff9609;
}


pre, code{
	font-size: 1.2em;
}

pre{
 	width: 100%;
	overflow: auto;
	border: 1px solid #dcdcdc;
}

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

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input:hover, textarea:hover, input:focus, textarea:focus, input:active, textarea:active, input[type=checkbox]:hover, input[type=c_remember]:hover{
	border: 1px solid #000000;
}

input, input[type=checkbox]{
	border: 1px solid #dcdcdc;
}

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

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	font-size: 0.8em;
	vertical-align: top; /* Ne pas toucher à ceci */
}


acronym{
	border-bottom: 1px dotted #9E2227;
}

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

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

.day-date{
	display:none;
}
	
.post{
	padding-bottom: 10px;
}

.post-title{
	margin-bottom: 0;
	margin-top: 0;
}

	.post-title a{
		background: transparent;
		text-decoration: none;
	}
	
.post-info{
	margin: 0;
	background: transparent;
	padding-bottom: 5px;
}

	
.post-content{
	padding-top: 5px;
	text-align: justify;
	padding: 3px;
	border: 0px;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
	border-left: 5px solid #9E2227;
	padding-left: 10px;
}

.post-content ul{
	padding-left: 15px;
}

.post-info-co{
	clear: both;
	text-align: right;
	font-size: 0.8em;
	margin-top: 0.5em;
	margin-bottom: 3em;
	padding: 0.5ex;
}

.post-info-co span{
        color: #9E2227;

}

#trackbacks blockquote, #comments blockquote{
	border-left: 5px solid #dcdcdc;
	margin: 1em 0;
	padding-left: 10px;
}


	#search fieldset, #search p{
		margin: 0;
		padding: 0;
		border: 1px solid #dcdcdc;
	}
#search .submit{
		background: #eee;
		border: 1px solid #dcdcdc;
		padding: 0px;
		width: 30px;
	}

#search h2{
	display:none;
}

	#search fieldset, #search p{
		margin: 0;
		padding: 0;
		border: 1px solid #dcdcdc;
	}

	#q{
		padding: 2px 1px 2px 18px;
		width: 185px;
		background: #eee url(img/spot.png) no-repeat 4px center;
		border: 1px solid #dcdcdc;
	}


