/* 
 * Cédric FOISSAC / 0&1 digital
 * Projet IKAR Corelec
 * 
 * CSS Corelec
 * Date: 15 octobre 2016
 * v: 1.0
*/

body {
    background-image: url('../img/bg.jpg');
}

#gauche {
    text-align: left;
    padding-left: 10px;
    float: left;
    width: 170px;
    margin-right: 10px;
    background-color: lightblue;
    border-color: black;
    border-style: dotted;
    border-width: 1px;
}

#titreapp {
    padding-left: 10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:20px;
    box-shadow: 0 0 7px 3px #888;
    margin-top:20px;
    margin-bottom:20px;
    margin-left: 20px;
    margin-right:20px;
    background-color:antiquewhite;
}

#central {
    padding-left: 10px;
    overflow: hidden;
    background:rgba(255, 255, 255, 0.6) ;
    border-color: black;
    border-style: dotted;
    border-width: 1px;
    margin-left: 180px;
    margin-right: 15px;
}

.mesure {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    float:left;
}
#mes_ph {
    background-color: lightgreen;
}
#mes_prod {
    background-color: lightcoral;
}
#mes_sel {
    background-color: lightsalmon;
}
#mes_tmp {
    background-color: lightcyan;
}
#mes_chlore {
    background-color: #ffff99;
}