/* div popup  */
#div_de_trans {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 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_fondu {
	background-color: white;
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	opacity: 1;
}

.div_fondu_0 {
	background-color: white;
	filter: alpha(opacity = 95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}

.div_fondu_1 {
	background-color: white;
	filter: alpha(opacity = 90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}

.div_fondu_2 {
	background-color: white;
	filter: alpha(opacity = 85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.div_fondu_3 {
	background-color: white;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	opacity: 0.80;
}

.div_fondu_4 {
	background-color: white;
	filter: alpha(opacity = 75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.div_fondu_5 {
	background-color: white;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.div_fondu_6 {
	background-color: white;
	filter: alpha(opacity = 65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}

.div_fondu_7 {
	background-color: white;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

.div_fondu_8 {
	background-color: white;
	filter: alpha(opacity = 55);
	-moz-opacity: 0.55;
	opacity: 0.55;
}

.div_fondu_9 {
	background-color: white;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.50;
	opacity: 0.5;
}

.div_fondu_10 {
	background-color: white;
	filter: alpha(opacity = 45);
	-moz-opacity: 0.45;
	opacity: 0.45;
}

.div_fondu_11 {
	background-color: white;
	filter: alpha(opacity = 40);
	-moz-opacity: 0.40;
	opacity: 0.4;
}

.div_fondu_12 {
	background-color: white;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}

.div_fondu_13 {
	background-color: white;
	filter: alpha(opacity = 30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}

.div_fondu_14 {
	background-color: white;
	filter: alpha(opacity = 25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

.div_fondu_15 {
	background-color: white;
	filter: alpha(opacity = 20);
	-moz-opacity: 0.20;
	opacity: 0.20;
}

.div_fondu_16 {
	background-color: white;
	filter: alpha(opacity = 15);
	-moz-opacity: 0.15;
	opacity: 0.15;
}

.div_fondu_17 {
	background-color: white;
	filter: alpha(opacity = 10);
	-moz-opacity: 0.10;
	opacity: 0.10;
}

.div_fondu_18 {
	background-color: white;
	filter: alpha(opacity = 5);
	-moz-opacity: 0.05;
	opacity: 0.05;
}

.div_fondu_19 {
	background-color: white;
	filter: alpha(opacity = 0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

.div_popup_petite {
	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;
}

.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_carto{
	background-color: white;
	border:solid 1px black;
	top: 60px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	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;
}
/* -------------------------------*/

