body{
    margin:0px;
    padding:0px;
}
.texte{
    width:800px;
    margin-left:100px;
    margin-left: 100px;
    height: 1297px;
    border-style: solid;
    border-color: black;
    border-width: 3px 0 0 0;
    box-shadow: inset 0 4px 12px 4px #000000;
}
.titre{
    background-image: url(titre.png);
    background-repeat: no-repeat;
    width: 798px;
    height: 289px;
    margin-left: auto;
    box-shadow: 0 4px 12px 4px #000000;
    border-style: solid;
    border-color: #222222;
    border-width:0 1px 0 1px;
}
.cadrepellicule{
    width: 1000px;
    height: 1300px;
    margin: auto;
    border-style: solid;
    border-color: black;
    border-width: 2px 0 0 0;
    box-shadow: 0 4px 12px 4px #000000;
    
}
.cadrepelliculeg{
    width: 100px;
    height: 1300px;
    background-image:url(pellicule2.png);
    background-repeat:repeat-y;
    float: left;
}
.cadrepelliculed{
    width: 100px;
    height: 1300px;
    background-image:url(pellicule2.png);
    background-repeat:repeat-y;
    float: right;
}
