
html, body {
font-size : 12px;
font-family : courier;
margin : 0;
padding : 0;
height : 100%;
width : 100%;
  background: white url("fond.png");
  background-repeat: repeat;
  background-position: center;
}
#arriere {
width : 100%;
height : 100%;
}
.musiciens {
color : #990044;
font-size : 16px;
font-family : Verdana, Helvetica, sans-serif;
}
.texte {
color : #990044;
font-size : 14px;
font-family : Verdana, Helvetica, sans-serif;
}
a:link, a:visited, a:active {
color : #990044;
text-decoration : none;
}
a:hover {
color : transparent;
background : #ffffff;
}
td, tr {
font-family : Verdana, Helvetica, sans-serif;
font-size : 14px;
color : #990044;
}
.main {
position : absolute;
top : 20px;
left : 0px;
bottom : auto;
width : 100%;
height : auto;
background-color : transparent;
z-index : 3;
border : none;
padding : 0;
}
.main2 {
width : auto;
height : 500px;
overflow : auto;
padding : 5px;
}