﻿.divConfirm {
	position: absolute;  
	border: 1px solid #999;
	
	border-radius: 6px;
	padding:10px;
    background:#fff;
	
    width:540px;
    height:0px;

	display:none;
    box-shadow: 8px 8px 12px #aaa;
    z-index:60;
}
.divConfirm > div
{
    text-align:center;
}

.divConfirmTitre{
    text-align:center;
    padding:24px;
    margin-top:24px;
    font-size:24px;
    height:100px;
}

.panelFlou
{
    position: absolute;
    height: 100%; 
    width: 100%;
	background-color:White;
	 opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 50;
    top:0;
}