#popup {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
position: absolute;
display: none;
top: 5em;
right: 10em;
width: 15em;
border: 3px solid black;
background: #F5D55E;
z-index: 500;
cursor: pointer;
font-size: 80%;
}
#popup p {
margin: 0.5em 0 0 0;
}
#popup h1 {
	font-size: 120%;
	color: #F5D55E;
	border-bottom: 1px solid black;
	background: #A4001D left top repeat-x;
	color: #F5D55E;
	text-align: center;
	margin: 0em 0 0 0;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
.texte {
	font-size: 80%;
	color: #000000;
	margin: 0.5em 0 0 0;
}
.fermer {
margin: 0.5em 0 0 0;
border-top: 1px solid black;
background: black left top repeat-x;
color: #FFFFFF;
text-align: center;
}
