/* CSS Document */

#pop {
display: none;
position: absolute;
top: 25em;
right: 2em; 
width: 25em;
border: 3px double black;
background: White url(./Images/top1.jpg) left top repeat;
z-index: 500;
cursor: pointer;
font-size: 90%;
}
#pop p {
font-size: 105%;
margin: 0 0.3em;
color: black;
}
#pop h1 {
font-size: 110%;
margin: 0 0 0.5em 0;
border-bottom: 1px solid black;
background: white url(./Images/top1.gif) left top repeat-x;
color: blue;
text-align: center;
}
.fermer {
margin: 0.5em 0 0 0;
border-top: 1px solid black;
background: white ;
color: blue;
text-align: center;
}
