/*                  La CSS du Popup                */
/* copyright 2005 echavanon pour Neptune I.S.      */

#popup {
    display:none;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left:-275px;
    width: 550px;
    border: 1px solid #c12302;
    background:#fff;
    z-index: 500;
    /*un petit trip css3 :)*/
    filter:alpha(opacity=94);
    -moz-opacity:.94;
    opacity:.94;
    }

#popup img, #popup a{
    border:none;
    }

#popup h1, #popup h2, #popup h3{
    padding:0;
    color:#666;
    }
#popup a{
    display:inline;
    }

#popup h1{
    text-align:center;
    margin:0 0 10px 0;
    padding:0.2em;
    border-bottom:1px solid #c12302;
    background:#FFFFEF;
    color:black;
    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:1em 0 0 0;
    padding:0.2em 0.5em;
    }

#popup p.coord{
    padding-left:1.5em;
    color:#666;
    }
#popup p.neptune{
    background:url(images/popup_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 a{
    display:block;
    margin: 0.6em 0;
    }
ul.images li span{
    display:none;
    }
ul.images li a.css{
    width:80px;
    height:15px;
    background:url(images/popup_link_css.png) left center no-repeat;
    }

ul.images li a.html{
    width:80px;
    height:15px;
    background:url(images/popup_link_html.png) left center no-repeat;
    }

ul.images li a.ff{
    width:88px;
    height:31px;
    background:url(images/popup_link_firefox.png) left center no-repeat;
    }

a#close{
    display:block;
    text-align:center;
    margin:0.5em;
    }


a#close:hover{
    background:#F5F4EF
    }
