﻿#outerDiv
{
    height: 600px;
    width: 780px;
    border: 1px solid black;
    position: relative;
    overflow: hidden;
    margin:0 auto 10px auto;
    z-index: 2;    
}
#innerDiv
{
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
}
#smallMap
{
    border: 1px solid #ff0033;
    width: 150px;
    height: 100px;
    position: absolute;
    top: 2px;
    left: 626px;
    z-index: 3;
    background-image: url('/images/plan_site/small_plan_site2010.jpg');
}
#viewField
{
    border: 1px solid #ff0033;
    color: #FF0000;
    width: 77px;
    height: 58px;
    position: relative;
    left: 0px;
    top: 0px;
}
#objetsPerdus
{
    text-align: right;
    padding: 10px; 
    font-weight:bold;
}
ul.listeLegende
{
    margin:15px 0 0 0;
    padding:0;
    list-style-type:none;
}
ul.listeLegende li
{
   width:190px;
   height:50px;   
   margin:0 10px 10px 0;
   float:left;
   font-weight:bold;
   font-size:11px;
}

ul.listeLegende li img
{
    float:left;
    margin:-5px 5px 0 0;
}
#instructionsCarte
{
    text-align:center;
    margin:15px;
}
#liensCartes
{
    margin:0 0 0 80px;
}
#liensCartes a
{
    text-decoration:underline;
    font-weight:bold;
}
#telObjetsTrouves
{
    text-align: right;
    font-weight: bold;
    margin: 15px 15px 0 0;
}


