#pop{ /* fausse popup */
position:absolute;
left:3px;
top:5px;
margin-left: -250px;  /* moitie de width */
left: 50%;   ;
display:none;
z-index:200;
border: solid 2px black;
}
#tet{ /* titre */
cursor:move;
background-color:#e8e6da;
font-family: "Times New Roman", Times, serif;
color: #494948;
font-size:14px;
padding:0 20px 0 .5em;
font-weight:bold;
}
#tet img{ /* croix pour fermer */
position:absolute;
right:0;
top:0;
height:14px;
width:16px;
cursor:default;
margin:2px 1px 1px;
border:0;
}