#popup {
	position: absolute;
	position: fixed;
	background-color: #ffffff;
	width: 100%;
	text-align:left;
	z-index:1000;
	opacity: 0.9;
	text-align: center;
	font-size: 1.5em;
	border-bottom: 3px solid #92191c;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande, Lucida, 'Luxi sans', sans-serif;
	top: 0;
	left:0;
	font-weight: bold;
	}

#popup a {
	color: #ffffff;
	display:block;
	padding:10px;
	background-color:#92191c;
	}

#popup.petit a {
	padding:5px 10px 5px 10px;
	}

#popup a:hover {
	color: #92191c;
	background-color:#ebe8ca;
	text-decoration:none;
	}

#popup.petit {
	width: auto;
	top: 10px;
	left: 10px;
	font-size: 1em;
	border: 1px solid #92191c;
	padding: 2px;
	}