<style type="text/css">
#init{display:none;}

.colored_scrollbar {
  scrollbar-face-color			:#EEEEEE; /* barre */
  scrollbar-arrow-color			:#FFFFFF; /* flèches */
  scrollbar-track-color			:#99AABB; /* goutière */
  scrollbar-shadow-color		:#000000; /* ombre haut gauche */
  scrollbar-highlight-color		:#666666; /* cadre */
  scrollbar-3dlight-color		:#AAAAAA; /* éclairage */
  scrollbar-darkshadow-Color	:#DDDDEE; /* ombre générale */
}

/* ----------------------------------- */
div.popup {
	margin:0px;
	padding:0px;
}

#popup_container {
	position:absolute;
}

/* ----------------------------------- */
#popup_region_container {
	position:absolute;
	left:0px;
	top:0px;

	/*--- hack ie6 : gestion de la transparence - voir aussi gestion des images png ---*/
	/*--- http://www.unintentionallyblank.co.uk/2007/05/07/cross-browser-background-transparency-with-css/  ---*/
	_filter:alpha(opacity=100); 

	width:260px;
	height:290px;
}

/* ----------------------------------- */
#popup_region_table {
	width:100%; 
	height:100%;

	background-image:url(..//image//pop_fond_solo.png);
	background-repeat:no-repeat;
	background-position:top left;

	/*border:solid 1px #000000;*/
	/*visibility:hidden;*/
}
*html #popup_region_table, *+html #popup_region_table {
	/*--- hack ie6 : gestion de la transparence ---*/
	background-image:url(..//image//pop_fond_solo.gif);
	filter:alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999, direction=135, strength=5);
}

#popup_map_container {
	position:relative;
}

/* ----------------------------------- */
#popup_slide_container {
	position:absolute;
	left:225px;
	top:8px;

	width:230px;
	height:270px;
	
	/*border:solid 1px #000000;*/
}

#popup_slide_content {
	position:absolute;
	left:10px;
	top:10px;
	overflow:hidden;
}

#popup_slide_selection {
	width:100%;
}

#popup_slide_selection_menu {
	position:relative; 
	left:20px;
	top:220px; 
	width:200px;
	height:30px;
}

#popup_slide_detail {
	/*border:solid 1px #0000FF;*/
}

#btPopupDetailSelect {
	/*width:85px; */
	/*padding-bottom:4px; */
	/*background-position:left top;*/
}
#label_btPopupDetailSelect {
	position:relative; 
	top:2px;
}
*html #label_btPopupDetailSelect, *+html #label_btPopupDetailSelect {
	top:0px;
}
/* ----------------------------------- */
#popup_slide_background {
	position:absolute;
	width:100%;
	height:100%;
}
#popup_slide_bg_left {
	width:280px;
	height:270px;
	
	background-image:url(..//image//pop_fond_gauche.png);
	background-repeat:no-repeat;
	background-position:top left;
}
*html #popup_slide_bg_left, *+html #popup_slide_bg_left {
	background-image:url(..//image//pop_fond_gauche.gif);
}

#popup_slide_bg_center {
	width:10px;
	height:270px;

	background-image:url(..//image//pop_fond_milieu.png);
	background-repeat:repeat-x;
	background-position:top left;
}
*html #popup_slide_bg_center, *+html #popup_slide_bg_center {
	background-image:url(..//image//pop_fond_milieu.gif);
}

#popup_slide_bg_right {
	width:30px;
	height:270px;

	background-image:url(..//image//pop_fond_droite.png);
	background-repeat:no-repeat;
	background-position:top left;
}
*html #popup_slide_bg_right, *+html #popup_slide_bg_right {
	background-image:url(..//image//pop_fond_droite.gif);
}

/* ----------------------------------- */
#btClose_popup {
	color:#444444;
	width:70px;
}
#btOpen_popup_selection {
	color:#444444;
	width:170px;
	text-align:center;
}

#btClosePopupSlide {
	color:#444444;
	position:absolute;
	left:-55px; 
	top:-15px;
	width:60px;
	visibility:hidden;
}

#btShowPopupSelection {
	/*background-repeat:no-repeat;*/
	/*background-position:center center;*/
	/*background-image:url(..//image//afficher.gif);*/

	width:70px;
	height:21px;
}

img.btPopup_arrow {
	margin-bottom:-1px;
}

  .btMain_map, .btMain_map_encours
, .btPopup_map, .btPopup_map_encours, .btPopup_map_selected {
	position:absolute;

	width:12px;
	height:12px;
	background-repeat:no-repeat;
	background-position:center center;
	
	/*--- hack ie6 : gestion de la transparence ---*/
	_filter:alpha(opacity=100); 
}
.btMain_map {
	background-image:url(..//image//point_bleu.png);
	/*--- hack ie6 : gestion de la transparence ---*/
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/point_bleu.png');
	_background:none;
}
.btMain_map_encours {
	background-image:url(..//image//point_orange.png);
	/*--- hack ie6 : gestion de la transparence ---*/
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/point_orange.png');
	_background:none;
}
.btPopup_map {
	background-image:url(..//image//point_bleu.png);
	/*--- hack ie6 : gestion de la transparence ---*/
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/point_bleu.png');
	_background:none;
}
.btPopup_map_encours {
	background-image:url(..//image//point_orange.png);
	/*--- hack ie6 : gestion de la transparence ---*/
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/point_orange.png');
	_background:none;
}
.btPopup_map_selected {
	background-image:url(..//image//point_rouge.png);
	/*--- hack ie6 : gestion de la transparence ---*/
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/point_rouge.png');
	_background:none;
}

/* ----------------------------------- */
  td.popup_slide_selection_title
, td.popup_slide_selection_descr 
, td.popup_slide_selection_check
{
	padding:5px;
}
td.popup_slide_selection_title {
	padding-left:15px;
}

  td.popup_slide_selection_title
, td.popup_slide_selection_descr 
{
	border-bottom:solid 1px #336699;
	border-right:dotted 1px #336699;
}
td.popup_slide_selection_title {
	width:50%;
	font-weight:bold;
}
td.popup_slide_selection_descr {
	width:50%;
}
td.popup_slide_selection_check {
	width:20px;
	text-align:center;
	border-bottom:solid 1px #336699;
}

</style>
