
body, html{
margin : 0;
padding : 0;
background : #e6e6e6;
font-family : Verdana,  Arial, Helvetica, sans-serif;
font-size : 11px;
height : 100%;
overflow : hidden;
}

#flash{
height : 760px;
width : 1400px;
left : 50%;
margin-left : -700px;
position : absolute;
margin-top : -385px;
top : 50%;
z-index : 100;
}
#bande_horiz{
height : 760px;
position : absolute;
margin-top : -385px;
top : 50%;
width : 100%;
background : url(../images/vertic.gif);
background-position : 50% top;
z-index : 1;
}

