/* CSS Document */
/*----- Message pop-up ---- */
.msgoverlay {
	display: none;
	z-index: 10000;
	background-color: #333333;
	border: 1px solid #666666;
	margin: 0 auto;
	color: #ffffff;	
	padding: 10px;
	text-align: justify;
    /* CSS3 non dEfinitif */
	-moz-box-shadow: 0 0 20px 5px #000000;
	-webkit-box-shadow: 0 0 20px #000000;
}
.msgavert {
	width: 500px;
}
.msgplus {
	width: 800px;
}
.msgoverlay .close, .modal .close {
	background-image: url(../images/multilng/globale/btnclose.gif);
	position: absolute;
	right: -5px;
	top: -5px;
	cursor: pointer;
	height: 20px;
	width: 20px;
}

.msgoverlay ul {
    list-style-type: disc;
    padding-left: 20px;
}
.msgoverlay p {
	padding-bottom: 8px;
}

