/* 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: 100;
	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: 5px solid #dff7ff;
	z-index: 101;
	padding: 0px 10px 0 10px;
}
#form p {
	margin: 0 0 15px 0;
	font-weight: bold;
}
#form select {
	border: 1px solid #30bdea;
	font-size:12px;
	font-family: arial;
	background: white;
}
.erreur {
	color: red;
}

.tab-form {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
.tab-form-title {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #30bdea;
	color: #30bdea;
}

.tab-form-close {
	border-bottom: 1px solid #30bdea;
	vertical-align: top;
	text-align: right;
}

.close-image {
	cursor: pointer;
}

.tab-form-alerts {
	border-bottom: 1px solid #30bdea;
}

#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 #dff7ff;
	padding:5px;
	color: white;
	text-align:center;
	font-weight:bold;
	font-size: 12px;
	font-family: verdana;
	background: #30bdea;
	filter: alpha(opacity=0);
	-moz-opacity: 0; 
	opacity: 0;
}

.tab-form a{
	color: #333333;
}

.tab-form a:hover {
	color: #30bdea;
}

.tab-form td {
	padding: 10px 0 0 0;
}

.tab-form-fields {
	width:100%;
}

.tab-form textarea {
	border: 1px solid #30bdea;
	font-size:12px;
	font-family: arial;
}

.input-text {
	border: 1px solid #30bdea;
	font-size:12px;
	font-family: arial;
	background: white;
}
/* fin de la définition des styles composant les popups */
