/*
    Document   : allotir
    Created on : 2 avr. 2013, 12:23:38
    Author     : john
    Description:
        Mise en page de l'interface d'allotissement.
*/

table.plateforme {
    border : 1px solid black;
    margin-bottom:20px;
    background-color:#dddddd;
    width:750px;
    border-spacing : 0px
}

table.plateforme tr td {
    border-bottom : 1px solid gray;
    padding : 3px;
}

table.plateforme tr th {
    font-weight:bold;
    text-align:center;
    padding : 3px;
}

table.plateforme tr.entete td {
    font-weight:bold;
    text-align:center;
    padding : 3px;
}

.barre_actions {
    padding : 10px 2px 10px 2px;
}

.barre_actions a {
    /*border : 1px solid #EE5526;
    border-left : 5px solid #EE5526;
    border-bottom : 5px solid #cc3303;
    border-radius: 10px;*/
    margin-right : 5px;
    padding : 2px 4px 2px 4px;
    background-color : #EE5526;
    color : #ffffff !important;
    font-weight : bold;
}

.barre_actions a:hover {
    background-color : #EDB8A8;
    color : #cc3303 !important;
}

#import_qtes_dipos {
    position : absolute;
    border : 1px  solid #aaaaaa;
    background-color : #eeeeee;
    padding : 2px 10px 10px 10px;
    width : 260px;
    margin : 5px 0px 0px 10px;
}