/*
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 : 26 nov. 2015, 09:49:32
    Author     : xavier
*/

a.flatmenubar, a.flatmenubar:hover {
    float:left;
    font-weight:normal;
    vertical-align:middle;
    border-radius: 6px;
    min-width: 170px;
    padding:6px 19px;
    line-height:30px; /* centrage vertical */
    text-align:center; /* centrage horizontal */ 
    margin-left:3px;
    margin-right:3px;
    white-space: nowrap;
}

a.flatmenubarsmall, a.flatmenubarsmall:hover {
    float:left;
    font-weight:normal;
    vertical-align:middle;
    font-size:9pt;
    border-radius: 4px;
    min-width: 80px;
    padding:5px 15px 5px 15px;
    line-height:20px; /* centrage vertical */
    text-align:center; /* centrage horizontal */ 
    white-space: nowrap;
    margin-top:2px;
    margin-right: 2px;
}

a.flatmenubartop, a.flatmenubartop:hover {
    float:left;
    font-weight:normal;
    vertical-align:middle;
    min-width: 100px;
    height:30px;
    padding:5px 15px;
    line-height:30px; /* centrage vertical */
    text-align:center; /* centrage horizontal */ 
    white-space: nowrap;
}

a.flatbtn, a.flatbtn:hover {
    float:left;
    font-weight:normal;
    vertical-align:middle;
    padding:3px;
    line-height:20px; /* centrage vertical */
    text-align:center; /* centrage horizontal */ 
    margin-left:3px;
    margin-right:3px;
    white-space: nowrap;
}

a.button_color {
    background-color: #509da9; /*#42818b;*/ /*#5fb9c7;*/
    color:white;
}

a.turquoise {
    background-color: #16a085;
    color:white;
}

a.turquoise:hover {
    background-color: #1abc9c;
    color:white;
}

a.green {
    background-color: #27ae60;
    color:white;
}

a.green:hover {
    background-color: #2ecc71;
    color:white;
}

a.orange {
    background-color: #d35400;
    color:white;
}

a.orange:hover {
    background-color: #e67e22;
    color:white;
}

a.blue {
    background-color: #2980b9;
    color:white;
}

a.blue:hover {
    background-color: #3498db;
    color:white;
}

a.red {
    background-color: #c0392b;
    color:white;
}

a.red:hover {
    background-color: #e74c3c;
    color:white;
}

a.darkgrey {
    background-color: #7f8c8d;
    color:white;
}

a.darkgrey:hover {
    background-color: #95a5a6;
    color:white;
}

a.violet {
    background-color: #8e44ad;
    color:white;
}

a.violet:hover {
    background-color: #9b59b6;
    color:white;
}

a.orangereverse {
    background-color: #ef7d00;
    color:white;
}

a.orangereverse:hover {
    background-color:#d35400;
    color:white;
}
