body { font-family: 'Dosis', sans-serif; font-size: 14px; font-weight: 300; line-height: 1em; margin:0; padding:0;}
a { text-decoration: none; }
.sep { clear: both; }

/************************** BLOC ***************************/
.searchDistributor { width: 1000px; /*border: 1px solid #000;*/ margin: 0 auto; padding: 0; position: relative; }

	/************************** HEADER ***************************/
	.titles { color: #fff; background: #000; padding: 2px 12px; }
	h1 { font-size: 25px; font-weight: 700; }
	h2 { font-size: 16px; font-weight: 300; }
	h2.after { display: none; }

	/************************** CARTE ***************************/
	#canvas_france { background: url('img/carte.png') no-repeat 0px 5px ; margin: 25px auto; width: 577px; }

	/************************** POPUP ***************************/
	.popup { position: absolute; top: 68px; z-index: 100; width: 1000px; display: none; }
	
	.selectBar { background: url('img/bkgSelect.png') repeat-x; height: 42px; font-size: 20px; font-weight: bold; text-transform: uppercase; }
	.selectBar li, .selectBar tr { list-style-type: none; float: left; position: relative; top: 13px; }
	.selectBar li a, .selectBar li, .selectBar tr a, .selectBar tr { color: #FFED00;  }
	.sub1 { margin-left: 203px; }
	.sub2 { margin-left: 216px; }
	.sub3 { margin-left: 33px; }
	.sub4 { margin-left: 156px; }
	.selectBar li.asc a, .selectBar li.dsc a { bottom: 6px; position: relative; }
	.asc span { background: url("img/arrowASC.png") no-repeat; width: 20px; height: 20px; top: 2px; position: relative; display: inline-block; left: 5px; }
	.dsc span { background: url("img/arrowDSC.png") no-repeat; width: 20px; height: 20px; top: 2px; position: relative; display: inline-block; left: 5px; }
	
	#tableScrollPane { width: 715px; max-height: 441px; overflow:hidden;  margin: 8px 0 8px 0; }
	.borderResult { border-top: 1px solid #000; border-bottom: 1px solid #000; width: 692px; margin-left: 90px; }
	.result { height: 542px; background-color: rgba(255,255,255,0); }
	
	#popup_content { position: relative; }
	.miniMapFrame, .result  { float: left; }
	.miniMapFrame { margin-left:20px;}
	.miniMap { background: url('img/miniCarte.png') no-repeat; width: 152px; height: 150px; }
	.btRetour a { background: url('img/btRetour.png') no-repeat; width: 136px; height: 24px; display: block; position: relative; top: 5px; }
	.distributors { font-size: 14px; text-transform: uppercase; }
	.distributors tr td { padding: 3px 0; }
	.distributors tr.line0, .distributors tr.odd { background: #c6c6c6; }
	.popup hr { color: #000; margin: 0 0 0 89px; width: 664px; }
	.distributors td.name { width: 268px; padding-left: 2px;}
	.distributors td.cp { font-weight: bold; width: 72px; }
	.distributors td.town { width: 230px; }
	.distributors td.tel { width: 120px; }	
	.distributors thead tr { display: none; }