* {
	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{
	display: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 #d55500;
	background:transparent url(../img/infowindow_1.png) 5px bottom no-repeat;
}
div#info_window div.categ_2{
	border-bottom:1px solid #d55500;
	background:transparent url(../img/infowindow_2.png) 5px bottom no-repeat;
}
div#info_window div.categ_3{
	border-bottom:1px solid #d55500;
	background:transparent url(../img/infowindow_3.png) 5px bottom no-repeat;
}
div#info_window div.categ_4{
	border-bottom:1px solid #d55500;
	background:transparent url(../img/infowindow_4.png) 5px bottom no-repeat;
}
div#info_window div.categ_5{
	border-bottom:1px solid #85cb1b;
	background:transparent url(../img/infowindow_5.png) 5px bottom no-repeat;
}
div#info_window div.categ_6{
	border-bottom:1px solid #85cb1b;
	background:transparent url(../img/infowindow_6.png) 5px bottom no-repeat;
}
div#info_window div.categ_7{
	border-bottom:1px solid #800bf4;
	background:transparent url(../img/infowindow_7.png) 5px bottom no-repeat;
}
div#info_window div.categ_8{
	border-bottom:1px solid #800bf4;
	background:transparent url(../img/infowindow_8.png) 5px bottom no-repeat;
}
div#info_window div.categ_9{
	border-bottom:1px solid #85cb1b;
	background:transparent url(../img/infowindow_9.png) 5px bottom no-repeat;
}
div#info_window div.categ_10{
	border-bottom:1px solid #85cb1b;
	background:transparent url(../img/infowindow_10.png) 5px bottom no-repeat;
}
div#info_window div.categ_11{
	border-bottom:1px solid #85cb1b;
	background:transparent url(../img/infowindow_11.png) 5px bottom no-repeat;
}
div#info_window div.categ_12{
	border-bottom:1px solid #85cb1b;
	background:transparent url(../img/infowindow_12.png) 5px bottom no-repeat;
}
div#info_window div.categ_13{
	border-bottom:1px solid #02c1c0;
	background:transparent url(../img/infowindow_13.png) 5px bottom no-repeat;
}
div#info_window div.categ_14{
	border-bottom:1px solid #02c1c0;
	background:transparent url(../img/infowindow_14.png) 5px bottom no-repeat;
}
div#info_window div.categ_15{
	border-bottom:1px solid #02c1c0;
	background:transparent url(../img/infowindow_15.png) 5px bottom no-repeat;
}
div#info_window div.categ_16{
	border-bottom:1px solid #02c1c0;
	background:transparent url(../img/infowindow_16.png) 5px bottom no-repeat;
}
div#info_window div.categ_17{
	border-bottom:1px solid #02c1c0;
	background:transparent url(../img/infowindow_17.png) 5px bottom no-repeat;
}
div#info_window div.categ_18{
	border-bottom:1px solid #02c1c0;
	background:transparent url(../img/infowindow_18.png) 5px bottom no-repeat;
}
div#info_window div.categ_19{
	border-bottom:1px solid #02c1c0;
	background:transparent url(../img/infowindow_19.png) 5px bottom no-repeat;
}
div#info_window div.categ_20{
	border-bottom:1px solid #02c1c0;
	background:transparent url(../img/infowindow_20.png) 5px bottom no-repeat;
}
div#info_window div.categ_21{
	border-bottom:1px solid #96664d;
	background:transparent url(../img/infowindow_21.png) 5px bottom no-repeat;
}
div#info_window div.categ_22{
	border-bottom:1px solid #96664d;
	background:transparent url(../img/infowindow_22.png) 5px bottom no-repeat;
}
div#info_window div.categ_23{
	border-bottom:1px solid #96664d;
	background:transparent url(../img/infowindow_23.png) 5px bottom no-repeat;
}
div#info_window div.categ_24{
	border-bottom:1px solid #96664d;
	background:transparent url(../img/infowindow_24.png) 5px bottom no-repeat;
}
div#info_window div.categ_25{
	border-bottom:1px solid #96664d;
	background:transparent url(../img/infowindow_25.png) 5px bottom no-repeat;
}
div#info_window div.categ_26{
	border-bottom:1px solid #0066cc;
	background:transparent url(../img/infowindow_26.png) 5px bottom no-repeat;
}
div#info_window div.categ_27{
	border-bottom:1px solid #0066cc;
	background:transparent url(../img/infowindow_26.png) 5px bottom no-repeat;
}
div#info_window div.categ_28{
	border-bottom:1px solid #0066cc;
	background:transparent url(../img/infowindow_28.png) 5px bottom no-repeat;
}
div#info_window div.categ_29{
	border-bottom:1px solid #0066cc;
	background:transparent url(../img/infowindow_29.png) 5px bottom no-repeat;
}
div#info_window div.categ_30{
	border-bottom:1px solid #0066cc;
	background:transparent url(../img/infowindow_30.png) 5px bottom no-repeat;
}
div#info_window div.categ_31{
	border-bottom:1px solid #a5017b;
	background:transparent url(../img/infowindow_31.png) 5px bottom no-repeat;
}
div#info_window div.categ_32{
	border-bottom:1px solid #37c837;
	background:transparent url(../img/infowindow_32.png) 5px bottom no-repeat;
}
div#info_window div.categ_33{
	border-bottom:1px solid #37c837;
	background:transparent url(../img/infowindow_33.png) 5px bottom no-repeat;
}
div#info_window div.categ_34{
	border-bottom:1px solid #ee0000;
	background:transparent url(../img/infowindow_34.png) 5px bottom no-repeat;
}
div#info_window div.categ_35{
	border-bottom:1px solid #ee0000;
	background:transparent url(../img/infowindow_35.png) 5px bottom no-repeat;
}
div#info_window div.categ_36{
	border-bottom:1px solid #ee0000;
	background:transparent url(../img/infowindow_36.png) 5px bottom no-repeat;
}
div#info_window div.categ_37{
	border-bottom:1px solid #ee0000;
	background:transparent url(../img/infowindow_37.png) 5px bottom no-repeat;
}
div#info_window div.categ_38{
	border-bottom:1px solid #fd802d;
	background:transparent url(../img/infowindow_38.png) 5px bottom no-repeat;
}
div#info_window div.categ_39{
	border-bottom:1px solid #fd802d;
	background:transparent url(../img/infowindow_39.png) 5px bottom no-repeat;
}
div#info_window div.categ_40{
	border-bottom:1px solid #fd802d;
	background:transparent url(../img/infowindow_40.png) 5px bottom no-repeat;
}
div#info_window div.categ_41{
	border-bottom:1px solid #fd802d;
	background:transparent url(../img/infowindow_41.png) 5px bottom no-repeat;
}
div#info_window div.categ_42{
	border-bottom:1px solid #fd802d;
	background:transparent url(../img/infowindow_42.png) 5px bottom no-repeat;
}
div#info_window div.categ_43{
	border-bottom:1px solid #ffcc00;
	background:transparent url(../img/infowindow_43.png) 5px bottom no-repeat;
}
div#info_window div.categ_44{
	border-bottom:1px solid #ffcc00;
	background:transparent url(../img/infowindow_44.png) 5px bottom no-repeat;
}
div#info_window div.categ_45{
	border-bottom:1px solid #d55500;
	background:transparent url(../img/infowindow_45.png) 5px bottom no-repeat;
}
div#info_window div.categ_46{
	border-bottom:1px solid #02c1c0;
	background:transparent url(../img/infowindow_46.png) 5px bottom no-repeat;
}
div#info_window div.categ_47{
	border-bottom:1px solid #96664d;
	background:transparent url(../img/infowindow_47.png) 5px bottom no-repeat;
}
div#info_window div.categ_48{
	border-bottom:1px solid #800bf4;
	background:transparent url(../img/infowindow_48.png) 5px bottom no-repeat;
}
div#info_window div.categ_49{
	border-bottom:1px solid #800bf4;
	background:transparent url(../img/infowindow_49.png) 5px bottom no-repeat;
}
div#info_window div.categ_50{
	border-bottom:1px solid #ffcc00;
	background:transparent url(../img/infowindow_50.png) 5px bottom no-repeat;
}
div#info_window div.categ_51{
	border-bottom:1px solid #ffcc00;
	background:transparent url(../img/infowindow_51.png) 5px bottom no-repeat;
}
div#info_window h5.categ_d55500{
	background-color:#d55500;
}
div#info_window h5.categ_85cb1b{
	background-color:#85cb1b;
}
div#info_window h5.categ_02c1c0{
	background-color:#02c1c0;
}
div#info_window h5.categ_96664d{
	background-color:#96664d;
}
div#info_window h5.categ_0066cc{
	background-color:#0066cc;
}
div#info_window h5.categ_a5017b{
	background-color:#a5017b;
}
div#info_window h5.categ_37c837{
	background-color:#37c837;
}
div#info_window h5.categ_ee0000{
	background-color:#ee0000;
}
div#info_window h5.categ_fd802d{
	background-color:#fd802d;
}
div#info_window h5.categ_ffcc00{
	background-color:#ffcc00;
}
div#info_window h5.categ_800bf4{
	background-color:#800bf4;
}
div#info_window p.categ_d55500{
	border-top:1px solid #d55500;
}
div#info_window p.categ_85cb1b{
	border-top:1px solid #85cb1b;
}
div#info_window p.categ_02c1c0{
	border-top:1px solid #02c1c0;
}
div#info_window p.categ_96664d{
	border-top:1px solid #96664d;
}
div#info_window p.categ_0066cc{
	border-top:1px solid #0066cc;
}
div#info_window p.categ_a5017b{
	border-top:1px solid #a5017b;
}
div#info_window p.categ_37c837{
	border-top:1px solid #37c837;
}
div#info_window p.categ_ee0000{
	border-top:1px solid #ee0000;
}
div#info_window p.categ_fd802d{
	border-top:1px solid #fd802d;
}
div#info_window p.categ_ffcc00{
	border-top:1px solid #ffcc00;
}
div#info_window p.categ_800bf4{
	border-top:1px solid #800bf4;
}

