body {
   width: 950px;
   color: black;
   background-color: white;
   text-align: left;
   font-family: Trebuchet MS;
   font-size: 12px;
}

.nom_artiste {
   font-size: 32px;
   background-color: rgb(119, 0, 0);
   color: rgb(194, 183, 161);
}

table {
   width: 100%;
}

.half_lg {
   width: 50%;
}

a:link { text-decoration: underline; color:#660000; }
a:visited { text-decoration: underline; color: #ab111b; }
a:active { text-decoration: underline; color: #990000; }
a:hover { text-decoration: underline; color: #990000; }
