@charset "utf-8";
/* CSS Document */

.popup{
	padding-left:15px;
	padding-right:15px;
	position:absolute;
	width:720px !important;
	height :450px !important;
	margin-left:400px;
	top:50%;
	left:50%;
	border-width: 2px;
	border-style: dotted;
	border-color: #09F;
	background-color:#666;
	border-radius: 5px 5px 5px 5px;
	float: left;
	opacity:0.8;
}

.p-titrePopup-styl {
	text-align: center;
	font-size: 24px;
	color: #F60;
	text-transform: uppercase;
	font-weight: 400;
}
.p-textePopup {
	color: #FFF!important;
	font-size: 15px;
}
.H3-titrePopup {
	color: #F33 !important;
	text-transform:uppercase;
	text-align: center;
}
.H3-titrePopup-vert {
	color: #0C9!important;
	text-transform:uppercase;
	font-size:24px;
}
.p-titrePopup-styl-fermer {
	text-align: center;
	color: #FFF;
	font-weight: 400;
	
}
.p-titrePopup-styl-fermer-ICI {
	color: #F30;
	padding:5px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	border-bottom-left-radius : 20px;
    border-bottom-right-radius : 20px;
    border-top-left-radius : 20px;
    border-top-right-radius : 20px;
	background-color:#CCC;
}
