/*------------------------------------------------------- POPUP*/

#contenant_pop-up {
	display:none;
	position:fixed;
	top:0px;
	/*position:absolute;
	top: 100px;*/
	height:100px;
	width: 100%;
	background-color: black;
}
#pop-up
{
	display:block;
	width:90%;
	height : 60px;
	padding:30px 0px 0px 0px;
	margin: auto;
	overflow:none;
	font-size: 26px;
	color:white;
	text-align : center;
}

#pop-up h2
{
	font-weight:bold;
	color:white;
}
/*
#lots
{
	padding: 5px;
	border-style: none;
}
#lots table
{
	margin: 10px;
	padding: 10px;
}
#lots td.image
{
	width: 125px;
}
#lots td.text
{
	width: 400px;
	padding-left: 5px;
	padding: 5px;
	border-style: solid;
	border-left-width: 1px;
	vertical-align: top;
}
*/
#gray_bg
{
	display:none;
	position:fixed;
	top: 0px;
	left: 0px;
	height: inherit;
	width:100%;
	background-image:url('../images/modal_bg.png');
}
