.flash {
position: absolute;
width:850px;
height:500px;
top:50%; /* centrage vertical */

margin-left:50%;
left:-425px;
margin-top:-250px
}
body {
background-image:url(images/barre.jpg);
background-position: top;
background-repeat:repeat-x;
background-color: #333333;
}
