/*                  La CSS du Popup                */
/* v0.1 copyright 2005 echavanon pour Neptune I.S. */

#popup img, #popup a{
    border:none;
    }

#popup h1, #popup h2, #popup h3{
    padding:0;
    color:#666;
    }
#popup a{
    display:inline;
    }
    
#popup {
    display:none;
    position: absolute;
    top: 50px;
    left: 25%;
    width: 550px;
    border: 1px solid #666;
    background:#fff;
    z-index: 500;   
    /*un petit trip css3 :)*/
    filter:alpha(opacity=96);
    -moz-opacity:.96;
    opacity:.96;
    }

#popup h1{
    text-align:center;    
    margin:0 0 0.5em 0;
    padding:0.2em;
    border:1px solid #666;
    color:#666;
    background:#F5F4EF;
    font-size:16px;
    }

#popup h2{
    font-size:12px;
    font-weight:bold;
    margin:0.5em 0 0 0.5em;
    }
    
#popup p{
    text-align:justify;
    margin:0.5em 0 0 0;
    padding:0.2em 0.5em;
    }

#popup hr{
    color:#666; /*IE*/
    background-color:#666;
    height:1px;
    margin:1em 2em;
    }
    
#popup p.first{
    margin:2em 0 0 0;
    padding:0.2em 0.5em;
    }

#popup p.coord{
    padding-left:1.5em;
    color:#666;
    }
#popup p.neptune{
    background:url(neptunebg.gif) 20px center no-repeat;
    padding-left:100px;
    }    

ul.images{
    list-style:none;
    margin:0.5em;;
    padding:0;
    float:left;
    width:100px;
    }

#popup ul.images li{
    list-style:none;
}

#popup ul.images li a{
    display:block;
    margin: 0.6em 0;
    }
ul.images li span{
    display:none;
    }
ul.images li a.css{
    width:80px;
    height:15px;
    background:url(link_css.png) left center no-repeat;
    }

ul.images li a.html{
    width:80px;
    height:15px;
    background:url(link_html.png) left center no-repeat;
    }
    
ul.images li a.ff{
    width:88px;
    height:31px;
    background:url(link_firefox.png) left center no-repeat;
    }

ul.images li a.flash{
    width:88px;
    height:31px;
    background:url(link_flash.gif) left center no-repeat;
    }


a#close{
    display:block;
    text-align:center;
    margin:0.5em;
    }


a#close:hover{
    background:#F5F4EF
    }
