@charset "utf-8";
/* CSS Document */

body {
    background:#000;
    margin:0;
    padding: 0;
    font-family: "Times new Roman", Times, serif;    
}
div#conteneur {
    width: 1000px;
    height: 615px;
    position: absolute;
    margin-left: -500px; /* moitie de width */
    left: 50%;
    margin-top: -307px; /* moitie de height */
    top: 50%;
}