/* Liste des billets */
#blog .billet
{
	margin-bottom: 20px;
	border-bottom: 1px dashed #333;
	padding-bottom: 10px;
}

#blog .billet h2
{
	margin: 0;
	padding-bottom: 10px;
}

#blog .billet h2 a 
{ 	
	margin-bottom: 20px;
	color: #008080;
	line-height: 1em;
}

#blog .billet .b_date
{
	margin: 0 0 20px 0;
	font-style:italic;
}

#blog #pages_list { text-align: center; }


/* Voir un billet */
#blog_view h2
{
	margin: 0;
	padding-bottom: 10px;
}

#blog_view h2 a 
{ 	
	margin-bottom: 20px;
	color: #008080;
	line-height: 1em;
}

#blog_view .b_date
{
	margin: 0 0 20px 0;
	font-style:italic;
}

#blog_view #reactions
{
	margin-top: 40px;
	border-top: 1px solid #292929;
	padding-top: 10px;
}

#blog_view #reactions h3
{
	color: #afcbd9;
	margin: 10px 0 5px 0;
	font-size: 13px;
}

#blog_view #reactions h3 .left { float: left; }
#blog_view #reactions h3 .right { float: right; font-size: 12px; font-weight: normal; color: #707173; }


#blog_view #reactions #blog_posts
{
	background-color: #1f1a18;
	padding: 10px;
	margin-top: 15px;
}

#blog_view #reactions #blog_posts .post
{
	border-bottom: 1px dashed #292420;
}

#blog_view #reactions #blog_posts .post h3 { color: #008080; font-weight: normal; }
#blog_view #reactions #blog_posts .post p { clear: both; padding-top: 10px; }

#blog_view #reactions form
{
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #1f1a18;
	padding: 10px;
}

#blog_view #reactions form table { width: 100%; }
#blog_view #reactions form table .label { width: 140px; vertical-align: top; padding-top: 5px; }
#blog_view #reactions form table textarea { width: 500px; }
#blog_view #reactions form table select { margin-right: 20px; }
