
#song {
	font-family:tahoma,sans-serif;
	font-size:10pt;
	margin-top:40px;
}

#song .titre {color: white;
	font-family:serif;
	font-weight:bold;
	font-size:14pt;
	margin-top:10pt;
	margin-bottom:5pt;
}

#song .titre p{
	margin-left:25px;
	margin-bottom:0px;
}

#song .auteur {color:white;
	font-family:serif;
	font-size:12pt;
	font-style:italic;
	margin-left:15px;
}

#song .copyright {
	margin-top:15px;
	width:200px;
}

#song .couplet {color: white;
	padding-bottom:5pt;
	margin-left:5px;
}
#song .refrain, .song .intag {
	padding-left:10px;color: white;
	padding-bottom:5pt;
}

#song .dedicace {color: white;
	font-family:serif;
	font-size:12pt;
	font-style:italic;
	margin-left:15px;
	margin-bottom:15px;
}

#song .commentaire {
	margin-top:15mm;
	margin-left:25mm;
	font-size:8pt;
}

#list_song {
	/*border:2px solid red;*/
	width:99%;
	margin-top:10pt;color: white;
	background-color:inherit;/*color:#444*/;
	font-family : tahoma, sans-serif;
}

#list_song table 
{	color: white;
	border:1px solid silver;
	width:450px;
}

#list_song table td
{
	/*border:1px solid silver;*/
	width:49%;
}

#list_song th {color:black;
	background-color:#FFEBDE;
	padding:5pt;	
}

#list_song .titre {color: white;
	font-size : 14pt;
	font-weight : bolder;
	margin-bottom : 20pt;
}

