* {
	padding:0; 
	margin:0; 	
}
html {
	height:100%; 
	max-height:100%; 
	border:0; 
	overflow: hidden; 
	font-family:arial;
}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	border:0;
	font-family:arial;
}
.visible{
	visibility:visible;
	width:100%;
	height:100%;	
}
.hidden{
	visibility:hidden;
	width:0;
	height:0;	
}
p.clear,
span.clear{
	height:0;
	display:block;
	clear:both;
	overflow:hidden;
}
span#ok{
	color:green;
}
span#not_ok{
	color:red;
}
div#position{
	font-family:arial;
	font-size:9px;
	text-align:center;
	position:absolute;
	top:97%;
	left:40%;
	width:220px;
	background-color:lightblue;
}

div#info_geocoded{
	font-size:11px;
}
div#info_geocoded h5{
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
div#info_geocoded div{
	font-size:11px;
	margin-top:8px;
}
div#info_geocoded div span{
	font-weight:bold;
}

div#info_geocoded div label{
	display:block;
	font-size:10px;
	margin-top:3px;
}
div#info_geocoded div input[type="text"]{
	width:170px;
	font-size:11px;
}
div#info_geocoded div input[type="button"]{
	margin-left:5px;
	font-size:11px;
}
div#info_geocoded div#info_geocoded_fromform{
	display:none;
}
/* Bulle InfoWindow */
div#info_window div#info_image{
	display:inline;
	float:left;
	margin:0 10px 0 5px;
	width:370px;
	height:277px;
	border:1px solid #000000;
}
div#info_window div#info_image div#image_container{
	display:inline;
	float:left;
	width:100%;
	height:100%;
}
div#info_window div#info_image div#embed_container{
	display:inline;
	float:left;
}

div#info_window div#info_image div#image_container img{
	display:block;
	margin:auto;
	border:0;
}

div#info_window div#info_image div#image_container p#p-zoom-warning{
	background:transparent url(../img/bg_magnifier.png) left top no-repeat;
	position:absolute;
	top:0;
	left:6px;
	width:370px;
	height:40px;
	padding:12px 0 0 145px;
	font-size:12px;
}

div#info_window div#info_image div#if_directions_form{
	display:inline;
	float:left;
	width:100%;
	height:100%;
	font-size:12px;
}

div#info_window div#info_image div#if_directions_form h4{
	width:360px;
	height:35px;
	padding-left:10px;
	margin:0;
	line-height:35px;
	vertical-align:middle;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	background:#e0e0e0;	
	border:0;
}

div#info_window div#info_image div#if_directions_form h5{
	padding-left:10px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

div#info_window div#info_image div#if_directions_form span{
	margin:0 10px;	
}
div#info_window div#info_image div#if_directions_form div#if_directions_toform,
div#info_window div#info_image div#if_directions_form div#if_directions_fromform{
	margin:10px;	
}
div#info_window div#info_image div#if_directions_form div#if_directions_fromform{
	display:none;	
}
div#info_window div#info_image div#if_directions_form div#if_directions_toform span,
div#info_window div#info_image div#if_directions_form div#if_directions_fromform span{
	margin:0;
	font-weight:bold;	
}

div#info_window div#info_image div#if_directions_form div#if_directions_toform label,
div#info_window div#info_image div#if_directions_form div#if_directions_fromform label{
	display:block;
	margin-top:10px;
	font-size:10px;	
}

div#info_window div#info_image div#if_directions_form div#if_directions_toform input,
div#info_window div#info_image div#if_directions_form div#if_directions_fromform input{
	display:block;
	width:280px;
	font-size:12px;	
}
div#info_window div#info_image div#if_directions_form select{
	diplay:block;
	float:left;
	margin:10px 0 20px 10px;
	font-size:12px;	
}
div#info_window div#info_image div#if_directions_form input#bt_if_directions_form{
	display:block;
	float:right;
	margin:7px 78px 20px 0;	
	font-size:12px;	
}
div#info_window div#info_image div#if_directions_form > a{
	display:block;
	clear:both;	
	margin:10px;
	font-size:11px;
}
div#info_window div#info_image div#if_directions_form a,
div#info_window div#info_image div#if_directions_form a:link,
div#info_window div#info_image div#if_directions_form a:active,
div#info_window div#info_image div#if_directions_form a:visited,
div#info_window div#info_image div#if_directions_form a:focus{
	outline:none;
	text-decoration:underline;
}
div#info_window div#info_image div#if_directions_form a:hover{
	outline:none;
	text-decoration:none;
}
div#info_window div#info_text{
	display:inline;
	float:left;
	margin:0 5px;
	width:235px;
	height:277px;
	border-bottom:1px solid #000000;
}
div#info_window div.titre{
	width:100%;
	height:30px;
	margin:0 0 1px 0;
	border:0;
}
div#info_window div#info_text div#if_text{
	height:215px;
	overflow-x:hidden;
	overflow-y:auto;
}
div#info_window div#info_text div#if_text h4#if_title{
	padding:0 5px;
	border:0;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
