﻿@font-face { 

font-family : "Decker"; 
src : url("/fonts/Decker.ttf"); 
font-style : normal; 
} 


.divMainMaster
{
    border-right-style: solid ;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CCCCCC;
}

.divTopHeaderFR
{
    background-image : url('/Images/FR/Menu/TopHeader.jpg');
    padding-top : 5px;
}

.divTopHeaderEN
{
    background-image : url('/Images/EN/Menu/TopHeader.jpg');
    height : 103px;
    padding-top : 5px;
}

.divSwitchLangue
{
    padding-top : 5px;
    padding-bottom : 10px;
    color : white;
    font-weight : lighter ;
}

.divLeftHeader
{
    float: left;
    width  : 22%; 
}

.divLeftHeaderInsider
{
   min-height : 75px;
}

.divRightHeader
{
    width : 77%;
    float: left;
}


.divSwitchLangue a 
{
    color : white;
}

.divSwitchLangue a:hover 
{
   text-decoration: underline;
}



.divAlignRightHeader 
{
    text-align : right; 
    padding-right : 5px;
    color: White;
    font-size : 12px;
    font-weight : bold ;
    line-height : 20px;
}


.divLeftHeaderLogo
{
    float: left; 
    width  : 22%;
}

.divLogo
{
    padding-top : 8px;
    padding-left : 2px;
    font: 10px Arial, Helvetica, Sans-serif;
    text-align : center ;
    color : #d27b40;
}

.divFax
{
    width : 77%;
    float: left; 
    text-align : right ;  
    padding-right : 5px;
    color: White;
    font-size : 12px;
    font-weight : bold ;
    line-height : 20px;
}

.divFooter
{
    border-color: #678d13;
    font-size: 9px;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top : 5px;
}

