﻿body 
{
    background-color:#ffffff;    
    color: #89A9DB;            
    font-family: Helvetica; 
    font-size: 14px;
    margin: 0;
    padding:0;                 
}
#entete {
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #3d5b8a;
    display: block;
    background-color: #4d6b9a;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 320px;
    height: 102px;
}
#entete_recherche
{
    margin: 0;
    padding: 0;    
    display: block;
    position:absolute;
    left:40px;
    top:10px;
    width:250px;
    height:45px;
    z-index:10;
}
#entete_suppression
{
    margin: 0;
    padding: 0;    
    display: block;
    position:absolute;
    left:215px;
    top:10px;
    width:25px;
    height:23px;
    z-index:20;
}
#entete_rechercher
{
    margin: 0;
    padding: 0;    
    display: block;
    position:absolute;
    left:240px;
    top:10px;
    width:37px;
    height:23px;
    z-index:30;
}
#entete_villes
{
    margin: 0;
    padding: 0;    
    display: block;
    position:absolute;
    left:40px;
    top:65px;
}
#entete_position
{
    margin: 0;
    padding: 0;    
    display: block;
    position:absolute;
    left:250px;
    top:67px;
}
.titre
{
    font-size:28px;
    font-weight:bold;
    color:#000000;
}
.bouton
{
    font-size:16px;
}
.zone_recherche
{
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #89A9DB;
    font-size: 16px;
    color: #89A9DB;
    height: 23px;
    width: 190px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    padding-left: 6px;
}
.champ_texte
{
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #89A9DB;
    font-size: 16px;
    height: 23px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    padding-left: 6px;
}
.ville_recherche
{
    font-size: 14px;
    padding: 10px 6px 6px 6px;
}
.entreprise
{
    width:100%;
}
.encadre_haut
{
    background-color: #e4e263;
    border-top: 1px solid #acacac;
    border-left: 1px solid #acacac;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #cccccc;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    padding: 6px;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
}
.encadre_milieu
{
    background-color:#e4e263;
    border-left:1px solid #acacac;
    border-right:1px solid #acacac;
    border-bottom:1px solid #cccccc;
    padding:6px;
    text-align:center;
    width:110px;
    white-space: nowrap;
    font-size: 13px;
}
.encadre_bas
{
    background-color:#e4e263;
    border-bottom:1px solid #acacac;
    border-left:1px solid #acacac;
    border-right:1px solid #acacac;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    padding:6px;
    text-align:center;
    width:110px;
    white-space: nowrap;
    font-size: 13px;
}
.separ_activite
{
    background-color:#e4e263;
    border-bottom:1px solid #acacac;
    border-top:1px solid #acacac;
    padding:6px;
    text-align:center;
    width:290px;
    font-size: 15px;
    font-style:italic;
    font-weight:bold;
}
#resultat {
    margin:10px;
    position:absolute;
    left:0px;
    top:101px;
    width:300px;
}

#resultat_sans_entete {
    margin:10px;
    position:absolute;
    left:0px;
    top:10px;
    width:300px;
}
.pied {
    margin: 0;
    padding: 0;
    color: #4c566c;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}
.pied a {
    color: #4c566c;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ffffff;
}