div#info_window div#info_text div#if_text p#if_address{
	margin:0 5px;
	font-size:11px;
}
div#info_window div#info_text div#if_text p#if_address a,
div#info_window div#info_text div#if_text p#if_address a:link,
div#info_window div#info_text div#if_text p#if_address a:active,
div#info_window div#info_text div#if_text p#if_address a:visited,
div#info_window div#info_text div#if_text p#if_address a:focus{
	font-size:10px;
	color:#2d3ccd;
	text-decoration:none;
}
div#info_window div#info_text div#if_text p#if_address a:hover{
	text-decoration:underline;
}
div#info_window div#info_text div#if_text p#if_desc{
	margin:20px 5px 0 5px;
	padding:0;
	font-size:12px;
}
div#info_window div#info_url{
	display:inline;
	float:left;
	margin:0 10px 0 5px;
	width:370px;
}
/*********************************************/
div#info_window div#info_desc{
	font-size:11px;
	/*min-height:210px;*/
	height:210px;
	overflow:auto;
}
/*div#info_window div.titre{
	width:100%;
	margin:5px 0 1px 0;
	padding:0;
	border:0;
}
div#info_window div.titre p.titre{
	font-size:14px;
	font-weight:bold;
	display:block;
	float:left;
	margin:15px 0 0 80px;
	padding:0;
}*/
div#info_window h4{
	font-size:14px;
	width:100%;
	margin:5px 0;
	padding:0;
	border:0;
	text-align:center;
	border-bottom:1px solid black;
}
div#info_window h5{
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	line-height:22px;
	vertical-align:middle;
	margin:0 0 8px 0;
	padding:0 5px;
}
div#info_window hr{
	height:1px;
}
p#p-hr{
	height:0;
	display:block;
	clear:both;
	overflow:hidden;
}
p#lien_edit{
	display:inline;
	float:left;
	width:auto;
	border:0;
	margin:2px 0 0 3px;
	font-size:10px;
}
div#info_window div#langue_selector{
	display:inline;
	float:right;
	/*float:right;
	width:130px;*/
	width:185px;
	margin:0 5px;
}

div#info_window div#langue_selector a.onglet_inv,
div#info_window div#langue_selector a.onglet_inv:link,
div#info_window div#langue_selector a.onglet_inv:active,
div#info_window div#langue_selector a.onglet_inv:visited,
div#info_window div#langue_selector a.onglet_inv:focus,
div#info_window div#langue_selector a.onglet_inv:hover{
	display:inline;
	float:right;
	width:25px;
	height:20px;
	font-size:11px;
	line-height:18px;
	vertical-align:middle;
	text-align:center;
	margin:0 1px;
	background:transparent url(../img/onglet_inv.png) bottom left no-repeat;
	color:#000000;
	text-decoration:none;
	outline:none;
}

div#info_window div#langue_selector a#bt_lng_sel_more,
div#info_window div#langue_selector a#bt_lng_sel_more:link,
div#info_window div#langue_selector a#bt_lng_sel_more:active,
div#info_window div#langue_selector a#bt_lng_sel_more:visited,
div#info_window div#langue_selector a#bt_lng_sel_more:focus,
div#info_window div#langue_selector a#bt_lng_sel_more:hover{
	width:18px;
	background:transparent url(../img/onglet_more.png) bottom left no-repeat;
}

div#info_window div#info_desc img{
	margin:3px 5px 5px 0;
	border:0;
}
div#info_window div#info_url p#a-left{
	display:inline;
	float:left;
	line-height:10px;
}
div#info_window div#info_url p#a-right{
	display:inline;
	float:right;
	font-size:10px;
	line-height:10px;
	text-align:right;
}
div#info_window div#info_url a,
div#info_window div#info_url a:link,
div#info_window div#info_url a:visited,
div#info_window div#info_url a:active,
div#info_window div#info_url a:focus{
	font-size:11px;
	font-weight:normal;
	color:#2d3ccd;
	text-decoration:none;
	outline:none;
}
div#info_window div#info_url a:hover{
	text-decoration:underline;
	outline:none;
}

div#info_window p#lien_edit a,
div#info_window p#lien_edit a:link,
div#info_window p#lien_edit a:visited,
div#info_window p#lien_edit a:active,
div#info_window p#lien_edit a:focus,
div#info_window div#forms div#form_lang table#list_lang td a,
div#info_window div#forms div#form_lang table#list_lang td a:link,
div#info_window div#forms div#form_lang table#list_lang td a:visited,
div#info_window div#forms div#form_lang table#list_lang td a:active,
div#info_window div#forms div#form_lang table#list_lang td a:focus,
div#info_window div#info_desc a,
div#info_window div#info_desc a:link,
div#info_window div#info_desc a:visited,
div#info_window div#info_desc a:active,
div#info_window div#info_desc a:focus{
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#2d3ccd;
	outline:none;
}
div#info_window p#lien_edit a:hover,
div#info_window div#forms div#form_lang table#list_lang td a:hover,
div#info_window div#info_desc a:hover{
	text-decoration:underline;
	outline:none;
}
div#info_window p#form_res{
	font-size:10px;
	text-align:center;
	padding:0;
	margin:2px;
	line-height:16px;
	vertical-align:middle;
}
/* Categories colors */

