#mmenu {text-align:center;}

#musiclist li {width:100%;}

#musiclist li .trReplace {
	display: block;
	margin:0 10% 1em 10%;
	padding: 5px;
	color: #0D161F;
	
	/*border-width: 1px 3px 3px 1px;
	border-style: outset;
	border-color: #2B5074;*/
	
}

/*#musiclist .trReplace:hover {
	border-color: #2B2C74;
	background-color: #D0D4DF;
	
}*/


/*Titre*/
.mTitre
{
	padding: 0 .5em 0 .5em;
	margin-bottom: 5px;

	border-width: 0px 0px 1px 0px;
	border-color: white;
	border-style: solid;
	
	color: #0D161F;
	background:#ead9ac;
	color:black;
	font-weight:bold;
}

/*#musiclist .trReplace:hover .mTitre
{
	border-color: #2B2C74;
	
	color: #0D0D1F;
	background: #D4D5EE;
	background:white;
	color: #8B4513;
}*/

/* date/auteur */
.mDate
{
	font-weight: bold;
	font-size:0.8em;
	background: url("../../images/news.png") repeat-y left;
	background:#48687F; 
	background:#fae9bc;
	padding-left:0.5em;
	margin-bottom:0.1em;
}

/*note*/
.mNotes
{
	/*background:#646464;*/
	font-size:0.8em;
	text-align:justify;
}


/*Taille*/
.mTaille
{	
	/*color:black;
	float:left;
	font-weight: bold;*/
  font-style: italic;	
	font-size:0.8em;
}

#musiclist .mTaille:before
{
	/*content: "Size: ";*/
	font-style: italic;
	font-size: 90%;
}

/*tel, com*/
.mLiens
{
  text-align:right;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  padding:0.1em;
  margin-top:0.2em;
  background:#f8f8f8;
  
 }

.mLiens a
{
	color:#aaa;
	font-size:0.6em;
	margin-top:0.2em;
	font-weight:bold;
	padding-right:0.2em;
	padding-left:0.2em;
}

.mLiens a:hover
{
  color: #7a664c;
	background:white;
  background:#7eb579;	
	border:1px #eee;	
	
  
}

.mLiens a:visited
{
	color:#ddd;
}