@charset "utf-8";
/* CSS Document */

article{
    line-height: 1.6em;
}
p.apropos{
    font-family: 'Amiko', Verdana, sans-serif;
    font-size:.9em;
    padding-bottom: 25px;
    text-align: justify;
    text-indent:20px;
}
.strong{
    font-weight: 600;
}
.strong_orange{
    color:#F17C00;
    font-weight: 600;
}
.img_mod_apropos{
    height:100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.italique{
    font-style: italic;
}
.bouton_mod_apropos{
    margin:5px;

    padding-bottom: 15px;
}
.img_cabinet{
    height:100%;
    width:100%;
}
.rectangle_cabinet{
    display: inline-block;
    background: #fff;
    Width:360px;
    height: 280px;
    padding:20px 20px 0px 20px;
    border-radius:5px;
    margin:10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}


