﻿#ListeAdressesRecherche li
{
    list-style-type: none;
    margin: 5px 0px 0px 10px;
    padding: 0;
    height: 25px;
    border-style: dotted;
    border-width: 1px;
    width: 380px;
}

#resultatsPage
{
    display: block;
    position: absolute;
    top: 75px;
    margin: 0;
    padding: 0;
    display: block; 
    width: 420px; 
    height: 20px; 
    border: solid 1px #000000;
    border-bottom-style: none;
    background-color: #ffffff;
}

#AucunResultatRecherche
{
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    color: Red;
    font-weight: bold;
}

#RechercheEnCours
{
    display: none;
    position: absolute;
    top: 5px;
    left: 10px;
    color: Green;
    font-weight: bold;
}

#pageNext
{
    display: none;
    position: absolute;
    top: 5px;
    left: 300px;
    text-decoration: underline;
    color: Blue;
}

#pageBack
{
    display: none;
    position: absolute;
    top: 5px;
    left: 10px;
    text-decoration: underline;
    color: Blue;
}

#ListeAdressesRecherche
{
    display: block;
    position: absolute;
    top: 95px;
    margin: 0;
    padding: 0;
    display: block; 
    width: 420px; 
    height: 175px; 
    border: solid 1px #000000;
    border-top-style: none;
    overflow: auto;
    background-color: #ffffff;
}

#ListeAdressesSelection li
{
    list-style-type: none;
    margin: 5px 0px 0px 10px;
    padding: 0;
    height: 25px;
    border-style: dotted;
    border-width: 1px;
    width: 380px;
}

#itineraireCourantFrame
{
    display: block;
    position: absolute;
    top: 280px;
    margin: 0;
    padding: 0;
    display: block; 
    width: 420px; 
    height: 20px; 
    border: solid 1px #000000;
    border-bottom-style: none;
    background-color: #ffffff;
}

#itineraireCourantTitre
{
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    color: Green;
    font-weight: bold;
}

#ListeAdressesSelection
{
    display: block;
    position: absolute;
    top: 300px;
    margin: 0;
    padding: 0;
    display: block; 
    width: 420px; 
    height: 181px; 
    border: solid 1px #000000;
    border-top-style: none;
    overflow: auto;
    background-color: #ffffff;
}

