#pop {
display : none;
position : absolute;
left : 50%;
top : 50%;
margin-top : -250px;
margin-left : 230px;
width : 215px;
border : 4px double black;
background : #fff;
z-index : 500;
cursor : pointer;
font-size : 100%;
color : #555;
}

#pop img {
border:1px solid #333; 	
}

#pop a {
color : #444;
text-decoration : underline;
border-style : none;
}
#pop p {
margin : 0px;
}
#pop ul {
list-style-type : square;
padding-left : 15px;
margin-left: 0px;
margin-top : 5px;
margin-bottom : 7px;
}
#pop h1 {
background: #ddd url("images/fond-news.jpg");
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
border-bottom : 1px solid black;
color : black;
text-align : center;
font-variant: small-caps;
margin : 0px;
padding: 0px;
line-height: 20px;

margin-bottom: -5px;

}
#pop h2 {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : black;
text-align : center;
font-weight : bold;
margin: 8px 0px 3px;
padding: 0px;
}
#pop h2 a{
color: #000;
text-decoration : none;
}
.fermer {
margin : 0.5em 0 0 0;
border-top : 1px solid black;
background : white url(bottom.gif) repeat-x left top;
color : black;
text-align : center;
}
