/* div popup  */
#div_de_trans {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height:100%;
	z-index: 200;
}

.div_trans_transparence_0 {
	background-color: #0C2C3F;
	filter: alpha(opacity = 5);
	-moz-opacity: 0.05;
	opacity: 0.05;
}

.div_trans_transparence_1 {
	background-color: #0C2C3F;
	filter: alpha(opacity = 10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}

.div_trans_transparence_2 {
	background-color: #0C2C3F;
	filter: alpha(opacity = 15);
	-moz-opacity: 0.15;
	opacity: 0.15;
}

.div_trans_transparence_3 {
	background-color: #0C2C3F;
	filter: alpha(opacity = 20);
	-moz-opacity: 0.20;
	opacity: 0.20;
}

.div_trans_transparence_4 {
	background-color: #0C2C3F;
	filter: alpha(opacity = 25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

.div_trans_transparence_5 {
	background-color: #0C2C3F;
	filter: alpha(opacity = 30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}

.div_trans_transparence_6 {
	background-color: #0C2C3F;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}

.div_trans_transparence_7 {
	background-color: #0C2C3F;
	filter: alpha(opacity = 40);
	-moz-opacity: 0.40;
	opacity: 0.40;
}

.div_trans_transparence_8 {
	background-color: #0C2C3F;
	filter: alpha(opacity = 45);
	-moz-opacity: 0.45;
	opacity: 0.45;
}

.div_trans_transparence_9 {
	background-color: #0C2C3F;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.div_popup_petite {
	background-color: white;
	border:solid 1px black;
	top: 10%;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	font-size: 12px;
	position: absolute;
	z-index: 201;
	color:#4C575F;
}

.titre_popup{
	font-size: 14px;
	padding-top:6px;
	padding-left:8px;
	font-weight:bold;
	color:#566069;
	float:left;
}

.div_popup_erreur {
	background-color: white;
	border: solid 2px #0072BB;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	width: 550px;
	font-size: 12px;
	position: absolute;
	z-index: 201;
}

.div_popup_adresse{
	background-color: white;
	border:solid 1px black;
	top: 25%;
	left: 50%;
	margin-left: -150px;
	width: 350px;
	font-size: 12px;
	position: absolute;
	z-index: 201;
	color:#4C575F;
	padding:10px;
}

.div_popup{
	background-color: white;
	border:solid 1px black;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	font-size: 12px;
	position: absolute;
	z-index: 201;
	color:#4C575F;
	padding:10px;
}

.marge_popup { 
	padding: 0px 5px 0px 5px;
}

.marge_popup .bouton_fermer {
	cursor: pointer;
	position: absolute;
	top: 9px;
	right: 9px;
	z-index: 202;
}

.div_popup select {
	border: solid 1px #0072a4;
}

.div_popup select,option {
	font-size: 12px;
	width: 90%;
}

.div_popup th {
	margin-top: 10px;
	background-color: #8F8779;
	color: #FFFFFF;
	text-align: left;
}

#popup_php {
	display: none;
}
/* -------------------------------*/
