/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 mars 2020, 16:27:53
    Author     : Sylvain
*/
#fond{
    background-color: #ffaa22;
    height:700px;
    width:6000px;
}
.rectangle{
    position:absolute;
    top:200px;
    border:#000 solid 1px;
    width:200px;
    height:100px;
}

.rectangle2{
    position:absolute;
    top:200px;
    left:600px;
    border:#000 solid 1px;
    width:200px;
    height:100px;
}
.rectangle3{
    position:absolute;
    top:200px;
    left:1200px;
    border:#000 solid 1px;
    width:200px;
    height:100px;
}

.rectangle4{
    position:absolute;
    top:200px;
    left:2500px;
    border:#000 solid 1px;
    width:200px;
    height:100px;
}

