/***************************************************************************************************
Balises de mise en page
***************************************************************************************************/
#content {
	padding:30px;
}
.postHome, .postSingle {
	color:#4d483c;
	font-size:1.4em;
	line-height:1.6em;
	margin-bottom:40px;
}
.postHome {
	border-bottom:1px dashed #4D483C;
}
.postHome a, .postSingle a, #respond a, .comment a {
	color:#4EADEA;
}
.postHome p, .postSingle p {
	margin-bottom:12px;
}
.postHome a:hover, .postSingle a:hover, #respond a:hover, .comment a:hover {
	text-decoration:none;
}
.postHome h2, .postSingle h2 {
	font-size:1.4em;
}
.postHome h2 a, .postSingle h2 a {
	color:#4D483C;
}
.postSingle h2 {
	margin-bottom:30px;
}
.postHome small, .postSingle small {
	font-size:0.9em;
	font-style:italic;
	margin-bottom:15px;
	display:block;
}
#respond p, .comment p {
	font-size:1.4em;
	line-height:1.6em;
	margin-bottom:12px;
}
#respond textarea {
	width:743px;
}
#respond #submit {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#F27826;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:1em;
	font-weight:800;
	padding:4px 10px;
}
#respond #submit:hover {
	background-color:#4EADEA;
}
.comment {
	margin-bottom:50px;
}
.comment-meta {
	margin-bottom:10px;
}
.comment-author, comment-meta {
	font-size:1.4em;
}
#center #content .postSingle .entry h3 {
	font-size:1.2em;
	margin:50px 0 30px 0;
}