/* CSS Document */

	#map {
		 position:absolute;
		 top:220px;
		 left:50%;
		 margin-left:-360px;
		 z-index:5;
	}
	#mapEurope {
		 float:left;
		 width:420px;
		 height:408px;
		 margin-top:10px;
		 margin-left:20px;
		 margin-bottom:10px;
	}
	#mapPresentation {
		 position:absolute;
		 top:330px;
		 left:50%;
		 margin-left:-360px;
		 z-index:5;
	}
	.point {
		position:absolute;
		width:15px;
		height:15px;
		display:block;
		background-image:url(/library/img/spot.gif);
		background-repeat:no-repeat;
		z-index:0;
		cursor:pointer;
	}
	.detail {
		width:100px;
		padding:2px;
		margin:0px 0 0 15px;
		background-color:#fff;
		color:#005a9b;
		border:solid 1px #000;
		
	}
	#ListeagenceEurope {
		margin-left:480px;
		height:auto;
	}
	#ListeagenceEurope a{
		color:#005a9b;
		font-weight:bold;
		background-image:url(../img/pic/puce_tri_rouge.jpg);
		background-repeat:no-repeat;
		padding-left:15px;
		line-height: 18px;
	}
	#Listeagence {
		margin-left:470px;
		height:250px;
	}
	#Listeagence a{
		color:#005a9b;
		font-weight:bold;
		background-image:url(../img/pic/puce_tri_rouge.jpg);
		background-repeat:no-repeat;
		padding-left:15px;
		line-height: 18px;
	}
	#ListeChoix {
		margin-left:300px;
		height:250px;
	}
	#ListeChoix ul li a{
		color:#005a9b;
		font-weight:bold;
		padding-left:8px;
		background-image:url(/library/img/pic/puce_car_bleu.gif);
		background-repeat:no-repeat;
		background-position:0 6px;
	}
	#ListeChoix ul li a:hover{
		text-decoration:underline;
	}	
	.big_title {
		color:#005a9b;
		margin:10px 5px;
		clear:both;
	}
	#bottom p{
		margin:5px 0 0 10px;
		width:490px;
	}