@import url(blog-general.css);

#titre{	
	 margin-bottom: 20px;
}
/* Liste des blogs */
#liste{
	padding: 5px;
	clear: both;
	background-color: #f6f6f6;
}

/* Titre du blog */
#liste h3{
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: normal;
}

#liste h4{
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: normal;
}

/* Liens */
#liste a{
	text-decoration: underline;
}

/* Paragraphe du menu de gauche */
#gauche p{
	padding: 0;
	background-color: #fff;
}