body { /* ascenceurs */
 scrollbar-face-color: #006699; 
 scrollbar-shadow-color: #000000;
 scrollbar-highlight-color: silver;
 scrollbar-3dlight-color: silver; 
 scrollbar-darkshadow-color: black; 
 scrollbar-track-color: #3385ad; 
 scrollbar-arrow-color: silver;
 background-color: white;
 color: #000040;
 color: black;
 font-family: arial, sans-serif, helvetica;
 font-size: 10pt;
}

#pop{ /* fenêtre */
position:absolute;
cursor:move;
left:3px;
top:3px;
display:none;
z-index:200;
background-color:#FFF;
border:3px outset;
}
#tet{ /* titre */
font:16px verdana, arial, sans-serif;
font-weight:bold;
color:white;
background-color:#006699;
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;
}
/*liens avec vignette*/
a.vig:hover,a.vig:focus{background:transparent;moz-opacity:.7;opacity:.7;}

a { color:#006699; text-decoration:underline;}
a:link { color:#006699; text-decoration:underline;}
a:hover { color:#006699; text-decoration:none; }


