/* pour le pop up   
Remarque:le container de pop up doit avoir height:100%
*/


#cache {
 padding: 0; margin:0; Z-INDEX: 10000; VISIBILITY: visible; width:100%; display:none;
   height:100%; BACKGROUND-COLOR: #000;opacity: .50; moz-opacity: .50;filter: alpha(opacity = 50);
position: fixed;  top: 0px;} 
#quotation{
 Z-INDEX: 1000000; VISIBILITY: visible;BACKGROUND-COLOR: #fff;
 PADDING: 10px;    width:700px;display:none; height:500px; 
  bottom:100px; overflow:auto; 
POSITION: fixed; TOP: 50px;  left:200px;
}

