/* CSS Document */

#pop1, #pop2 {
	position: absolute;
	display:none;
	width: 375px;
	top: 20px;
	left: 40px;
	border: double;
	background: #FFE5DE;
	z-index: 500;
}

#pop1 p, #pop2 p {
	margin: 0 0.3em;
}

#pop1 h1, #pop2 h1 {
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid black;
	background: white url() left top repeat-x;
	color: black;
}


.info {
	width: 360px;
	height: 25px;
	background: #3366CC;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	border: solid;
	left: 5px;
	right: 5px;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#003366;
	margin-top:0px;
	text-align: center;
	}

