@charset "utf-8";
/* CSS Document */

/* Blog */
#post-box{
	float:left;
	width:420px;
}

#titre-post{
	float:left;
	width:100%;
	min-height:19px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	background: #d40b69 url(http://www.marceletsonorchestre.com/site2009/front/theme/images/sep-smenu.gif) no-repeat top left; /*  fixed ;*/
	/*
	background-color:#d40b69;
	background-image:url(http://www.marceletsonorchestre.com/site2009/front/theme/images/sep-smenu.gif) ;
	*/
	
	padding:1px 0 0 1px;
	margin:10px 0 10px 0;
	
}

.date{
	color:#fccc18;
	font-weight:normal;
	text-transform:lowercase;
	font-size:9px;
}

#nbre-commentaire{
	float:left;
	text-align:right;
	width:100%;
	height:20px;
	/*bottom:0px*/
	margin-top:4px;
	font-size:11px;
}

.retour-commentaire a{
	color:#d40b69;
	float:right;
}
.retour-commentaire a:hover{
	text-decoration:underline;
}

/* Commentaires */
#commentaire-box{
	float:left;
	width:96%;
	margin-bottom:5px;
	margin-top:5px;
}

#titre-commentaire{
	float:left;
	width:100%;
	min-height:17px;
	color:#d40b69;
	text-transform:uppercase;
	font-weight:bold;
	padding:1px 0 0 10px;
}

/* Formulaire */
#formulaire-commentaire{
	float:left;
	width:100%;
}



