/* début de la définition des styles composant les popups */
#fond {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	filter: alpha(opacity=100); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
#form {
	display: none;
	width: 460px;
	height: 400px;
	background: white;
	position: fixed;
	top: 50%;
	left: 50%; 
	margin-top: -230px;
	margin-left: -200px;
	border: 2px solid #ff0084;
	z-index: 2;
	padding: 0px;
	overflow: hidden;
}
#form p {
	margin: 0 0 15px 10px;
	font-weight: bold;
	width: 440px;
}
.erreur {
	color: #ff0084;
}

div#bandeau {
	height: 40px;
	line-height: 40px;
	width: 440px;
	margin-left: 10px;
	clear: left;
	background: transparent;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #00aaff;
	color: #006699;
}

div#fermeture {
	position: absolute;
	top: 12px;
	right:12px;
	cursor: pointer;
}

#notification {
	display: none;
	top:50%;
	left:50%;
	margin-top: -11px;
	margin-left: -125px;
	height: 22px;
	line-height: 22px;
	width:320px;
	position:fixed;
	border:3px solid #66ccff;
	padding:5px;
	color: white;
	text-align:center;
	font-weight:bold;
	font-size: 12px;
	font-family: verdana;
	background: #006699;
	filter: alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0;
}

.tab-formulaire {
	width: 440px;
	margin-left: 10px;
	background: transparent;
	border-top: 1px solid #00aaff;
}
.tab-formulaire a{
	color: #006699;
}
.tab-formulaire td {
	padding: 10px 0 0 0;
	text-align:left;
}
.tab-formulaire textarea {
	border: 1px solid #00aaff;
	font-size:12px;
	font-family: arial;
}
.input-text {
	border: 1px solid #00aaff;
	font-size:12px;
	font-family: arial;
	background: white;
}
/* fin de la définition des styles composant les popups */
