@charset "utf-8";

.babillard {
    background-image: url(../../IMG/index/FondBadi.jpg);
    padding:20px;
}
.babillard .postIt {
    position: relative;
    background-image: url(../../IMG/index/Epagle.png);
    background-repeat: no-repeat;
    background-position: 4px 0px;
    background-size: 30px 30px;
    padding: 20px;
    box-shadow: 0px 0px 23px 2px;
    border-radius: 3px;
    margin: 10px;
    min-height:200px;
    min-width: 200px;
    box-sizing:content-box;
    border:3px solid transparent;
}

.PostIs_1 {width: 200px;}
.PostIs_2 {width: 300px;}
.PostIs_3 {width: 400px;}

.ColorYellow {background-color: yellow;}
.ColorGreen {background-color: lightgreen;}
.ColorRed {background-color: palevioletred;}

.babillard .postIt2 {
    position: relative;
    display: inline-block;
    padding: 25px;
    margin: 10px;
}

.Epagle {
    width: 34px;
    top: 12px;
    left: 90px;
    position: absolute;
}