p#infobulle_1{
	padding:0 40px 0 0;
	color:#d55500;
	background:transparent url(../img/infobulle_1.png) right bottom no-repeat;
}
p#infobulle_2{
	padding:0 40px 0 0;
	color:#d55500;
	background:transparent url(../img/infobulle_2.png) right bottom no-repeat;
}
p#infobulle_3{
	padding:0 40px 0 0;
	color:#d55500;
	background:transparent url(../img/infobulle_3.png) right bottom no-repeat;
}
p#infobulle_4{
	padding:0 40px 0 0;
	color:#d55500;
	background:transparent url(../img/infobulle_4.png) right bottom no-repeat;
}
p#infobulle_5{
	padding:0 40px 0 0;
	color:#85cb1b;
	background:transparent url(../img/infobulle_5.png) right bottom no-repeat;
}
p#infobulle_6{
	padding:0 40px 0 0;
	color:#85cb1b;
	background:transparent url(../img/infobulle_6.png) right bottom no-repeat;
}
p#infobulle_7{
	padding:0 40px 0 0;
	color:#800bf4;
	background:transparent url(../img/infobulle_7.png) right bottom no-repeat;
}
p#infobulle_8{
	padding:0 40px 0 0;
	color:#800bf4;
	background:transparent url(../img/infobulle_8.png) right bottom no-repeat;
}
p#infobulle_9{
	padding:0 40px 0 0;
	color:#85cb1b;
	background:transparent url(../img/infobulle_9.png) right bottom no-repeat;
}
p#infobulle_10{
	padding:0 40px 0 0;
	color:#85cb1b;
	background:transparent url(../img/infobulle_10.png) right bottom no-repeat;
}
p#infobulle_11{
	padding:0 40px 0 0;
	color:#85cb1b;
	background:transparent url(../img/infobulle_11.png) right bottom no-repeat;
}
p#infobulle_12{
	padding:0 40px 0 0;
	color:#85cb1b;
	background:transparent url(../img/infobulle_12.png) right bottom no-repeat;
}
p#infobulle_13{
	padding:0 40px 0 0;
	color:#02c1c0;
	background:transparent url(../img/infobulle_13.png) right bottom no-repeat;
}
p#infobulle_14{
	padding:0 40px 0 0;
	color:#02c1c0;
	background:transparent url(../img/infobulle_14.png) right bottom no-repeat;
}
p#infobulle_15{
	padding:0 40px 0 0;
	color:#02c1c0;
	background:transparent url(../img/infobulle_15.png) right bottom no-repeat;
}
p#infobulle_16{
	padding:0 40px 0 0;
	color:#02c1c0;
	background:transparent url(../img/infobulle_16.png) right bottom no-repeat;
}
p#infobulle_17{
	padding:0 40px 0 0;
	color:#02c1c0;
	background:transparent url(../img/infobulle_17.png) right bottom no-repeat;
}
p#infobulle_18{
	padding:0 40px 0 0;
	color:#02c1c0;
	background:transparent url(../img/infobulle_18.png) right bottom no-repeat;
}
p#infobulle_19{
	padding:0 40px 0 0;
	color:#02c1c0;
	background:transparent url(../img/infobulle_19.png) right bottom no-repeat;
}
p#infobulle_20{
	padding:0 40px 0 0;
	color:#02c1c0;
	background:transparent url(../img/infobulle_20.png) right bottom no-repeat;
}
p#infobulle_21{
	padding:0 40px 0 0;
	color:#96664d;
	background:transparent url(../img/infobulle_21.png) right bottom no-repeat;
}
p#infobulle_22{
	padding:0 40px 0 0;
	color:#96664d;
	background:transparent url(../img/infobulle_22.png) right bottom no-repeat;
}
p#infobulle_23{
	padding:0 40px 0 0;
	color:#96664d;
	background:transparent url(../img/infobulle_23.png) right bottom no-repeat;
}
p#infobulle_24{
	padding:0 40px 0 0;
	color:#96664d;
	background:transparent url(../img/infobulle_24.png) right bottom no-repeat;
}
p#infobulle_25{
	padding:0 40px 0 0;
	color:#96664d;
	background:transparent url(../img/infobulle_25.png) right bottom no-repeat;
}
p#infobulle_26{
	padding:0 40px 0 0;
	color:#0066cc;
	background:transparent url(../img/infobulle_26.png) right bottom no-repeat;
}
p#infobulle_27{
	padding:0 40px 0 0;
	color:#0066cc;
	background:transparent url(../img/infobulle_27.png) right bottom no-repeat;
}
p#infobulle_28{
	padding:0 40px 0 0;
	color:#0066cc;
	background:transparent url(../img/infobulle_28.png) right bottom no-repeat;
}
p#infobulle_29{
	padding:0 40px 0 0;
	color:#0066cc;
	background:transparent url(../img/infobulle_29.png) right bottom no-repeat;
}
p#infobulle_30{
	padding:0 40px 0 0;
	color:#0066cc;
	background:transparent url(../img/infobulle_30.png) right bottom no-repeat;
}
p#infobulle_31{
	padding:0 40px 0 0;
	color:#a5017b;
	background:transparent url(../img/infobulle_31.png) right bottom no-repeat;
}
p#infobulle_32{
	padding:0 40px 0 0;
	color:#37c837;
	background:transparent url(../img/infobulle_32.png) right bottom no-repeat;
}
p#infobulle_33{
	padding:0 40px 0 0;
	color:#37c837;
	background:transparent url(../img/infobulle_33.png) right bottom no-repeat;
}
p#infobulle_34{
	padding:0 40px 0 0;
	color:#ee0000;
	background:transparent url(../img/infobulle_34.png) right bottom no-repeat;
}
p#infobulle_35{
	padding:0 40px 0 0;
	color:#ee0000;
	background:transparent url(../img/infobulle_35.png) right bottom no-repeat;
}
p#infobulle_36{
	padding:0 40px 0 0;
	color:#ee0000;
	background:transparent url(../img/infobulle_36.png) right bottom no-repeat;
}
p#infobulle_37{
	padding:0 40px 0 0;
	color:#ee0000;
	background:transparent url(../img/infobulle_37.png) right bottom no-repeat;
}
p#infobulle_38{
	padding:0 40px 0 0;
	color:#fd802d;
	background:transparent url(../img/infobulle_38.png) right bottom no-repeat;
}
p#infobulle_39{
	padding:0 40px 0 0;
	color:#fd802d;
	background:transparent url(../img/infobulle_39.png) right bottom no-repeat;
}
p#infobulle_40{
	padding:0 40px 0 0;
	color:#fd802d;
	background:transparent url(../img/infobulle_40.png) right bottom no-repeat;
}
p#infobulle_41{
	padding:0 40px 0 0;
	color:#fd802d;
	background:transparent url(../img/infobulle_41.png) right bottom no-repeat;
}
p#infobulle_42{
	padding:0 40px 0 0;
	color:#fd802d;
	background:transparent url(../img/infobulle_42.png) right bottom no-repeat;
}
p#infobulle_43{
	padding:0 40px 0 0;
	color:#ffcc00;
	background:transparent url(../img/infobulle_43.png) right bottom no-repeat;
}
p#infobulle_44{
	padding:0 40px 0 0;
	color:#ffcc00;
	background:transparent url(../img/infobulle_44.png) right bottom no-repeat;
}
p#infobulle_45{
	padding:0 40px 0 0;
	color:#d55500;
	background:transparent url(../img/infobulle_45.png) right bottom no-repeat;
}
p#infobulle_46{
	padding:0 40px 0 0;
	color:#02c1c0 ;
	background:transparent url(../img/infobulle_46.png) right bottom no-repeat;
}
p#infobulle_47{
	padding:0 40px 0 0;
	color:#96664d;
	background:transparent url(../img/infobulle_47.png) right bottom no-repeat;
}
p#infobulle_48{
	padding:0 40px 0 0;
	color:#800bf4;
	background:transparent url(../img/infobulle_48.png) right bottom no-repeat;
}
p#infobulle_49{
	padding:0 40px 0 0;
	color:#800bf4;
	background:transparent url(../img/infobulle_49.png) right bottom no-repeat;
}
p#infobulle_50{
	padding:0 40px 0 0;
	color:#ffcc00;
	background:transparent url(../img/infobulle_50.png) right bottom no-repeat;
}
p#infobulle_51{
	padding:0 40px 0 0;
	color:#ffcc00;
	background:transparent url(../img/infobulle_51.png) 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:inline;
	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:inline;
	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:inline;
	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:40px;
	top:0px;
	left:0px;
	border-bottom:1px solid #b0b0b0;
	/*background:url(../img/degrade-header.png) left top repeat-x;*/
	background:#ececec;
	z-index:10;
}
div#content{
	position:absolute;
	width:100%;
	top:41px;
	left:0px;
	bottom:25px;
	z-index:1;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #8c8c8c;
}
div#loading_state{
	display:inline;
	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:24px;
	bottom:0px;
	left:0px;
	z-index:10;
	/*background:url(../img/degrade-footer.png) left top repeat-x;*/
	border-top:1px solid #cacaca;
	background:#ececec url(../img/images.png) -275px -228px no-repeat;
}
div#footer div#rfooter{
	display:inline;
	float:right;
	height:24px;
	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:25px;
	width:40px;
	height:40px;
	background:url(../img/images.png) -684px 0 no-repeat;
}
div#header a#img_add{
	margin-left:20px;
	width:40px;
	height:40px;
	background:url(../img/images.png) -684px -40px no-repeat;
}

