#news {
	text-align: left;
	padding: 0px;
}



dl a.archives {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
	text-decoration: none;
	padding: 0px 0px 0px 40px;
	width: 100px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	text-align: right;
	margin: 15px 2px 0px;
	height: 30px;
}

dl.music {
	font-size: 9px;
	text-align: left;
	width: 98%;
}

dl.music dd {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 9px;
}

dl.music dd.date {
	display: block;
	color: #336666;
	font-size: 9px;
	text-align: right;
	
}

dl.music dd.titre {
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}


dl.music dd.tags {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: solid 5px #A9C7D2;
}


dl.music a:link, dl.music a:active, dl.music a:visited{
	color: #FF6666;
	font-size: 9px;
}

dl.music a:hover{
	color: #993366;
}




dl.news {
	font-size: 10pt;
	text-align: justify;
	width: 98%;
}

dl.news dd {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
}

dl.news dd.titre {
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}

dl.news dd.date {
	display: block;
	color: #336666;
	font-size: 8pt;
	text-align: right;
}


dl.news dd.tags {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: solid 5px #A9C7D2;
}


dl.news a:link, dl.news a:active, dl.news a:visited{
	color: #FF6666;
	font-size: 12px;
}

dl.news a:hover{
	color: #993366;
}

button.plus {
	font-size: 7pt;
	color: #666666;
	border: 1px outset #666666;
	text-align: center;
	background-color: #ECEEB9;
}



button.plus:hover {
	border: 1px inset #990000;
	color: #999999;
}

