/*
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 : 11 sept. 2017, 09:59:22
    Author     : rlo
*/

.btnCheckCamion
{
   
    width: 15px;
    height: 17px;
    border: 1px;
    padding:1px;
    margin:0;
}

#listeCamions{
    height : 400px;
    overflow-y: scroll; 
}

#detailCamions{
    height : 400px;
    
}

#selectDetailCamions{
    text-align : left ;
}

#btnDetailCamions{
    text-align : right ;
}

.formCamions{
    padding:2px;
    text-align:left ;
}

.ValidFormCamions{
    padding-top : 5px;
    text-align : right ;
}

#tableCuvesCamions{
    height : 230px;
    width:270px;
}


