/* DYNPOPUP (Popup dynamique) */


/************************************/
/* Styles pour affichage des textes */
/************************************/

*.std_gras {
	font-size: 12px;
	font-weight: bold;
}

*.gros_gras {
	font-size: 20px;
	font-weight: bold;
}

/**************************/
/* Styles pour les popups */
/**************************/

#wait {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #FFFF00;
	left: 0px;
	top: 0px;
	z-index: 0;
	visibility: hidden;
	background: url(../../../../images/OLIVERAS/images_site/noir.png);
}
