div#main_agences {
    position: relative;
    top: 15px; 
    width: 536px;
    height: 510px;
}


.main_agences img {
  
}

.place_est p {
   position: absolute;
   top: 1px;
   left: 20px;
   margin:0px;
}

.place_ouest p {
   position: absolute;
   top: 1px;
   left: 0px;
   margin:0px;
}

div.place_est {
    position: absolute;
    width: 120px;
    height: 17px;
    background-image: url("../images/carte/bullet_off.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: black;                                                                                                                                                                                                                                                                                          
    font: normal 11px Arial;
    cursor: pointer;
}

div.place_ouest {
    position: absolute;
    width: 105px;
    height: 17px;
    background-image: url("../images/carte/bullet_off.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: black;                                                                                                                                                                                                                                                                                          
    font: normal 11px Arial;
    text-align: right;
    cursor: pointer;
}

.place_est:hover,
.place_ouest:hover {
    background-image: url("../images/carte/bullet_on.png");
    color: red;
}

#agence_box {
    position: absolute;
    top: 20px;
    left: 320px;
    width: 214px;
    height: 430px;
    background-image: url("../images/carte/bg_box_2.png");
    background-position: left top;
    background-repeat: no-repeat;  
}

#liens_box {
    position: absolute;
    top: 35px;
    left: 320px;
    width: 214px;
    height: 405px;
    background-image: url("../images/carte/bg_box.png");
    background-position: left top;
    background-repeat: no-repeat;  
}

#main_agences h1 {
    display: block;
    position: absolute;
    top: 4px;
    text-align: center;
    color: black;
    font: normal 18px Arial;
}

#main_agences h4 {
    display: block;
    position: relative;
    top: 7px;
    text-align: center;
    color: black;
    font: normal 12px Arial;
}

#main_agences h2 {
    display: block;
    position: relative;
    top: 7px;
    text-align: center;
    color: black;
    font: normal 12px Arial;
}

div#content_links {
position: relative;
top: 22px;
left: 16px;
width: 190px;
height: 320px;
}

#content_links li {
    background: url(../images/carte/picto_hc2.png) left 6px no-repeat; 
    padding:9px 0px 5px 28px; 
    width: 160px; 
    list-style-type:none; 
}

#content_links a:link {
    color: black;
    text-decoration: none;
}

#content_links a:visited {
    color: black;
    text-decoration: none;
}

#content_links a:hover {
    color: red;
    text-decoration: none;
}



div#main_details_agence {
    position: relative;
    top: 15px; 
    width: 536px;
    height: 510px;
}

#main_details_agence h1 {
    display: block;
    position: relative;
    top: 4px;
    text-align: center;
    color: black;
    font: normal 24px Arial;
}

#main_details_agence h2 {
    display: block;
    position: relative;
    top: 4px;
    text-align: center;
    color: black;
    font: normal 18px Arial;
}

div#infos_agence_box {
    position: absolute;
    top: 3px;
    left: 12px;
    width: 191px;
    height: 400px;
}

#infos_agence_box h3 {
     position: relative;
     top: 4px;
     text-align: center; 
     font-size: 15px;
     font-weight: normal;
}

#infos_agence_box blockquote {
    position: relative;
    top: 40px;
    height: 150px;
}

#infos_agence_box h4 {
     position: relative;
     top: 30px;
     text-align: left; 
     font-size: 11px;
}

img#map {
    position: relative;
    top: 40px;
    border: 1px solid black;
    padding: 4px;

}

#infos_agence_box h5 {
     position: relative;
     top: 70px; 
     left: 110px;
     font-size: 13px;
}

#infos_agence_box a:link {
    color: black;
    text-decoration: none;
}

#infos_agence_box a:visited {
    color: black;
    text-decoration: none;
}

#infos_agence_box a:hover {
    color: black;
    text-decoration: underline;
}

div#text_main_box {
    position: absolute;
    top: 545px;
    left: 0px;
    width: 535px;
    height: 296px;
    background-image: url("../images/carte/bg_box_text.png");
}

div#text_box {
    position: absolute;
    top: 5px;
    left: 40px;
    width: 455px;
    height: 275px;
    padding-right: 10px;
    text-align: justify;
    overflow: auto;
}

div.retour {
    position: absolute;
    top: 0px;
    left: 322px;
    width: 140px;
    height: 15px;
    background: url(../images/black_arrow_left.png) left 6px no-repeat;
    padding: 2px 0 0 10px;
    font-size: 11px;
}

.retour a:link {
    color: black;
    text-decoration: none;
}

.retour a:visited {
    color: black;
    text-decoration: none;
}

.retour a:hover {
    color: red;
    text-decoration: none;
}

.margeb	{margin-bottom:10px;}

#fil	{font-size:0.8em;}
#fil a	{color:#000;}


