html {
    height: 100%;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
    color:#333333;
    font-size:12px;
    line-height:20px;
    min-width:1060px;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
#flashcontent {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
#bloc{
    margin:0;
    padding:20px;
    width:650px;
    height:auto;
}
h1{
    color:#666666;
    font-size:20px;
    line-height:20px;
}
h2{
    color:#444444;
    font-size:15px;
    line-height:15px;
}
.signature{
    font-size:11px;
}
.attention{
    font-size:11px;
    color:#000000;
}
hr{
    background-color:#333333;
    height: 1px;
    border: 0;
}
a {
    text-decoration:underline;
    color:#FF9900;
}
