﻿/*Index page*/

body
{
    background-color: #443833;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/peintureMagGen3.jpg);
}

.navFrench .navEnglish
{
    height: 140px;
    width: auto;
    color: #FEE97C;
    text-align: center;
    vertical-align: middle;
}

.navFrench a
{
    height: 140px;
    width: 200px;
    background-position: center center;
    float: left;
    text-align: center;
    text-decoration: none;
    vertical-align: text-bottom;
    color: white;
    background-image: url(../images/7782950-wooden-board-hanging-from-a-nail_2_francais1.png);
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
}

.navFrench a:hover
{
    font-weight: bold;
    color: black;
    background-image: url(../images/7782950-wooden-board-hanging-from-a-nail_2_francais2.png);
    background-repeat: no-repeat;
    font-weight: bold;
}

.navEnglish a
{
    height: 140px;
    width: 200px;
    background-position: center center;
    float: left;
    text-align: center;
    text-decoration: none;
    vertical-align: text-bottom;
    color: white;
    background-image: url(../images/7782950-wooden-board-hanging-from-a-nail_3English1.png);
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
}

.navEnglish a:hover
{
    font-weight: bold;
    color: black;
    background-image: url(../images/7782950-wooden-board-hanging-from-a-nail_3English2.png);
    background-repeat: no-repeat;
    font-weight: bold;
}
