/*******************************************/
/*******************************************/
/*********** DIV ALERTE    ***********/
#alerte {
	position: absolute;
	top: 120px;
	left:50%;
	margin-left: -160px;
	z-index: 30;
	display: none;
}
.alerte_top {
	width: 394px;
	height: 58px;
	background: url(/img/alertes/alerte_top.png) no-repeat;
	font-size: 1px;
}
.alerte_close {
	padding: 13px 0px 0px 377px;
}
.alerte_middle {
	width: 279px;
	padding: 30px 90px 0px 25px;
	min-height: 300px;
	color: #333333;
	background: url(/img/alertes/alerte_middle.png) no-repeat;
}
.alerte_action {
	width: 400px;
	min-height: 145px;
	padding: 10px 40px 0px 15px;
	color: #333333;
	background: url(/img/alertes/alerte_middle.png) no-repeat;
}
.alerte_bottom {
	width: 394px;
	height: 35px;
	background: url(/img/alertes/alerte_bottom.png) no-repeat;
}

/*******************************************/
/*******************************************/
/*********** DIV CONFIRMATION    ***********/
#confirmation {
	position: absolute;
	top: 120px;
	left:50%;
	margin-left: -160px;
	z-index: 30;
	display: none;
}

.confirmation_top {
	width: 394px;
	height: 58px;
	background: url(/img/alertes/alerte_top.png) no-repeat;
	font-size: 1px;
}

.confirmation_close {
	padding: 13px 0px 0px 377px;
}

.confirmation_middle {
	width: 279px;
	padding: 30px 90px 0px 25px;
	min-height: 300px;
	color: #333333;
	background: url(/img/alertes/alerte_middle.png) no-repeat;
}

.confirmation_action {
	width: 400px;
	min-height: 145px;
	padding: 10px 40px 0px 15px;
	color: #333333;
	background: url(/img/alertes/alerte_middle.png) no-repeat;
}

.confirmation_bottom {
	width: 394px;
	height: 35px;
	background: url(/img/alertes/alerte_bottom.png) no-repeat;
}

/*******************************************/
/*******************************************/
/*********** DIV PROMPT    ***********/
#prompt {
	position: absolute;
	top: 120px;
	left:50%;
	margin-left: -160px;
	z-index: 30;
	display: none;
}

.prompt_top {
	width: 394px;
	height: 58px;
	background: url(/img/alertes/alerte_top.png) no-repeat;
	font-size: 1px;
}

.prompt_close {
	padding: 13px 0px 0px 377px;
}

.prompt_middle {
	width: 279px;
	padding: 30px 90px 0px 25px;
	min-height: 300px;
	color: #333333;
	background: url(/img/alertes/alerte_middle.png) no-repeat;
}

.prompt_action {
	width: 400px;
	min-height: 145px;
	padding: 10px 40px 0px 15px;
	color: #333333;
	background: url(/img/alertes/alerte_middle.png) no-repeat;
}

.prompt_bottom {
	width: 394px;
	height: 35px;
	background: url(/img/alertes/alerte_bottom.png) no-repeat;
}