﻿ .menu
  {
   position:relative;
   background-color:#C1D3E1;
   border:1px solid darkblue;
   width:200;
   font-size:1em;
   font-family:arial;
   font:bold;
   position:absolute;
   cursor:hand;
  }

  .menu_droite 
  { 
    padding:20;
    line-heigh:2em;
    width:15em;
    text-align:left;
    float:right;
    height:15em
   }
   
  .item_panel
  {
    width:200;
    border-left:1px solid darkblue;
    border-right:1px solid darkblue;
    clip:rect(0,200,0,0);
    position:absolute;
  }

  .item_panel a
  {
   text-decoration:none;
   color:#003399;
   cursor:hand;
  }

  .item
  {
   background-color:#f2f7f9;
   width:198px;
   font-size:1em;
   font-family:arial;
  }
  .space {line-height:14px}
  DIV.Section1 {
	page: Section1;
}

