#popup_fond {
	z-index: 10;
	left: 0px;
	top: 0px;
	height: 100%;
	position: absolute;
	display: none;
	width: 100%;
	background-color: black;
	opacity:0.9;
}

.popup {
	display: none;
	background-color: white;
	margin-left: -250px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	top: 150px;
	left: 50%;
	position: absolute;
	z-index: 11;
	border-color: black;
	border-width: 2px;
	border-style: solid;
	padding: 10px;
	width: 500px;
}

.popup_bouton_fermer {
	float: right;
	color: #ff0002;
}

.popup fieldset {
	background-color: #ebebeb;
	padding: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 30px;
	color: black;
}

.popup label {
	min-height: 15px;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #575757;
	color: #dedede;
	background-color: #2d2d2d;
	display: inline-block;
	width: 100px;
}

#popup_newsletter {
	display: none;
}

#popup_contact {
	display: none;
}

#popup_pro {
	display: none;
}

.popup h1 {
	background-color: none;
	width: 500px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-decoration: underline;
	font-size: 13px;
}

.popup p {
	width: 450px;
}


