
/*  
h1 : #96c03a 25px bold 12px 0 0 0
h2 : #e71a68 20px bold 0 0 7px 0
*/


/* BILLET */
#billet #comments { margin: 30px 0 0; }
	#billet #comments ol { margin: 0 0 0 8px; }
	#billet #comments li { margin: 10px 0; }
		#billet #comments li .com_details { color: #8c8c8c; }
			#billet #comments li .com_details span { color: #96c03a; }
		#billet #comments li .com_contenu { margin: 0 0 20px 5px; }
		
#billet #addcomment { margin: 30px 0 0; }
	#billet #addcomment label { float: left; width: 60px; margin: 4px 0 0 30px; }
	#billet #addcomment div { clear: left; }
	#billet #addcomment .submit { margin: 0 0 0 90px; }


/* LISTE DES BILLETS */
.blog_sep { border-top: 1px solid #96c03a; height: 1px; margin: 15px -9px; }
.billet { margin: 10px 0; }
.billet.first { margin-top: 0; }
	.billet h1.blog_titre,
	#billet h1.blog_titre { font-size: 20px; color: #e71a68; }
		.billet h1.blog_titre a,
		#billet h1.blog_titre a { color: #e71a68; text-decoration: none; }
		.billet h1.blog_titre a:hover,
		#billet h1.blog_titre a:hover { color: #e71a68; text-decoration: underline; }
	.billet h2.blog_date,
	#billet h2.blog_date { color: #96c03a; font-weight: bold; font-size: 11px; }
	.billet .blog_details,
	#billet .blog_details,
	.billet .blog_tags,
	#billet .blog_tags { color: #8c8c8c; font-weight: normal; font-size: 11px; }
		.billet .blog_details a,
		#billet .blog_details a { color: #8c8c8c; }
		.billet .blog_categories a,
		#billet .blog_categories a,
		.billet .blog_tags a,
		#billet .blog_tags a { color: #8c8c8c; text-decoration: underline; }
	.billet .blog_billet,
	#billet .blog_billet { margin: 15px 0; }
	.billet .blog_lire_suite { }
		.billet .blog_lire_suite a { color: #96c03a; }
		.billet .blog_lire_suite a:hover { color: #e71a68; }
	.billet .blog_commentaire { color: #8c8c8c; text-align: right; }
		.billet .blog_commentaire a.aucun_commentaire { color: #8c8c8c; }
		.billet .blog_commentaire a.aucun_commentaire:hover { color: #e71a68; }

	.billet .blog_details a:hover,
	#billet .blog_details a:hover,
	.billet .blog_tags a:hover,
	#billet .blog_tags a:hover { color: #e71a68; text-decoration: none; }


/* NUAGE DE MOTS-CLES */
.blog_niveau1 { font-size: 11px; color: #888; padding: 0 5px 0 0; }
.blog_niveau2 { font-size: 13px; color: #7f7f7f; padding: 0 5px 0 0; }
.blog_niveau3 { font-size: 15px; color: #6b6b6b; padding: 0 5px 0 0; }
.blog_niveau4 { font-size: 18px; color: #333; padding: 0 5px 0 0; }