div#info_window div.categ_1{
	border-bottom:1px solid #fe6702;
	background:transparent url(../img/infowindow_1.png) 5px bottom no-repeat;
}
div#info_window div.categ_2{
	border-bottom:1px solid #cc9967;
	background:transparent url(../img/infowindow_2.png) 5px bottom no-repeat;
}
div#info_window div.categ_3{
	border-bottom:1px solid #990033;
	background:transparent url(../img/infowindow_3.png) 5px bottom no-repeat;
}
div#info_window div.categ_4{
	border-bottom:1px solid #cc9967;
	background:transparent url(../img/infowindow_4.png) 5px bottom no-repeat;
}
div#info_window div.categ_5{
	border-bottom:1px solid #cc9967;
	background:transparent url(../img/infowindow_5.png) 5px bottom no-repeat;
}
div#info_window div.categ_6{
	border-bottom:1px solid #0235cc;
	background:transparent url(../img/infowindow_6.png) 5px bottom no-repeat;
}
div#info_window div.categ_7{
	border-bottom:1px solid #fe0202;
	background:transparent url(../img/infowindow_7.png) 5px bottom no-repeat;
}
div#info_window div.categ_8{
	border-bottom:1px solid #cc9967;
	background:transparent url(../img/infowindow_8.png) 5px bottom no-repeat;
}
div#info_window div.categ_9{
	border-bottom:1px solid #cc9967;
	background:transparent url(../img/infowindow_9.png) 5px bottom no-repeat;
}
div#info_window div.categ_10{
	border-bottom:1px solid #cc9967;
	background:transparent url(../img/infowindow_10.png) 5px bottom no-repeat;
}
div#info_window div.categ_11{
	border-bottom:1px solid #cc9967;
	background:transparent url(../img/infowindow_11.png) 5px bottom no-repeat;
}
div#info_window div.categ_12{
	border-bottom:1px solid #cc9967;
	background:transparent url(../img/infowindow_12.png) 5px bottom no-repeat;
}
div#info_window div.categ_13{
	border-bottom:1px solid #9900ff;
	background:transparent url(../img/infowindow_13.png) 5px bottom no-repeat;
}
div#info_window div.categ_14{
	border-bottom:1px solid #cc9967;
	background:transparent url(../img/infowindow_14.png) 5px bottom no-repeat;
}
div#info_window div.categ_15{
	border-bottom:1px solid #cc9967;
	background:transparent url(../img/infowindow_15.png) 5px bottom no-repeat;
}
div#info_window div.categ_16{
	border-bottom:1px solid #cc9967;
	background:transparent url(../img/infowindow_16.png) 5px bottom no-repeat;
}
div#info_window div.categ_17{
	border-bottom:1px solid #cc9967;
	background:transparent url(../img/infowindow_17.png) 5px bottom no-repeat;
}
div#info_window div.categ_18{
	border-bottom:1px solid #cc9967;
	background:transparent url(../img/infowindow_18.png) 5px bottom no-repeat;
}
div#info_window div.categ_19{
	border-bottom:1px solid #029999;
	background:transparent url(../img/infowindow_19.png) 5px bottom no-repeat;
}
div#info_window div.categ_20{
	border-bottom:1px solid #cc9967;
	background:transparent url(../img/infowindow_20.png) 5px bottom no-repeat;
}
div#info_window div.categ_21{
	border-bottom:1px solid #cc9967;
	background:transparent url(../img/infowindow_21.png) 5px bottom no-repeat;
}
div#info_window div.categ_22{
	border-bottom:1px solid #67cc02;
	background:transparent url(../img/infowindow_22.png) 5px bottom no-repeat;
}
div#info_window div.categ_23{
	border-bottom:1px solid #cc9967;
	background:transparent url(../img/infowindow_23.png) 5px bottom no-repeat;
}

div#info_window h5.categ_fe0202{
	background-color:#fe0202;
}
div#info_window h5.categ_990033{
	background-color:#990033;
}
div#info_window h5.categ_67cc02{
	background-color:#67cc02;
}
div#info_window h5.categ_0235cc{
	background-color:#0235cc;
}
div#info_window h5.categ_fe6702{
	background-color:#fe6702;
}
div#info_window h5.categ_029999{
	background-color:#029999;
}
div#info_window h5.categ_9900ff{
	background-color:#9900ff;
}
div#info_window h5.categ_cc9967{
	background-color:#cc9967;
}

