#pop { /* fenêtre */
position: absolute;
cursor: move;
left: 3px;
top: 3px;
display: none;
z-index: 200;
background-color: #FFFFFF;
border: 2px solid gray;
}

#tet { /* titre */
font-size: 12px;
font-family: "Comic Sans MS", "Times New Roman", Times, serif;
color: white;
background-color: #0a390e;
padding: 0 20px 0 .5em;
white-space: nowrap;
}

#croix { /* croix pour fermer */
position: absolute;
margin: 0;
border: 0;
right: 0;
top: 0;
padding: 0;
height: 14px;
width: 16px;
cursor: pointer;
}

#msg { /*message "chargement" */
position: absolute;
font-size: 16px;
z-index: 500;
color: white;
background: #0a390e;
padding: 5px;
display: none
}

