/* @override 
	http://client.concordances.fr/nl/explorez/drag.css
	http://client.concordances.fr/nl/la-carte/drag.css
*/

div.explorez { 
	margin-top: 10px;
}

div.explorez a { 
	color: #5a9018;
	border: 1px solid #e8ecaa;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-color: #5a9018;
}

div.explorez a:hover { 
	border-bottom: 1px solid #007c9d;
	background-color: white;
	border: 1px solid #5a9018;
}

/* @group Carte */

#map { 
	padding-top: 10px;
	padding-left: 17px;
}

div#map span.villes { 
	color: #b7d297;
}

div#map span.villes a { 
	text-wrap: none;
	white-space: nowrap;
}

.scroller { 
	width: 730px;
	height: 400px;
	overflow: hidden;
	border: 2px solid #c3cf00;
	margin-bottom: 5px;
	clear: both;
}

#carteAdvl { 
	position: relative;
	background: url(im/loading.gif) no-repeat 50% 50%;
	background-color: white;
}

#laCarte { 
	width: 2304px;
	height: 782px;
	background-image: url(/la-carte/im/carte-advl-2010.png);
	position: absolute;
	cursor: move;
}

#situation { 
	position: relative;
	width: 730px;
	height: 400px;
	background: url(im/situation.gif) no-repeat 50% 50%;
	display: block;
	cursor: move;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}

div#ville { 
	text-align: center;
	font-size: 20px;
}

div#coordonnees { 
	text-align: center;
	font-size: 10px;
	margin: 0

;
}

/* @end */

/* @group Liens */

div#map p { 
	font-size: 12px;
	margin-top: 15px;
}

/* @end */

/* @group otsi */

div#otsi { 
	padding: 20px;
	font-size: 13px;
}

div#otsi h2 { 
	color: #7f8500;
	margin-bottom: 20px;
}

div#otsi ul { 
	margin-top: -10px;
}

div#otsi li { 
	margin-left: 40px;
	margin-top: 2px;
}

div#otsi a { 
	color: #676c00;
	border: 1px solid #e8ecaa;
	border-bottom: 1px solid #bfc735;
	background-color: #fbffc5;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}

div#otsi a:hover { 
	background-color: white;
	border: 1px solid #bfc735;
}

/* @end */