div#info_window p.categ_fe0202{
	border-top:1px solid #fe0202;
}
div#info_window p.categ_990033{
	border-top:1px solid #990033;
}
div#info_window p.categ_67cc02{
	border-top:1px solid #67cc02;
}
div#info_window p.categ_0235cc{
	border-top:1px solid #0235cc;
}
div#info_window p.categ_fe6702{
	border-top:1px solid #fe6702;
}
div#info_window p.categ_029999{
	border-top:1px solid #029999;
}
div#info_window p.categ_9900ff{
	border-top:1px solid #9900ff;
}
div#info_window p.categ_cc9967{
	border-top:1px solid #cc9967;
}

p#infobulle_1{
	padding:0 40px 0 0;
	color:#fe6702;
	background:transparent url(../img/infobulle_1.gif) right bottom no-repeat;
}
p#infobulle_2{
	padding:0 40px 0 0;
	color:#cc9967;
	background:transparent url(../img/infobulle_2.gif) right bottom no-repeat;
}
p#infobulle_3{
	padding:0 40px 0 0;
	color:#990033;
	background:transparent url(../img/infobulle_3.gif) right bottom no-repeat;
}
p#infobulle_4{
	padding:0 40px 0 0;
	color:#cc9967;
	background:transparent url(../img/infobulle_4.gif) right bottom no-repeat;
}
p#infobulle_5{
	padding:0 40px 0 0;
	color:#cc9967;
	background:transparent url(../img/infobulle_5.gif) right bottom no-repeat;
}
p#infobulle_6{
	padding:0 40px 0 0;
	color:#0235cc;
	background:transparent url(../img/infobulle_6.gif) right bottom no-repeat;
}
p#infobulle_7{
	padding:0 40px 0 0;
	color:#fe0202;
	background:transparent url(../img/infobulle_7.gif) right bottom no-repeat;
}
p#infobulle_8{
	padding:0 40px 0 0;
	color:#cc9967;
	background:transparent url(../img/infobulle_8.gif) right bottom no-repeat;
}
p#infobulle_9{
	padding:0 40px 0 0;
	color:#cc9967;
	background:transparent url(../img/infobulle_9.gif) right bottom no-repeat;
}
p#infobulle_10{
	padding:0 40px 0 0;
	color:#cc9967;
	background:transparent url(../img/infobulle_10.gif) right bottom no-repeat;
}
p#infobulle_11{
	padding:0 40px 0 0;
	color:#cc9967;
	background:transparent url(../img/infobulle_11.gif) right bottom no-repeat;
}
p#infobulle_12{
	padding:0 40px 0 0;
	color:#cc9967;
	background:transparent url(../img/infobulle_12.gif) right bottom no-repeat;
}
p#infobulle_13{
	padding:0 40px 0 0;
	color:#9900ff;
	background:transparent url(../img/infobulle_13.gif) right bottom no-repeat;
}
p#infobulle_14{
	padding:0 40px 0 0;
	color:#cc9967;
	background:transparent url(../img/infobulle_14.gif) right bottom no-repeat;
}
p#infobulle_15{
	padding:0 40px 0 0;
	color:#cc9967;
	background:transparent url(../img/infobulle_15.gif) right bottom no-repeat;
}
p#infobulle_16{
	padding:0 40px 0 0;
	color:#cc9967;
	background:transparent url(../img/infobulle_16.gif) right bottom no-repeat;
}
p#infobulle_17{
	padding:0 40px 0 0;
	color:#cc9967;
	background:transparent url(../img/infobulle_17.gif) right bottom no-repeat;
}
p#infobulle_18{
	padding:0 40px 0 0;
	color:#cc9967;
	background:transparent url(../img/infobulle_18.gif) right bottom no-repeat;
}
p#infobulle_19{
	padding:0 40px 0 0;
	color:#029999;
	background:transparent url(../img/infobulle_19.gif) right bottom no-repeat;
}
p#infobulle_20{
	padding:0 40px 0 0;
	color:#cc9967;
	background:transparent url(../img/infobulle_20.gif) right bottom no-repeat;
}
p#infobulle_21{
	padding:0 40px 0 0;
	color:#cc9967;
	background:transparent url(../img/infobulle_21.gif) right bottom no-repeat;
}
p#infobulle_22{
	padding:0 40px 0 0;
	color:#67cc02;
	background:transparent url(../img/infobulle_22.gif) right bottom no-repeat;
}
p#infobulle_23{
	padding:0 40px 0 0;
	color:#cc9967;
	background:transparent url(../img/infobulle_23.gif) right bottom no-repeat;
}

span.titre{
	color:#000000;
	font-weight:bold;
}

