/*-------------------------------------------------
    LEGEND POPUP
-------------------------------------------------*/
#LegendPopup {
	height: 290px;
}

#LegendPopup .link_right {
	top: 39px;
}

#LegendPopup .bordGauche, #LegendPopup .bordDroite {
	height: 240px;
}

#LegendPopup .content {
	/*width: 473px;*/
	height: 238px;
}

/*#LegendPopup .title .gauche {
	width: 463px;
}*/

#LegendPopup .footer .gauche {
	width: 488px;
}

#legend {
	overflow: auto;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#legend .legendTitleContainer {
	padding: 5px;
	background-color: #F3F3F3;
	color: #000;
}

#legend .cursor{
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	font-size: 1px;
	float: left;
	padding-right: 5px;
	cursor: pointer;
}

#legend .cursor.opened{
	background-image: url("../images/legend-detail-opened.png");
	background-position: 0 3px;
}

#legend .cursor.closed{
	background-image: url("../images/legend-detail-closed.png");
	background-position: 3px 0;
}

#legend .legendTitleContainer .title{
	font-weight: bold;
	font-size: 10px;
}

#legend .legendRow {
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 370px;
}

#legend .legendRow img {
	display: block;
	background-color: #fff;
}

#legend .custoLegend {
	margin-left: 10px;
}

#legend .defaultMessage {
	margin-left: 10px;
	color: #000;
}

#legend .custoLegend .legendTitle {
	font-weight: bold;
	padding-bottom: 10px;
	color: #000;
}

#legend .custoLegend .custoLegendSheetContent {
	padding-left: 5px;
}

#legend .custoLegend .custoLegendSheetContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#legend .custoLegend .custoLegendSheetContent li {
	margin-left: 0;
	padding-left: 0;
	clear: both;
}

#legend .custoLegend .custoLegendMotif {
    background-color: #fff;
	display: table-cell;
}

#legend .custoLegend .custoLegendMotif div {
    width: 36px;
    height: 20px;
    border: 1px solid #000;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

#legend .custoLegend .custoLegendNotation {
	display: table-cell;
	color: #000;
	line-height: 10px;
	font-family: BRGM_NOT;
	padding-right: 3px;
}

#legend .custoLegend .custoLegendDescription {
	line-height: 10px;
	color: #000;
	padding-bottom: 5px;
	display: table-cell;
}

.dj_ie #LegendPopup .title .gauche {
	width: 488px;
}

.dj_ie #legend {
	width: 473px;
	height: 238px;
}

.dj_ie #legend .title {
	height: 15px;
	overflow: hidden;
}