/* div popup  */
#div_de_trans {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	z-index: 200;
	height:100%;
}

.div_trans_transparence_0 {
	background-color: #000000;
	filter: alpha(opacity = 5);
	-moz-opacity: 0.05;
	opacity: 0.05;
}

.div_trans_transparence_1 {
	background-color: #000000;
	filter: alpha(opacity = 10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}

.div_trans_transparence_2 {
	background-color: #000000;
	filter: alpha(opacity = 15);
	-moz-opacity: 0.15;
	opacity: 0.15;
}

.div_trans_transparence_3 {
	background-color: #000000;
	filter: alpha(opacity = 20);
	-moz-opacity: 0.20;
	opacity: 0.20;
}

.div_trans_transparence_4 {
	background-color: #000000;
	filter: alpha(opacity = 25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

.div_trans_transparence_5 {
	background-color: #000000;
	filter: alpha(opacity = 30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}

.div_trans_transparence_6 {
	background-color: #000000;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}

.div_trans_transparence_7 {
	background-color: #000000;
	filter: alpha(opacity = 40);
	-moz-opacity: 0.40;
	opacity: 0.40;
}

.div_trans_transparence_8 {
	background-color: #000000;
	filter: alpha(opacity = 45);
	-moz-opacity: 0.45;
	opacity: 0.45;
}

.div_trans_transparence_9 {
	background-color: #000000;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


.div_popup_petite {
	background-color: white;
	border:solid 2px #aba801;
	top: 25%;
	left: 50%;
	margin-left: -175px;
	width: 350px;
	font-size: 12px;
	position: absolute;
	z-index: 201;
}

.titre_popup{
	font-size: 14px;
	padding-top:6px;
	padding-left:8px;
	font-weight:bold;
	float:left;
}

.marge_popup { 
	padding: 0px 5px 0px 5px;
}

.marge_popup .bouton_fermer {
	cursor: pointer;
	position: absolute;
	top: 9px;
	right: 9px;
	z-index: 202;
}

#popup_php {
	display: none;
}
/* -------------------------------*/