div#header a#a-logo{
	display:block;
	float:left;
	height:40px;
	width:170px;
	background:url(../img/images.png) 0px -228px 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:24px;
	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#ul-groups{
	display:inline;
	float:left;
	width:380px;
	height:38px;
	margin:1px;
	background:url(../img/images.png) -38px -114px no-repeat;
}
div#header ul#ul-groups li{
	display:inline;
	float:left;
	list-style:none;
	width:38px;
	height:38px;
}
div#header ul#ul-groups li a{
	display:inline;
	float:left;
	width:38px;
	height:38px;
}
div#header ul#ul-groups li a.cl-groups-off{
	background:transparent;	
}
div#header ul#ul-groups li a.cl-groups-1{
	background:url(../img/images.png) 0 0 no-repeat;
}
div#header ul#ul-groups li a.cl-groups-2{
	background:url(../img/images.png) -38px 0 no-repeat;
}
div#header ul#ul-groups li a.cl-groups-3{
	background:url(../img/images.png) -76px 0 no-repeat;
}
div#header ul#ul-groups li a.cl-groups-4{
	background:url(../img/images.png) -114px 0 no-repeat;
}
div#header ul#ul-groups li a.cl-groups-5{
	background:url(../img/images.png) -152px 0 no-repeat;
}
div#header ul#ul-groups li a.cl-groups-6{
	background:url(../img/images.png) -190px 0 no-repeat;
}
div#header ul#ul-groups li a.cl-groups-7{
	background:url(../img/images.png) -228px 0 no-repeat;
}
div#header ul#ul-groups li a.cl-groups-8{
	background:url(../img/images.png) -266px 0 no-repeat;
}
div#header ul#ul-groups li a.cl-groups-9{
	background:url(../img/images.png) -304px 0 no-repeat;
}
div#header ul#ul-groups li a.cl-groups-10{
	background:url(../img/images.png) -342px 0 no-repeat;
}
div#header ul#ul-groups li a.cl-groups-11{
	background:url(../img/images.png) -342px 0 no-repeat;
}
div#header ul#ul-groups li a.cl-groups-12{
	background:url(../img/images.png) -380px 0 no-repeat;
}

