﻿#Header
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 930px;
    height: 70px;
}

#logo
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 70px;
    width: 156px;
    border-style: none;
}

.txtSendMail
{
    background-color: #ffffff;
    width: 400px;
    cursor: text;
}

#logoItineraire
{
    display: block;
    position: absolute;
    top: 0px;
    left: 180px;
    height: 70px;
    width: 159px;
    border-style: none;
}

#RetourSiteDuplessis
{
    display: block;
    position: absolute;
    top: 10px;
    left: 700px;
    width: 230px;
    text-align: right;
    font-family: Verdana;
    font-size: 11px;
}

#SendItineraire
{
    display: block;
    position: absolute;
    top: 40px;
    left: 700px;
    width: 230px;
    text-align: right;
    font-family: Verdana;
    font-size: 11px;
}

#MapFrame
{
    display: block;
    width: 500px;
    height: 511px;
    position: absolute;
    top: 70px;
    left: 0px;
    background-color: #dfddc8;
}

#RechercheAdressesFrame
{
    display: block;
    position: absolute;
    top: 70px;
    left: 510px;
    width: 420px;
    height: 511px;
    border-style: none;
}

#btnZoom
{
    display: block;
    position: absolute;
    top: 30px;
    left: 424px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

#btnPrintDirections
{
    display: block;
    position: absolute;
    top: 30px;
    left: 468px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

#btnPrintRetour
{
    display: none;
    position: absolute;
    top: 40px;
    left: 502px;
    width: 100px;
    cursor: pointer;
}
