body 
{  
	background: url(fond-clair.jpg);
}

div.detail-chanson
{
	background: white;
	padding: 5px;
	margin: 4px;
	border-style: solid;
	border-width:thin;
	border-color:green;
}

h1
{
	text-align: center;
}

div#texte
{
	background: white;
	padding: 5px;
	border: 3px inset green;
	/*height:15.7ex;*/
	overflow: auto;
}

table.chansons
{
	/*width: 100%;*/
	width: auto; 
	margin: auto;
	border: 2px solid green; 
	border-spacing: 4px;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}


table.chansons td.bouton-musique
{
	background: none;
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid green; 
	border-top: 1px solid green; 
}

table.chansons td.detail-chanson-pair
{
	border-bottom: 1px solid green; 
	border-top: 1px solid green; 
	padding: 5px;
	background: #d8ed83;
}

table.chansons td.detail-chanson-impair
{
	border-bottom: 1px solid green; 
	border-top: 1px solid green; 
	padding: 5px;
	background: #e9ff8d;
}

td.bouton-musique img
{
	margin: 10px;
	border-style: outset;
	border-width: 3px;
	border-color: #99ff99;
}

th
{
	text-align: center;
}



button.link
{
	padding: 0;
	border: 0;
	background: none;
}

button.link span
{
	color: blue;
	text-decoration: underline;
}

button.link span:hover
{
  color: red;
  background: #ffffee;
}

div.interpretations {
	border: 2px inset green; 
	margin: 10px;
	padding: 5px;
}

table.interpretations {
	width: auto;
	margin: auto;
}

table.interpretations td {
	padding-left: 5px;
	padding-right: 5px;
}

caption, span#interpretation {
	font-weight:bold;
	margin: 10px;
	margin-bottom: 15px;
}

div.form {
	margin-top: 10px;
	background-color: #eeeeee;
	border: 2px #aaa solid;
	padding: 5px;
}

table.form , table.form caption {
	width: auto;
	margin: auto;
}

table.form td {
	padding-top: 10px;
	padding-bottom: 10px;
}

table.form button {
	margin-right: 5px;
	margin-left: 5px;
}

table.form tr.pair {
	background: #f7f7f7;
}

table.form tr.impair {
	background: #e0e0e0;
}

table.footer {
  padding: 0px;
  font-size: 80%;
  width: auto;
  margin: auto;
  border: 2px inset grey; 1
  border-collapse: collapse;
}

table.footer td {
  border: 1px solid black;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}