html{
    height:100%;
    width:100%;
    margin: 0;
    padding: 0; 
    overflow: auto;
    overflow-x: hidden;
}
body{
    height:100%;
    width:100%;
    margin: 0;
    padding: 0; 
    overflow: auto;
    overflow-x: hidden;
    background-color: #bfe225;
}
div#content{
    position:absolute; 
    top:0; 
    left:0;
    margin:0px; 
    padding: 0;   
    height:100%;
    width:100%;
    overflow:hidden;
}
div#film_flash{
    width:100%;
    height:100%;
    overflow:hidden; background: red;
    position:absolute;
    top:0;
    left:0;
    margin:0;
    padding:0;
    background-color:#666666;
    z-index:1;
}
div#film-reel{
    width:100%;
    height:100%;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
    margin:0;
    padding:0;
    background-color:#D6D3BC;
    z-index:2;
}

h1{
    margin-top:10px;
    margin-left:60px;
    font-family:Arial,helvetica,sans-serif;
    font-size:1.5em;
    color:#8E9D38;
    width:630px;

}

h2{
    margin-top: 30px;
    margin-left: 60px;
    font-family: Arial,helvetica,sans-serif;
    font-size: 1.2em;
    color:#8E9D38;
    width:630px;

}
p{
    margin-top:10px;
    margin-left:60px;
    font-family:Arial,helvetica,sans-serif;
    font-size: 1eù;
    color:#333333;
    width:630px;

}
div#bandeau{
    margin:0px;
    padding:0px;
    width:720px;
    height:240px;
}
div#pave-texte{
    position:absolute;
    left:210px;
    top:0px;
    background-color:#D6D3BC;
}

div#descriptif{
    font-family:Arial,helvetica,sans-serif;
    font-size:1em;
    font-weight:normal;
    margin:24px;
    margin-left:90px;
    width:540px;

}
div#technique{
    margin-left:60px;    
    font-family:Arial,helvetica,sans-serif;
    font-size:1.2em;
    font-weight:normal;
    width:600px;
    margin-bottom:24px;
}
.blanc{
    color:#FFFFFF;
}
div#menu{
    float: right;
    margin-right: 30px;
    display: inline;
    }
h3{
    font-family:Arial,helvetica,sans-serif;
    font-weight:bold;
    font-size:1em;
    color:#8E9D38;
    margin-top:10px;
    margin-left:60px;
}
div#menu{
    text-align: center;
    margin: 10px;
}
div#menu a{
    font-family:Arial,helvetica,sans-serif;
    font-weight: bold;
    font-size:0.8em;
    color:#8E9D38;
    text-decoration:none;
    margin-bottom:4px;
    padding: 0 1em;
    border-left: solid 1px #8E9D38;
    border-left: solid 1px #8E9D38
}
div#menu a:hover{
    color:#4A3B19;
}

