﻿#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/questions/plan_site/small_plan_site2010.jpg');
}
#viewField
{
    border: 1px solid #ff0033;
    color: #FF0000;
    width: 77px;
    height: 58px;
    position: relative;
    left: 0px;
    top: 0px;
}
.btnLegende img
{
    vertical-align:middle;
}
.pnlLegende
{
    font-size:0.8em;
    width:0px;
    height:0px;
    padding-left:15px;
    border:1px solid #000000;
    overflow:auto;
    position:absolute;
    left:230px;
    top:360px;
    z-index: 4;        
}
#btnFermer, #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:170px;
   height:55px;   
   margin:0 10px 10px 0;
   vertical-align:top;
   float:left;
   font-weight:bold;
}

ul.listeLegende li img
{
    float:left;
    margin:0 5px 0 0;
}
#instructionsCarte
{
    text-align:center;
    margin:15px;
}
#dragableElement
{
    cursor:move;
}


