/* AUTEUR: Voyageurs du Monde - style de la page des coordonnées des agences Vdm */
/* DATE DE CREATION: 14/03/2006 */

#paris{
	position: absolute;
	width : 44px;
	height: 15px;
	left: 186px;
	top: 102px;
}

#lille{
	position: absolute;
	width : 31px;
	height: 17px;
	left: 193px;
	top: 41px;
}
#bruxelles{
	position: absolute;
	width : 45px;
	height: 17px;
	left: 231px;
	top: 27px;
}

#rouen{
	position: absolute;
	width : 36px;
	height: 16px;
	left: 156px;
	top: 79px;
}

#rennes{
	position: absolute;
	width : 41px;
	height: 15px;
	left: 88px;
	top: 121px;
}

#nantes{
	position: absolute;
	width : 41px;
	height: 15px;
	left: 92px;
	top: 158px;
}

#bordeaux{
	position: absolute;
	width : 41px;
	height: 17px;
	left: 89px;
	top: 244px;
}

#toulouse{
	position: absolute;
	width : 40px;
	height: 20px;
	left: 140px;
	top: 294px;
}

#montpellier{
	position: absolute;
	width : 55px;
	height: 15px;
	left: 195px;
	top: 292px;
}

#marseille{
	position: absolute;
	width : 51px;
	height: 15px;
	left: 221px;
	top: 314px;
}

#nice{
	position: absolute;
	width : 41px;
	height: 19px;
	left: 299px;
	top: 295px;
}


#lyon{
	position: absolute;
	width : 41px;
	height: 16px;
	left: 227px;
	top: 222px;
}

#grenoble{
	position: absolute;
	width : 47px;
	height: 15px;
	left: 269px;
	top: 243px;
}

#strasbourg{
	position: absolute;
	width : 47px;
	height: 15px;
	left: 278px;
	top: 110px;
}

#caen{
	position: absolute;
	width : 29px;
	height: 15px;
	left: 249px;
	top: 212px;
}

#chamonix{
	position: absolute;
	width : 48px;
	height: 14px;
	left: 286px;
	top: 221px;
}

a.info
{
		position: relative;
		text-decoration: none;
		color: #273C3F;
		font-weight:normal;
}

a.info div
{
		display: none;
}

a.info:hover
{
		background: none;
		z-index: 500;
		text-decoration: none;
}

a.info:hover div
{
		display: inline;
		position: absolute;
		top: 12px;
		left: 0;
		background: #FFF;
		border-style: solid;
		border-color: #273C3F;
		border-width: 1px;
		width: 275px;
		text-align: center;
		color: #000;
		padding: 15px;
}

/* Passage en mode centré, les info-bulles en absolu sont intégrées dans la div carte en position relative*/

#carte {
	margin: 0px;
	padding: 0px;
	height: 370px;
	width: 341px;
	position: relative;
}
