﻿.banner h1 {
    text-indent: -1000px; /*Hide Text if CSS used*/
}

/* -------------- Menu ---------------- */

.bannerTabs .tab a {
    color: #f0ffe8;
    text-decoration: none;
}

.bannerTabs .tab:active, .bannerTabs .tabSelected {
    display: inline;
    /*border: 1px solid #5a913a;*/
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin: 4px 3px 0px 3px;
    padding: 3px 0.5em 2px 0.5em;
    font-weight: bold;
    position: relative;
    top: 1px;
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff; /* set border color to page background color */
}

    .bannerTabs .tab:active a, .bannerTabs .tabSelected a {
        color: #969696;
        text-decoration: none;
    }

.menu {
    padding: 15px;
}

    .menu.floatRight {
        float: right;
    }

.bannerRight table {
    width: 100%;
    table-layout: fixed;
}

.bannerRight td {
    text-align: center;
}

.menu.floatRight {
    text-align: end;
}

menu.floatRight img {
    padding-right: 30px;
    width: 40px;
}

@media screen and (min-width: 700px) and (max-width: 1000px) {
    .menu {
        font-size: 30px;
    }

    .txtBienvenue {
        display: none;
    }
}

@media only screen and (max-width:700px) {
    .txtBienvenue {
        display: none;
    }
}