/* div info_forms */
div#info_window div#onglets,
div#info_window div#forms{
	width:620px;
	font-size:11px;
	clear:both;
	display:block;
}
div#info_window div#buttons{
	clear:both;
	width:100%;
	margin:10px 0 0 0;
	border-top:1px solid black;
}
div#info_window div#onglets div.div-onglet{
	display:block;
	float:left;
	width:25px;
	line-height:20px;
	vertical-align:middle;
	text-align:center;
	margin:5px 2px 0 2px;
	background:transparent url(../img/onglet.gif) no-repeat;
}
div#info_window div#onglets div#onglet_lang{
	display:block;
	float:right;
	width:60px;
	line-height:20px;
	vertical-align:middle;
	text-align:center;
	margin:5px 2px 0 2px;
	background:transparent url(../img/onglet_lang.gif) no-repeat;
}
div#info_window div#forms div.div-form{
	clear:both;
	display:none;
	border:1px solid #989898;
	margin:0 2px 5px 2px;
	padding:5px;
	height:160px;
}
div#info_window div#forms div.div-form div#first-col,
div#info_window div#forms div.div-form div#second-col,
div#info_window div#forms div.div-form div#third-col{
	display:block;
	float:left;
	width:200px;
}
div#info_window div#forms div.div-form div#second-col,
div#info_window div#forms div.div-form div#third-col{
	margin-left:2px;	
}
div#info_window div#buttons input#annuler{
	font-size:10px;
	float:left;
	width:80px;
	margin:6px 3px 6px 228px;
}
div#info_window div#buttons input#valider{
	font-size:10px;
	float:left;
	width:80px;
	margin:6px 228px 6px 3px;
}
div#info_window div#forms div.div-form h5{
	font-weight:bold;
	font-size:12px;
	text-align:center;
	margin:0 0 5px 0;
}
div#info_window div#forms div.div-form label{
	font-weight:bold;
	font-size:10px;
}

div#info_window div#forms div.div-form label span.requiered-field{
	color:red;
}
div#info_window div#forms div.div-form input,
div#info_window div#forms div.div-form textarea,
div#info_window div#forms div.div-form select{
	display:block;
	font-size:11px;
	width:175px;
	margin:3px 0 10px 17px;
}

div#info_window div#forms div.div-form textarea.tarea-address{
	height:45px;
}

div#info_window div#forms div.div-form textarea.tarea-description{
	height:137px;
}
div#info_window div#forms div.div-form input.dbl-width{
	width:378px;
}
div#info_window div#forms div#form_lang select{
	display:block;
	font-size:11px;
	width:250px;
	margin:10px auto;
}
div#info_window div#forms div#form_lang input#add_langue{
	width:250px;
	margin:3px auto 10px auto;
}
div#info_window div#forms div#form_lang h6{
	margin:5px;
	padding:0 5px;
	font-size:11px;
	font-weight:normal;
	border-bottom:1px solid black;
}
div#info_window div#forms div#form_lang table#list_lang{
	margin:5px 10px;
	width:584px;
}
div#info_window div#forms div#form_lang table#list_lang tr.gris{
	background-color:#e9e9e9;
}
div#info_window div#forms div#form_lang table#list_lang td{
	width:14%;
	text-align:center;
	line-height:16px;
	vertical-align:middle;
}

/* div form_fast_search */
div#form_fast_search{
	display:inline;
	float:right;
	margin:9px 5px 0 0;
	width:350px;
}
div#form_fast_search input{
	font-size:10px;
	margin:0 0 0 2px;
}
div#form_fast_search input#txtFsMot,
div#form_fast_search input#txtFsLieu{
	width:120px;
}
div#form_fast_search input#bt_fast_search{
	width:75px;
}

/* Liste zMarker */
div#list_zmarker{
	z-index:1000;
	width:0;
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
	/*bottom:0px;*/
	background-color:#ececec;
	overflow:hidden;
	/*visibility:hidden;*/
}

a#list_tab,
a#list_tab:link,
a#list_tab:active,
a#list_tab:focus,
a#list_tab:visited,
a#list_tab:hover{
	display:block;
	/*float:left;*/
	font-size:10px;
	position:absolute;
	right:0;
	top:0;
	width:36px;
	height:45px;
	z-index:10;
	outline:none;
	background:transparent url(../img/show-arrow.png) center no-repeat;
}

