.popupBg
{
	position:fixed;
	top:0;
	left:0;
	
	/* IE 6 */
	_position: absolute;
	_top:expression(fixed_top(this,0));
	_left:expression(fixed_right(this,0));
	/* Fin IE 6 */
	
	width:100%;
	height:100%;
	background:#336382;
	filter:alpha(opacity=75);
	opacity:.75;
}
.popup
{

	position:fixed;
	top: 50%;
	left:50%;
	width:784px;
	height:440px;
	
	margin-top:-220px;
	margin-left:-392px;

	/* IE 6 */
	_position: absolute;
	_top:expression(ie_top(this)/2);
	_left:expression(fixed_right(this,0)/2);
	_margin-top:expression(fixed_top(this,-220));
	/* Fin IE 6 */

	background:white;
}

.popupIn
{
	border:2px solid #0b80ab;
	height:426px;
	padding:5px;
	overflow:auto;
}
.alerte
{

	position:fixed;
	top: 50%;
	left:50%;
	width:300px;
	height:110px;
	
	margin-top:-55px;
	margin-left:-150px;

	/* IE 6 */
	_position: absolute;
	_top:expression(ie_top(this)/2);
	_left:expression(fixed_right(this,0)/2);
	_margin-top:expression(fixed_top(this,-55));
	/* Fin IE 6 */

	background:white;
}
.alerteIn
{
	border:2px solid #0b80ab;
	height:86px;
	overflow:hidden;
	padding:10px;
    text-align: center;
}
.alertContent
{
	padding-top:10%;
	padding-bottom:10%;
}
