/* SUCCURSALES */

.listing li {
	cursor:pointer;
}

.col1 {
	float: left;
	width: 255px;
}


#col2_succ {
	float: right;
	width: 704px;
	height: 460px;
	margin-left: 0px;
}

.succ_fr {
	background-image:url(../images/bg/bg_succursales_fr.jpg);
}

.succ_en {
	background-image:url(../images/bg/bg_succursales_en.jpg);
}


#succ_results {
	margin: 0 0 0 0;
	height: 460px;
	width: 220px;
	overflow-y:auto;
	display:none;
	background-color:white;
	border-left: 2px dotted #D5BDA4;
	padding:0;
	float:left;
}

#succ_results .heure_ouverture {
	display:none;
}

#succ_results .distance {
	text-transform: uppercase;
	font-weight: bold;
}

#succ_map {
	height: 460px;
	width:482px;
	float:left;
	padding:0;
	font-family: Helvetica,Arial,sans-serif;
	color: #553424;
	font-size:11px;
}

#succ_map .heure_ouverture {
	display:block;
	margin-top:12px;
	margin-bottom:12px;
}

#succ_map .heure_ouverture .heure_title {
	font-weight:bold;
}
/*
#emploi_details {
	padding: 20px 80px 0 20px;
	overflow:auto;
	background:#FFFFFF;
	display:none;
	float:left;
}

#succ_map {
	float:left;
	min-width:350px;
	padding:0;
}

#succ_map DIV {
	
}*/

.gmap_info {
	color:#553424;
	font:normal 12px/14px Helvetica,Arial,sans-serif;
}

.gmap_info a, .gmap_info a:visited, .gmap_info a:hover {
	color:#553424;
	font:normal 16px/18px Helvetica,Arial,sans-serif;
	font-weight:bolder;
	text-decoration:none;
}

.gmap_info .titre,
.gmap_info .heure_title {
	display:block;
	padding:0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height:15px;
	font-weight: bold;
	color: #D5BDA4;
	text-transform: uppercase;
	/*border-bottom: 1px dotted #D5BDA4;*/
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 4px;
	/*width: 225px; */
}
.gmap_info .desc {
	display:block;
	font-weight:normal;
	font: normal 13px/15px Helvetica,Arial,sans-serif;
}

.glink, .glink:visited, .glink:hover {
	color:#9D9FA2;
}