@import url(blog-general.css);

/** menu gauche */
#gauche ul li h3 span{
	display: block;
	font-weight: normal;
}

#gauche ul li{
	background : url(../pictures/front/blog-puce-carre.gif) 0px 6px no-repeat;
	padding-left: 11px;
}

#gauche ul li a{
	text-decoration: none;
}

/* Derni�re mise � jour du blog */
#derniereMAJ{
	margin-right: 20px;
	text-align:right;
	margin-bottom: 0px;
}

/* Detail du post*/
#detail-post{
	padding: 5px;
	border: 1px solid #E8E8E8;
	
}

#post{
	background-color: #f6f6f6;
	padding: 5px;
}
#contenu-post {
	overflow: hidden;
	width: 563px;
}
/* Liens */
#detail-post a{
	text-decoration: underline;
}

/* Titre du post */
#detail-post h3{
	margin-top: 3px;
	
	color:#b22799;
	font-weight: 100;
	font-size: 16px;
}

/* image*/
#contenu-post img{
	float: left;
	margin: 5px;
}
/* Séparateur */
hr{
	height: 1px;
	border: 0 none;
	margin-left: 10px;
	width: 250px;
	background-color: #a82781;
	color: #a82781; /* IE */
	text-align: left;/* IE */
}

#detail-post h4{
	font-weight: normal;
	color:#b22799;
}

/* Commenter */
.faire-commentaire{
	clear: both;
	margin-top: 20px;
}

