﻿/*PopUp*/
.modalBackground {
	background-color: #000000;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalStyle {
	background-position: 50% bottom;
	width: 430px;
	height: 200px;
	float: left;
	border: 4px solid #CCCCCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: url('../Images/bg-formulaire.jpg');
	background-repeat: repeat;
	font-family: arial, Helvetica, sans-serif;
	position: relative;
	margin-bottom: 27px;
    display:none;
}
.modalStyle h1 {
	padding: 30px 20px 20px 20px;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}
.modalStyle h2 {
	font-size: 14px;
	color: #8c8c8c;
	font-weight: normal;
	padding-left: 30px;
}
.modalStyle .message {
	font-size: 18px;
	color: #333333;
	padding-left: 20px;
}
.modalStyle  input {
	padding: 3px 8px 3px 8px;
	width: auto;
	height: 33px;
	font-family: verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 33px;
	cursor: pointer;
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	background-image: url('../images/btn_souscrire.gif');
	color: #000000;
	font-weight: bolder;
	text-align: center;
}
.modalStyle input:hover {
	-webkit-box-shadow: 1px 1px 3px #696969;
	-moz-box-shadow: 1px 1px 3px #696969;
	box-shadow: 1px 1px 3px #696969;
	color: #666666;
}