div#list_zmarker div#list_content,
div#list_zmarker div#list_directions{
	/*display:inline;
	float:left;*/
	position:absolute;
	left:2px;
	top:0;
	bottom:4px;
	/*margin:0 0 4px 2px;*/
	border:1px solid #a9a9a9;
	border-right:0;
	width:197px;
	background-color:#ffffff;
}
div#list_zmarker div#list_directions{
	display:none;
}
div#list_zmarker div#list_directions div#list_directions_content{
	clear:both;
	overflow:auto;
	width:188px;
	position:absolute;
	font-size:10px;
	overflow:auto;
	top:104px;
	left:15px;
	bottom:28px;
}
div#list_zmarker div#list_content div#form_search,
div#list_zmarker div#list_directions div#form_directions{
	margin:0 5px 5px 5px;
	font-size:10px;
	width:188px;
	height:115px;
	border-bottom:1px solid black;
}
div#list_zmarker div#list_directions div#form_directions{
	height:auto;	
}
div#list_zmarker div#list_content h4,
div#list_zmarker div#list_directions h4{
	font-size:14px;
	width:188px;
	margin:5px;
	text-align:center;
	border:0;
	border-bottom:1px solid black;
}
div#list_zmarker div#list_content div#form_search label,
div#list_zmarker div#list_directions div#form_directions label{
	font-weight:bold;
	display:block;
	float:left;
	clear:both;
	line-height:14px;
	height:14px;
	vertical-align:middle;
	width:55px;
	margin:0 0 3px 0;
}
div#list_zmarker div#list_directions div#form_directions label{
	width:35px;	
}
div#list_zmarker div#list_content div#form_search label#lbl_chk_all_map{
	font-size:11px;
	clear:none;
	margin-top:2px;
	/*font-weight:normal;*/
}

div#list_zmarker div#list_content div#form_search input,
div#list_zmarker div#list_content div#form_search select,
div#list_zmarker div#list_directions div#form_directions input,
div#list_zmarker div#list_directions div#form_directions select{
	display:block;
	float:left;
	font-size:10px;
	width:125px;
	margin:0 0 3px 0;
}
div#list_zmarker div#list_directions div#form_directions input{
	width:125px;	
}
div#list_zmarker div#list_directions div#form_directions select{
	width:90px;
	margin:10px 0;
	font-size:11px;
}
div#list_zmarker div#list_directions div#form_directions input#bt_directions{
	width:75px;
	margin-top:6px;
	margin-left:20px;
	font-size:11px;
}
div#list_zmarker div#list_directions div#form_directions a{
	display:block;
	float:left;
	width:18px;
	height:18px;
	margin:-10px 0 0 5px;
	text-decoration:none;
	outline:none;
}
div#list_zmarker div#list_directions div#form_directions a img{
	border:0;
}
div#list_zmarker div#list_content div#form_search input#chk_all_map{
	clear:both;
	display:block;
	float:left;
	width:15px;
	height:15px;
	margin:3px;
}
div#list_zmarker div#list_content div#form_search label#lbl_chk_all_map{
	width:160px;
	line-height:18px;
	vertical-align:middle;
}
div#list_zmarker div#list_content div#form_search select#listCateg{
	width:127px;
}
div#list_zmarker div#list_content div#form_search input#bt_search{
	clear:both;
	display:block;
	float:left;
	width:100px;
	margin:3px 41px 6px 41px;
}
div#list_zmarker div#list_content dl#dl_list_content{
	clear:both;
	overflow:auto;
	width:197px;
	position:absolute;
	top:147px;
	left:0;
	bottom:24px;
}
div#list_zmarker div#list_content dt{
	font-size:12px;
	margin:2px 5px;
}
div#list_zmarker div#list_content dd{
	font-size:11px;
	margin:5px 15px 0 15px;
	color:#000000;
}
div#list_zmarker div#list_content a#a-directions,
div#list_zmarker div#list_directions a#a-search{
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:188px;
	height:24px;
	padding-right:10px;
	line-height:24px;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	color:#000000;
	text-decoration:none;
	border-top:1px solid black;
	background:#e0e0e0;
}
/* Structure */
div#header{
	position:absolute;
	width:100%;
	height:41px;
	top:0px;
	left:0px;
	/*background:url(../img/degrade-header.png) left top repeat-x;*/
	background:#f9f9f9;
	z-index:10;
}
div#content{
	position:absolute;
	width:100%;
	top:41px;
	left:0px;
	bottom:26px;
	z-index:1;
}
div#loading_state{
	display:block;
	float:left;
	margin:4px 0 0 10px;
	height:18px;
	visibility:hidden;
}
div#loading_state img{
	display:block;
	float:left;
	margin-left:5px;
}
div#loading_state span{
	display:block;
	float:left;
	margin:0 5px;
	font-size:10px;
	font-weight:bold;
	color:#2d3ccd;
	line-height:16px;
	vertical-align:middle;
}
div#cache_swf{
	width:0;
	height:0;
	overflow:hidden;
}
div#myMap{
	position:absolute; 
	top:0px; 
	left:0px;
	/*bottom:0px;*/
	right:0px;
	height:100%;
}
div#myMapLoading{
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0px; 
	left:0px;
	z-index:15;
	background:#ffffff url(../img/loading_16x16.gif) center no-repeat;
}
div#footer{
	position:absolute;
	width:100%;
	height:26px;
	bottom:0px;
	left:0px;
	z-index:10;
	/*background:url(../img/degrade-footer.png) left top repeat-x;*/
	background:#f9f9f9 url(../img/images.png) -168px -117px no-repeat;
}
div#footer div#rfooter{
	display:block;
	float:right;
	height:26px;
	font-size:10px;
	text-align:right;
}
div#content p#center-cross{
	display:none;
	border:0;
	position:absolute;
	width:9px;
	height:9px;
	top:50%;
	left:50%;
	margin-top:-5px;
	margin-left:-105px;
	z-index:5;
}
div#content p#center-cross img{
	display:inline;
	float:left;
	margin:0;
	padding:0;	
}
div#header img{
	display:block;
	float:left;
}
div#header a,
div#header a:link,
div#header a:visited,
div#header a:active,
div#header a:focus{
	display:block;
	float:left;
	line-height:40px;
	vertical-align:middle;
	color:#000000;
	font-size:10px;
	text-decoration :none;
	outline:none;
}

