* {
	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 #a155ec;
	background:transparent url(../img/infowindow_1.png) 5px bottom no-repeat;
}
div#info_window div.categ_2{
	border-bottom:1px solid #f2833a;
	background:transparent url(../img/infowindow_2.png) 5px bottom no-repeat;
}
div#info_window div.categ_3{
	border-bottom:1px solid #d90000;
	background:transparent url(../img/infowindow_3.png) 5px bottom no-repeat;
}
div#info_window div.categ_4{
	border-bottom:1px solid #3ac4c4;
	background:transparent url(../img/infowindow_4.png) 5px bottom no-repeat;
}
div#info_window h5.categ_a155ec{
	background-color:#a155ec;
}
div#info_window h5.categ_f2833a{
	background-color:#f2833a;
}
div#info_window h5.categ_d90000{
	background-color:#d90000;
}
div#info_window h5.categ_3ac4c4{
	background-color:#3ac4c4;
}
div#info_window p.categ_a155ec{
	border-top:1px solid #a155ec;
}
div#info_window p.categ_f2833a{
	border-top:1px solid #f2833a;
}
div#info_window p.categ_d90000{
	border-top:1px solid #d90000;
}
div#info_window p.categ_3ac4c4{
	border-top:1px solid #96664d;
}

p#infobulle_1{
	padding:0 40px 0 0;
	color:#a155ec;
	background:transparent url(../img/infobulle_1.png) right bottom no-repeat;
}
p#infobulle_2{
	padding:0 40px 0 0;
	color:#f2833a;
	background:transparent url(../img/infobulle_2.png) right bottom no-repeat;
}
p#infobulle_3{
	padding:0 40px 0 0;
	color:#d90000;
	background:transparent url(../img/infobulle_3.png) right bottom no-repeat;
}
p#infobulle_4{
	padding:0 40px 0 0;
	color:#3ac4c4;
	background:transparent url(../img/infobulle_4.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) -170px -126px 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) -580px 0 no-repeat;
}
div#header a#img_add{
	margin-left:20px;
	width:40px;
	height:40px;
	background:url(../img/images.png) -580px -40px no-repeat;
}

div#header a#a-logo{
	display:block;
	float:left;
	height:40px;
	width:165px;
	margin:0 5px 0 0;
	background:url(../img/images.png) 0px -110px 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:76px;
	height:38px;
	margin:1px;
	background:url(../img/images.png) 0 -38px 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;
}
/* 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:208px;
}
div#header ul#ul-category-3{
	left:246px;
}
div#header ul#ul-category-4{
	left:284px;
}
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) 0 0 no-repeat;
}
div#header ul.ul-category li a.cl-category-1-off{
	background:transparent url(../img/images.png) 0 -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-2-on{
	background:transparent url(../img/images.png) -38px 0 no-repeat;
}
div#header ul.ul-category li a.cl-category-2-off{
	background:transparent url(../img/images.png) -38px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-3-on{
	background:transparent url(../img/images.png) -76px 0 no-repeat;
}
div#header ul.ul-category li a.cl-category-3-off{
	background:transparent url(../img/images.png) -76px -38px no-repeat;
}
div#header ul.ul-category li a.cl-category-4-on{
	background:transparent url(../img/images.png) -114px 0 no-repeat;
}
div#header ul.ul-category li a.cl-category-4-off{
	background:transparent url(../img/images.png) -114px -38px 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;
}
