
/* Global and main divs */
#page_blog {
}

#years ul {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#years ul li {
	display: inline;
	padding: 0px 0px 0px 1em;
}

.post {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border: 1px solid #A2C2E1;
	padding: 0.2em;
}
.post_title, .post_edit_title {
	margin: 5px;
	margin-bottom: 1em;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.post_title { margin-left: 6%; }
.post_edit_title { margin-left: 15%; }
.post_date {
	margin: 5px 2em;
	border-bottom: 1px solid #A2C2E1;
	float: right;
	font-weight: bold;
}
.post_edit {
	margin: 0.3em;
	border: 1px solid #A2C2E1;
	padding: 0.2em;
}

ul {
	list-style-type: none;
	list-style-image: url(/code/images/puce_cv.png);
	padding-left: 3em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
