/*
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 : 15 nov. 2019, 22:32:52
    Author     : Coco
*/

body {
    /*background-image: url("../images/fondflou.jpg");*/
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size: 100% 100%;
}

.panel {
    background:rgba(255, 255, 255, 0.8)!important
}

.newPanel {
    /*background:rgba(249, 139, 136, 1)!important*/
    background-color:rosybrown!important
}

.largeur {
    padding-left: 60px;
    padding-right: 60px;
}

.largeur2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top:15px;
    padding-bottom: 15px;
}

.largeur1 {
    padding-right: 45px;
    padding-left: 45px;
}

.tailleImage {
    height:235px;
    width:314px;
}

.normeImage {
    height:264px;
    width:470px;
}

