table.cover {
  /*border-spacing: 0px;*/
}

table.cover td {
  /*padding: 0px;*/
}

table.cover td#flag_td {
  background-color: #ff1500;
  text-align: right;
  vertical-align: bottom;
}

table.cover img#flag {
  position:relative;
  left:0px;
  top:-30px;

}

table.cover td#language_td {
  background-color: black;
  text-align: right;
  vertical-align: bottom;
}

body {
  margin: 0px;
  background-color: black;
  color: white;
  font-family: Arial;
  font-size: 12px;
} 
a.EtToc{
  color : red;
  font-weight : bold;  
  text-decoration: none;
  font-family: Arial;
  font-size: 10px;
}
a:link.EtToc {color: red}
a:visited.EtToc {color: red}
a:hover.EtToc {color: red}

table.header {
  background-color: #f5d44c;
  border-spacing: 0px;
  margin-bottom: 30px;
}

table.header td {
  padding: 0px;
}

table.button {
  border-spacing: 0px;
  font-family: 'Arial Black';
  font-size: 12px;
  font-variant: small-caps;
  height: 21px;
  width: 150px;
  text-align: left;
}

table.button a {
  color: inherit;
  text-decoration: none;
}

table.button#b01 {
  background-color: #ff8000;
  width: 140px;
}

table.button#b02 {
  background-color: #f51b6f;
  width: 100px;
}

table.button#b03 {
  background-color: #fe1602;
  width: 200px;
}

table.button#b04 {
  background-color: #009fc3;
  width: 160px;
}

table.button#b_french {
  position: relative;
  bottom: 100px;
  background-color: #fbcd30;
  width: 80px;
}

table.button#b_spanish {
  position: relative;
  bottom: 100px;
  background-color: #149589;
  width: 160px;
}

table.button#b_mp3 td {
  padding: 0px 4px;
  vertical-align: top;
}

table.button#b_mp3 {
  background-color: #ff1500;
  width: 30px;

  border-spacing: 0px;
  padding: 0px 0px 0px 0px;
  font-variant: normal;
  text-align: center;
  margin-right: 30px;
}

table.button td {
  padding: 0px;
  padding-left: 10px;
}

div.header_buttons {
/*  text-align: right; */
}

div.index {
  /*color: #f5d44c; */
  font-variant: small-caps;
  font-family: 'Arial Black';
  margin-left: 30px;
  font-size: 12px;
}

div.index p {
  margin: 3px;
  padding: 0px;
  border-spacing: 0px;
}

div.index a {
  color: inherit;
  text-decoration: none;
}

div.main_text {
  margin-left: 0px;
  margin-right: 30px;
  font-family: Arial;
  line-height: 18px;
}

/* div.main_text p {
  margin-top: 50;
} */

iframe.main_iframe   { margin-top: 20px; margin-left: 30px; width: 500px; height: 360px }

table.images_table {
  width: 100%;
  margin-top: 15px;
}

table.images_table tr {
  text-align: center;
}

table.all_disks {
  font-size: 10px;
  border-spacing: 0px;
  margin-left: 30px;
  margin-right: 30px;
}

table.one_disk td {
  font-size: 10px;
  padding: 0px;
  padding-bottom: 30px;
  vertical-align: top;
		line-height: 14px;
}

table.one_disk img {
  margin-right: 30px;
}

p.cd_title {
  margin: 0px;
}

p.cd_subtitle {
  margin: 0px;
}

ul.musicians {
  list-style-type: none;
  margin-left: 0px;  /* For MS IE */
  padding-left: 0px; /* For Mozilla */
}

ul.tracks {
  /* Nothing */
}

/* For Mozilla only 
*:-moz-list-bullet {
  font-size: 1em;
}*/

table.all_instruments {
  width: 90%; /* TODO */
  font-size: 12px;
  border-spacing: 0px;
  margin-left: 30px;
  margin-right: 30px;
		line-height: 18px;
}

table.all_instruments td.one_instrument_mirror {
  text-align: right;
}

table.one_instrument td {
  font-size: 12px;
  padding: 0px;
  padding-bottom: 60px;
  vertical-align: top;
}

p.instrument_name {
  margin: 0px;
}

p.instrument_desc {
  margin: 0px;
}

table.one_instrument img.one_instrument_img {
  margin-right: 30px;
}

table.one_instrument img.one_instrument_img_mirror {
  margin-left: 30px;
}

p.links {
  margin-left: 30px;
  margin-right: 30px;
}

a:link {color: #ffffff}
a:visited {color: #ffffff}
a:hover {color: #ffffff}

.NewLien {
	color: #ffffff;
	font-family: 'Arial Black';
  	font-size: 12px;
	font-variant: small-caps;
	text-decoration: none;
}
a:link.NewLien {color: #ffffff}
a:visited.NewLien {color: #ff8000}
