body{
	width: 800px;
	margin: auto;
	background: rgb(211,218,237);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
	border: 3px solid navy;
}

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 #EB8358;
	background-color:#EEE;
}

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


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


/*----------------------------------------------------------------*/
#page{
	background-color: rgb(211,218,237);
	padding: 20px;
	text-align: justify;
}
	
#top{
	height: 100px;
	margin: auto;
	background-color: rgb(211,218,237);
	
}


/* Le contenu
-------------------------------------------------------- */


.post-title {
	color: navy;
	background: transparent;
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.post-info{
	margin-top: 0;
	color: #000000;
	background: transparent;
	padding-bottom: 1ex;
	font-size: 0.8em;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #000000;
	background: transparent;
	text-decoration: underline;
}

.post-content{
	text-align: justify;
	padding-left: 25px;
	padding-right: 25px;
}

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

.post-info-co{
	text-align: right;
	font-size: 0.9em;
	font-style: italic;
}


#trackbacks {
	font-size: 0.9em;
	border-bottom: 1px solid;
	border-color:#ED815A;
	padding:2px;
	margin-bottom: 3px;
}
#comments, .field{
	font-size: 0.9em;
}

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

