/* LAYOUT */

#blogContent{
	margin: 0;
	padding: 0em 0 0 0;
}

.post{
	margin-bottom: 10px;/*background: #F1F7F9;*/
}

#sidebar{
	float: right;
	/*width: 240px;*/
	padding: 0 0 10px;
	/*background: transparent url(pics/bg_untiers_bas.gif) no-repeat right bottom;*/
}

#sidebar div{
	margin: 0 0 1ex;
	padding: 0 0 /*1em*/;
}



/* Custom */

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 #ccc;
}
	input.simple{
		border: 0;
	}

textarea{
	width: 99%;
	/*font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
}

#comment-form input.preview, #comment-form input.submit {
	background: #ccc;
}

/*
a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}
*/
.left{
	float: left;
	margin-right: 1em;
}

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

/* Le contenu
-------------------------------------------------------- */
.day-date{
	color: #666;
	background: transparent;
}

.post-title{
	/*color: #F90;
	background: transparent;
	margin-bottom: 0;*/
}

.post-title a{
	/*color: #F90;*/
	/*background: transparent;*/
	text-decoration: none;
}

.post-info, .form-help{
	margin-top: 0;
	color: #666;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	/*color: #FA0;*/
	/*background: transparent;*/
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	/*font-family: Georgia, serif;*/
	font-style: italic;
}

.post-info-co{
	color: #666;
	background: transparent;
	text-align: right;
}
	.post-info-co a {
		margin: 0 .5em 0;
	}
#trackbacks blockquote, #comments blockquote{
	/*border: 1px solid #EEE;*/
	/*background: #fafafa;*/
	border: 0;
	margin: 1em 0 1em 1em;
	padding: 1ex 1em;
}

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

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

#sidebar h2, #sidebar h3{
	/*color: #9ED200;*/
	margin: 0 0 1ex 0;
}

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

#sidebar div#search{
	background: transparent;
	line-height: 2.5em;
}

#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: .9em;
	text-align: center;
	margin: 0 auto;
	/*border-collapse: collapse;*/
	empty-cells: hide;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #999;
	background: transparent;
}

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

#sidebar div#calendar table td a{
	display: block;
	background: #F1F7F9;
	/*color: #493;*/
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

.error {
	color: #8B0000;
}

