
.popup
{
	position:absolute;
	visibility:hidden;
}

.popup_cadre
{
	border:1px solid gray;
	background-color:#000000;
}


.popup_titre_cadre
{
	text-align:center;
	height:20px;
	font-size:small;
}

.popup_fermeture
{
	float:right;
	background:url('images/croix.gif');
	cursor:pointer;
	width:17px;
	height:15px;
	margin:0px;
}

.popup_titre_texte
{
	color:#FFD07D;
}


.popup_soustitre
{
	text-align:center;
	height:20px;
	font-size:small;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
}


.popup_corps
{
	text-align:center;
	overflow:auto;
	margin-bottom:3px;
	/* L'attribut height est fixé par le javascript (total - 20) */
}



#infobulle
{
	position: absolute;
	display: none;
	z-index: 1000;
	
	border: 1px solid white;
  	background-color: black;
  	font-size:0.8em;
  	padding:5px;
}

#ajax_wait
{
	position:absolute;
	display:none;
	z-index:1001;
	background-color:black;
	border:1px solid white;
	padding:3px;
}