div#header a#img_send{
	margin-left:23px;
	width:41px;
	height:41px;
	background:url(../img/images.png) -608px 0 no-repeat;
}
div#header a#img_add{
	margin-left:30px;
	width:41px;
	height:41px;
	background:url(../img/images.png) -649px 0 no-repeat;
}

div#header div#div-logo{
	display:block;
	float:left;
	height:41px;
	width:168px;
	background:url(../img/images.png) 0px -117px no-repeat;
}
div#footer div#rfooter a,
div#footer div#rfooter a:link,
div#footer div#rfooter a:visited,
div#footer div#rfooter a:active,
div#footer div#rfooter a:focus{
	line-height:26px;
	vertical-align:middle;
	color:#000000;
	font-size:10px;
	text-decoration:none;
	outline:none;
}
div#footer div#rfooter a#a-last{
	margin-right:5px;	
}

div#header a:hover,
div#footer div#lfooter a:hover{
	color:#c1272e;
}
/* Menu Catégories */
div#header ul#categ_main_list{
	display:block;
	float:left;
	width:304px;
	height:41px;
	background:url(../img/images.png) top left no-repeat;
}
div#header ul#categ_main_list li{
	display:block;
	float:left;
	list-style:none;
	width:38px;
	height:41px;
}
div#header ul#categ_main_list li.cl_icon_off{
	background:transparent;	
}