/* Sous-menu Cat�gories */
div#header ul.ul-category{
	display:none;
	float:left;
	position:absolute;
	padding-top:10px;
	top:31px;
}
div#header ul#ul-category-1{
	left:170px;
}
div#header ul#ul-category-2{
	left:170px;/*left:208px;*/
}
div#header ul#ul-category-3{
	left:208px;/*left:246px;*/
}
div#header ul#ul-category-4{
	left:246px;/*left:284px;*/
}
div#header ul#ul-category-5{
	left:284px;/*left:322px;*/
}
div#header ul#ul-category-6{
	left:322px;
}
div#header ul#ul-category-7{
	left:360px;/*left:398px;*/
}
div#header ul#ul-category-8{
	left:398px;/*left:436px;*/
}
div#header ul#ul-category-9{
	left:436px;/*left:474px;*/
}
div#header ul#ul-category-10{
	left:512px;
}
div#header ul#ul-category-11{
	left:474px;/*left:550px;*/
}
div#header ul#ul-category-12{
	left:512px;/*left:550px;*/
}
div#header ul.ul-category li{
	list-style:none;
	float:left;
	clear:left;
	height:40px;
	width:100%;
	/width:230px;
	background:#ececec;
	border-top:1px solid #f4f4f4;
	border-bottom:1px solid #d7d7d7;
	padding-right:auto;
}
div#header ul.ul-category li a{
	display:inline;
	float:left;
	width:38px;
	height:38px;
	margin:1px;
}
div#header ul.ul-category li span{
	display:inline;
	float:left;
	margin:0 15px 0 3px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	font-size:11px;
	color:#5f5f5f;
}
div#header ul.ul-category li a.cl-category-1-on{
	background:transparent url(../img/images.png) -418px 0 no-repeat;
}
div#header ul.ul-category li a.cl-category-1-off{
	background:transparent url(../img/images.png) -418px -114px no-repeat;
}
div#header ul.ul-category li a.cl-category-2-on{
	background:transparent url(../img/images.png) -456px 0 no-repeat;
}
div#header ul.ul-category li a.cl-category-2-off{
	background:transparent url(../img/images.png) -456px -114px no-repeat;
}
div#header ul.ul-category li a.cl-category-3-on{
	background:transparent url(../img/images.png) -494px 0 no-repeat;
}
div#header ul.ul-category li a.cl-category-3-off{
	background:transparent url(../img/images.png) -494px -114px no-repeat;
}
div#header ul.ul-category li a.cl-category-4-on{
	background:transparent url(../img/images.png) -532px 0 no-repeat;
}
div#header ul.ul-category li a.cl-category-4-off{
	background:transparent url(../img/images.png) -532px -114px no-repeat;
}
div#header ul.ul-category li a.cl-category-5-on{
	background:transparent url(../img/images.png) -570px 0 no-repeat;
}
div#header ul.ul-category li a.cl-category-5-off{
	background:transparent url(../img/images.png) -570px -114px no-repeat;
}
div#header ul.ul-category li a.cl-category-6-on{
	background:transparent url(../img/images.png) -608px 0 no-repeat;
}
div#header ul.ul-category li a.cl-category-6-off{
	background:transparent url(../img/images.png) -608px -114px no-repeat;
}
div#header ul.ul-category li a.cl-category-7-on{
	background:transparent url(../img/images.png) -646px 0 no-repeat;
}
div#header ul.ul-category li a.cl-category-7-off{
	background:transparent url(../img/images.png) -646px -114px no-repeat;
}
div#header ul.ul-category li a.cl-category-8-on{
	background:transparent url(../img/images.png) -342px 0 no-repeat;
}
div#header ul.ul-category li a.cl-category-8-off{
	background:transparent url(../img/images.png) -342px -114px no-repeat;
}
div#header ul.ul-category li a.cl-category-9-on{
	background:transparent url(../img/images.png) 0 -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-9-off{
	background:transparent url(../img/images.png) 0 -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-10-on{
	background:transparent url(../img/images.png) -38px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-10-off{
	background:transparent url(../img/images.png) -38px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-11-on{
	background:transparent url(../img/images.png) -76px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-11-off{
	background:transparent url(../img/images.png) -76px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-12-on{
	background:transparent url(../img/images.png) -114px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-12-off{
	background:transparent url(../img/images.png) -114px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-13-on{
	background:transparent url(../img/images.png) -152px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-13-off{
	background:transparent url(../img/images.png) -152px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-14-on{
	background:transparent url(../img/images.png) -190px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-14-off{
	background:transparent url(../img/images.png) -190px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-15-on{
	background:transparent url(../img/images.png) -228px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-15-off{
	background:transparent url(../img/images.png) -228px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-16-on{
	background:transparent url(../img/images.png) -266px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-16-off{
	background:transparent url(../img/images.png) -266px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-17-on{
	background:transparent url(../img/images.png) -304px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-17-off{
	background:transparent url(../img/images.png) -304px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-18-on{
	background:transparent url(../img/images.png) -342px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-18-off{
	background:transparent url(../img/images.png) -342px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-19-on{
	background:transparent url(../img/images.png) -380px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-19-off{
	background:transparent url(../img/images.png) -380px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-20-on{
	background:transparent url(../img/images.png) -418px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-20-off{
	background:transparent url(../img/images.png) -418px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-21-on{
	background:transparent url(../img/images.png) -456px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-21-off{
	background:transparent url(../img/images.png) -456px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-22-on{
	background:transparent url(../img/images.png) -494px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-22-off{
	background:transparent url(../img/images.png) -494px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-23-on{
	background:transparent url(../img/images.png) -532px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-23-off{
	background:transparent url(../img/images.png) -532px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-24-on{
	background:transparent url(../img/images.png) -570px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-24-off{
	background:transparent url(../img/images.png) -570px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-25-on{
	background:transparent url(../img/images.png) -608px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-25-off{
	background:transparent url(../img/images.png) -608px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-26-on{
	background:transparent url(../img/images.png) -646px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-26-off{
	background:transparent url(../img/images.png) -646px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-27-on{
	background:transparent url(../img/images.png) 0 -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-27-off{
	background:transparent url(../img/images.png) 0 -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-28-on{
	background:transparent url(../img/images.png) -38px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-28-off{
	background:transparent url(../img/images.png) -38px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-29-on{
	background:transparent url(../img/images.png) -76px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-29-off{
	background:transparent url(../img/images.png) -76px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-30-on{
	background:transparent url(../img/images.png) -114px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-30-off{
	background:transparent url(../img/images.png) -114px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-31-on{
	background:transparent url(../img/images.png) -152px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-31-off{
	background:transparent url(../img/images.png) -152px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-32-on{
	background:transparent url(../img/images.png) -190px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-32-off{
	background:transparent url(../img/images.png) -190px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-33-on{
	background:transparent url(../img/images.png) -228px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-33-off{
	background:transparent url(../img/images.png) -228px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-34-on{
	background:transparent url(../img/images.png) -266px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-34-off{
	background:transparent url(../img/images.png) -266px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-35-on{
	background:transparent url(../img/images.png) -304px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-35-off{
	background:transparent url(../img/images.png) -304px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-36-on{
	background:transparent url(../img/images.png) -342px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-36-off{
	background:transparent url(../img/images.png) -342px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-37-on{
	background:transparent url(../img/images.png) -380px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-37-off{
	background:transparent url(../img/images.png) -380px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-38-on{
	background:transparent url(../img/images.png) -418px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-38-off{
	background:transparent url(../img/images.png) -418px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-39-on{
	background:transparent url(../img/images.png) -456px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-39-off{
	background:transparent url(../img/images.png) -456px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-40-on{
	background:transparent url(../img/images.png) -494px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-40-off{
	background:transparent url(../img/images.png) -494px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-41-on{
	background:transparent url(../img/images.png) -532px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-41-off{
	background:transparent url(../img/images.png) -532px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-42-on{
	background:transparent url(../img/images.png) -570px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-42-off{
	background:transparent url(../img/images.png) -570px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-43-on{
	background:transparent url(../img/images.png) -608px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-43-off{
	background:transparent url(../img/images.png) -608px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-44-on{
	background:transparent url(../img/images.png) -646px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-44-off{
	background:transparent url(../img/images.png) -646px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-45-on{
	background:url(../img/images.png) 0 0 no-repeat;
}
div#header ul.ul-category li a.cl-category-45-off{
	background:url(../img/images.png) 0 -114px no-repeat;
}
div#header ul.ul-category li a.cl-category-46-on{
	background:url(../img/images.png) 0 -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-46-off{
	background:url(../img/images.png) 0 -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-47-on{
	background:url(../img/images.png) -36px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-47-off{
	background:url(../img/images.png) -36px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-48-on{
	background:url(../img/images.png) -76px -76px no-repeat;
}
div#header ul.ul-category li a.cl-category-48-off{
	background:url(../img/images.png) -76px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-49-on{
	background:url(../img/images.png) -684px -114px no-repeat;
}
div#header ul.ul-category li a.cl-category-49-off{
	background:url(../img/images.png) -684px -152px no-repeat;
}
div#header ul.ul-category li a.cl-category-50-on{
	background:url(../img/images.png) -380px 0 no-repeat;
}
div#header ul.ul-category li a.cl-category-50-off{
	background:url(../img/images.png) -380px -114px no-repeat;
}
div#header ul.ul-category li a.cl-category-51-on{
	background:url(../img/images.png) -684px -190px no-repeat;
}
div#header ul.ul-category li a.cl-category-51-off{
	background:url(../img/images.png) -38px -152px no-repeat;
}


div#header div#div_labels{
	display:inline;
	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:inline;
	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;
}
