html, body {
font-size : 12px;
font-family : courier;
margin : 0;
padding : 0;
height : 100%;
width : 100%;
}
#arriere {
width : 100%;
height : 100%;
}
.title {
color : white;
font-size : 13px;
font-family : Verdana, Helvetica, sans-serif;
}
.text:link, .text:active, .text:visited {
color : white;
font-size : 12px;
font-family : Verdana, Helvetica, sans-serif;
text-decoration : none;
}
.text:hover {
color : white;
background : #bfbfbf;
}
a:link, a:visited, a:active {
color : white;
text-decoration : underline;
}
a:hover {
color : #ffffff;
background : #ffffff;
}
td, tr {
font-family : Verdana, Helvetica, sans-serif;
font-size : 14px;
color : white;
}
.main {
position : absolute;
top : 50px;
left : 0px;
bottom : auto;
width : 100%;
height : auto;
background-color : transparent;
z-index : 3;
border : none;
padding : 0;
}
.main2 {
width : auto;
height : 600px;
overflow : auto;
padding : 5px;
}