/*
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;
    min-width: 80px;
    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;
    color: white;
    text-decoration: none;
}

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: /*#81dee5;*/ /*#ff495b;*/ #e30613;
    color: /*#4a4a49;*/ 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: #e74011; */
    background-color:#d35400;
    color:white;
}
