@import url(blog-general.css);

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

#gauche ul li h3{
	font-weight: normal;
	font-size: 15px;
}

#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{
	clear: both;
	font-family:Verdana;
	margin-right: 20px;
	text-align:right;
	margin-bottom: 0px;
}

.rubrique{
	margin-top: 10px;
	border: 1px solid #E8E8E8;
	padding: 5px;
	padding-bottom: 0px; /* 0 car les articles ont un margin-bottom de 10px */
}

*>.rubrique{
	padding-bottom: 5px; /* BUG IE 7*/
}
/* Article*/
.article{
	margin-bottom: 10px;
	padding: 5px;
	background-color: #f6f6f6;
	min-height: 100px;
}

/* Texte d'un article*/
.article p{
}

/* S�parateur*/
.article hr, .article .pointilles{
	height: 1px;
	margin-bottom: 10px;
	width: 200px;
	margin-left: 10px;
}

.article hr{
	height: 1px;
	clear: both;
	border: 0 none;
	background-color: #a82781;
	color: #a82781; /* IE */
	text-align: left;/* IE */
}

.article .pointilles{
	border-top: #a82781 thin dashed;
}

/* Article r�cent */
.article.recent{
	background-color: #ececec;
}

.nouvel-article{
	float: right;
}

/* Couleur de la barre verticale */
.tr_vertical{
	background-color: #a82781;
}

.post{
	margin-left: 20px;
}

/* Titre des articles */
.article h3{
	margin-top: 3px;
	
	color:#b22799;
	font-weight: 100;
	font-size: 16px;
}
.article h3 span {
	font-weight: normal;
	color: #343434;
	font-size: 12px;
}
.comments{
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	width: 500px;
}
.faire-commentaire{
	text-align: right;
}