/*
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
*/



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

#detailCarburants{
    height : 400px;
    
}

#selectDetailCarburants{
    text-align : left ;
}

#btnDetailCarburants{
    text-align : right ;
}

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

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

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

#tableHistoriqueTarifCarburants{
    height : 300px;
    overflow-y: scroll; 
    
}