div#header ul#categ_main_list li.cl_icon_19{
	background:url(../img/images.png) -304px 0px no-repeat;
}
div#header ul#categ_main_list li.cl_icon_13{
	background:url(../img/images.png) -342px 0px no-repeat;
}
div#header ul#categ_main_list li.cl_icon_22{
	background:url(../img/images.png) -380px 0px no-repeat;
}
div#header ul#categ_main_list li.cl_icon_6{
	background:url(../img/images.png) -418px 0px no-repeat;
}
div#header ul#categ_main_list li.cl_icon_3{
	background:url(../img/images.png) -456px 0px no-repeat;
}
div#header ul#categ_main_list li.cl_icon_7{
	background:url(../img/images.png) -494px 0px no-repeat;
}
div#header ul#categ_main_list li.cl_icon_1{
	background:url(../img/images.png) -532px 0px no-repeat;
}
div#header ul#categ_main_list li.cl_icon_autres{
	background:url(../img/images.png) -570px 0px no-repeat;
}
/* Sous-menu Cat�gories */
div#header div#div_icon{
	display:none;
	position:absolute;
	top:30px;
	left:425px;
	width:300px;
	z-index:10000;
}
div#header div#div_icon div#div_icon_content_uborder,
div#header div#div_icon div#div_icon_content_lborder{
	display:block;
	float:left;
	width:300px;
	height:11px;
	line-height:11px;
	overflow:hidden;
}
div#header div#div_icon div#div_icon_content_uborder{
	margin-top:10px;	
	background:transparent url(../img/bg_div_icon.png) left top no-repeat;
}
div#header div#div_icon div#div_icon_content_lborder{
	background:transparent url(../img/bg_div_icon.png) left -11px no-repeat;
}
div#header div#div_icon div#div_icon_content{
	display:block;
	float:left;
	width:300px;
	background:transparent url(../img/bg_div_icon_content.png) left top repeat-y;
}
div#header div#div_icon div#div_icon_content table{
	margin:4px 15px;
	width:270px;
	display:block;
	float:left;
	font-size:10px;
}
div#header div#div_icon div#div_icon_content table tr th{
	border:5px solid white;
	width:38px;
	height:38px;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_8_off{
	background:transparent url(../img/images.png) 0px -41px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_18_off{
	background:transparent url(../img/images.png) -38px -41px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_9_off{
	background:transparent url(../img/images.png) -76px -41px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_23_off{
	background:transparent url(../img/images.png) -114px -41px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_11_off{
	background:transparent url(../img/images.png) -152px -41px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_16_off{
	background:transparent url(../img/images.png) -190px -41px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_10_off{
	background:transparent url(../img/images.png) -228px -41px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_5_off{
	background:transparent url(../img/images.png) -266px -41px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_4_off{
	background:transparent url(../img/images.png) -304px -41px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_21_off{
	background:transparent url(../img/images.png) -342px -41px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_14_off{
	background:transparent url(../img/images.png) -380px -41px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_2_off{
	background:transparent url(../img/images.png) -418px -41px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_15_off{
	background:transparent url(../img/images.png) -456px -41px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_12_off{
	background:transparent url(../img/images.png) -494px -41px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_20_off{
	background:transparent url(../img/images.png) -532px -41px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_17_off{
	background:transparent url(../img/images.png) -570px -41px no-repeat;
}

div#header div#div_icon div#div_icon_content table tr th.th_icon_8_on{
	background:transparent url(../img/images.png) 0px -79px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_18_on{
	background:transparent url(../img/images.png) -38px -79px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_9_on{
	background:transparent url(../img/images.png) -76px -79px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_23_on{
	background:transparent url(../img/images.png) -114px -79px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_11_on{
	background:transparent url(../img/images.png) -152px -79px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_16_on{
	background:transparent url(../img/images.png) -190px -79px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_10_on{
	background:transparent url(../img/images.png) -228px -79px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_5_on{
	background:transparent url(../img/images.png) -266px -79px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_4_on{
	background:transparent url(../img/images.png) -304px -79px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_21_on{
	background:transparent url(../img/images.png) -342px -79px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_14_on{
	background:transparent url(../img/images.png) -380px -79px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_2_on{
	background:transparent url(../img/images.png) -418px -79px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_15_on{
	background:transparent url(../img/images.png) -456px -79px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_12_on{
	background:transparent url(../img/images.png) -494px -79px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_20_on{
	background:transparent url(../img/images.png) -532px -79px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr th.th_icon_17_on{
	background:transparent url(../img/images.png) -570px -79px no-repeat;
}
div#header div#div_icon div#div_icon_content table tr td{
	height:48px;
	width:84px;
}
div#header div#div_icon div#div_icon_content table tr td.td-sep{
	width:5px;
}
div#header div#div_labels{
	display:block;
	float:right;
	width:70px;
	margin:2px 10px;
	font-size:10px;
	text-align:center;
}

div#header div#div_labels span#alpha{
	color:#bf282d;
	font-size:16px;
	font-weight:bold;
}

div#header div#div_labels img{
	display:inline;
	border:0;
	margin:0;
}

/* div dispaly_url */
div#content div#display_url{
	position:absolute;
	width:455px;
	z-index:100;
	visibility:hidden;
}

div#content div#display_url div#shadow_url{
	position:absolute;  
	top:5px;
	left:5px;
	width:450px;
	height:95px;
	background:#000000;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	z-index:-1;
}

div#content div#display_url div#content_url{
	margin:0 5px 5px 0; 
	width:448px;
	height:93px;
	border:1px solid #767676; 
	font-size:10px;
	background:#ffffff;
}

div#content div#display_url div#content_url div#header_url{
	background:url(../img/degrade-header.png) left bottom repeat-x;
	height:25px;
	width:100%;
}

div#content div#display_url div#content_url div#header_url span{
	display:block;
	float:left;
	margin:5px 0 0 5px;
	font-weight:bold;
}

div#content div#display_url div#content_url div#header_url a,
div#content div#display_url div#content_url div#header_url a:link,
div#content div#display_url div#content_url div#header_url a:visited,
div#content div#display_url div#content_url div#header_url a:active,
div#content div#display_url div#content_url div#header_url a:focus{
	display:block;
	float:right;
	margin:5px 5px 0 0;
	text-decoration :none;
	color:#000000;
	outline:none;
}
div#content div#display_url div#content_url div#header_url a:hover{
	color:#c1272e;
	outline:none;
}

div#content div#display_url div#content_url div#body_url p{
	margin:12px 0 10px 10px; 
}

div#content div#display_url div#content_url div#body_url input{
	/*display:block;*/
	width:400px;
	margin:0 0 15px 24px; 
	color:#2d3ccd;
	font-family:verdana;
	font-size:9px;
}

div#content div#display_url div#content_url div#body_url a,
div#content div#display_url div#content_url div#body_url a:link,
div#content div#display_url div#content_url div#body_url a:visited,
div#content div#display_url div#content_url div#body_url a:active,
div#content div#display_url div#content_url div#body_url a:focus{
	display:block;
	clear:both;
	color:#2d3ccd;
	font-size:9px;
	text-decoration:none;
	margin-bottom:5px;
	outline:none;
}
div#content div#display_url div#content_url div#body_url a:hover{
	text-decoration:underline;
	outline:none;
}

/* context menu */
div.context-menu ul{
	margin:5px;
}
div.context-menu ul li{
	padding:0 5px;
	line-height:16px;
	vertical-align:middle;
	list-style-type:none;
}
