/*
Ne peut être effacé / Can not be removed
Application propiétaire: voir licence.txt
développé par sébastien Le Goff
copyright © Sébastien Le Goff
*/
#menu{
   position:absolute;
   top:40px;
   left:0px;
   width:655px;
   padding:5px;
   text-align:center;
   border-style:solid; 
   border-width:1px; 
   border-color:#800000;
}
#menu img{
   border:0;
   margin:1px;
}
#poupee{
   position:absolute;
   top:100px;
   left:0px;
   border-style:solid; 
   border-width:1px; 
   border-color:#800000;
   width:150px;
   height:290px;
}
#poupee img{
   border:0;
}
#poupee div{
   position:absolute;
}
#action{
   position:absolute;
   top: 395px;
   left: 0px;
   width:150px;
   padding:5px;
   text-align:center;
   border-style:solid; 
   border-width:1px; 
   border-color:#800000;
   height:235px;
}
#action img{
   border:0;
   margin:1px;
}
#panel{
   position:absolute;
   top:100px;
   left:160px;
   border-style:solid; 
   border-width:1px; 
   border-color:#800000;
   width:500px;
   height:530px;
   overflow:auto;
   background: #ffffff;
}
#panel img{
   margin:5px;
}
