/*
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;
    font-size:.75em;
    vertical-align:middle;
 /*   border-radius: 6px; */
    min-width: 80px;
/*    padding:5px 15px; */
    padding-top:5px;
    padding-left:15px;
    padding-bottom: 5px;
    padding-right:15px;
    line-height:20px; /* centrage vertical */
    text-align:center; /* centrage horizontal */ 
/*    margin-left:1px;
    margin-right:1px;*/
    white-space: nowrap;
}

a.flatmenubarmini, a.flatmenubarmini:hover
{
    float:left;
    font-weight:normal;
    vertical-align:middle;
/*    min-width: 80px; */
    padding-top:2px;
    padding-left:5px;
    padding-bottom: 2px;
    padding-right:5px;
    line-height:20px; /* centrage vertical */
    text-align:center; /* centrage horizontal */ 
/*    margin-left:1px;
    margin-right:1px;*/
    white-space: nowrap;
}

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

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

span.flatmenubar
{
    font-size: 100%;
}

a.button_color
{
    background-color: #4a4a49; /*#f99da4;*/ 
    color: white; /*#3c3c3b;*/
}

a.button_color:hover
{
/*    opacity:0.5;*/
    background-color: #EEE;
    color:#111;
}

a.button_active
{
    background-color: red;
    color:white;   
}
