/*---------------------------------------------------------------
	Stylesheet for the demo imagemap_rollover
	Author:		Gabriel Svennerberg
	Email:		gabriel@svennerberg.com
	Web:		http://www.svennerberg.com
	Created:	2008-08-16
 ---------------------------------------------------------------*/

/* Map
---------------------------------------------------------------*/

#map {
	position: relative;
	width: 680px;
	height: 400px;
}
#transparent_map {
	position: absolute;
	z-index: 30;
	width: 680px;
	height: 400px;
	border: none;
}
#map ul {
	list-style: none;
}
#map li {
	position: absolute;
	z-index: 20;
	text-indent: -1000em;
	display: none;
}
#mauricie {
	background: url(/images/map/carte_mauricie.gif) no-repeat;
	position:relative;
	top:0px;
	left:0px;
	width: 680px;
	height: 400px;
}
#quebec {
	background: url(/images/map/carte_quebec.gif) no-repeat;
	position:relative;
	top:0px;
	left:0px;
	width: 680px;
	height: 400px;
}
#gaspesie {
	background: url(/images/map/carte_gaspesie.gif) no-repeat;
	position:relative;
	top:0px;
	left:0px;
	width: 680px;
	height: 400px;
}
#chaudiere {
	background: url(/images/map/carte_chaudiere.gif) no-repeat;
	position:relative;
	top:0px;
	left:0px;
	width: 680px;
	height: 400px;
}
#centre {
	background: url(/images/map/carte_centre.gif) no-repeat;
	position:relative;
	top:0px;
	left:0px;
	width: 680px;
	height: 400px;
}
#estrie {
	background: url(/images/map/carte_estrie.gif) no-repeat;
	position:relative;
	top:0px;
	left:0px;
	width: 680px;
	height: 400px;
}
#monteregie {
	background: url(/images/map/carte_monteregie.gif) no-repeat;
	position:relative;
	top:0px;
	left:0px;
	width: 680px;
	height: 400px;
}
#bas {
	background: url(/images/map/carte_BSL.gif) no-repeat;
	position:relative;
	top:0px;
	left:0px;
	width: 680px;
	height: 400px;
}


#texteMap {
	position:relative;
	width:240px;
	z-index:20;
	top:300px;
	left:400px;
	font: normal normal bold 22px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#cc0000;
}
/* Tooltip
---------------------------------------------------------------*/
.tooltip {
	background: url(../img/tooltip-bg.png);
	padding: 3px 6px;
	border: 1px solid #ff0;
	position: absolute;
	z-index: 25;
}