h1{
	font-size:14px;
	color:#0d3087;
	margin:5px 0;
	display:block;
	width:680px;
	height:20px;
	background:url('img/titre_fr.png') 0 0 no-repeat;
}
h1 span{
	display:none;
}

#popup{
			width: 553px;
			height: 321px;
			position:absolute;
			top: -500px;
			left: 123px;
			background: url(../img/home/popup.png) no-repeat;
		}
		
		#popup a{
			color: #757575;
			display: block;
			font-size: 11px;
			height: 24px;
			line-height: 24px;
			text-decoration: none;
			width: 300px;
			position: absolute;
			font-family: arial, sans-serif;
		}
		
		#popup a:hover{ text-decoration: underline; }
		
		#popup #l1{ top:105px; left: 208px;  }
		#popup #l2{ top:132px; left:250px; }
		#popup #l3{ top:160px; left:192px; }
		#popup #l4{ top:189px; left:243px; }
		
		#popup #close{
			width: 14px;
			height: 14px;
			position:absolute;
			top: 21px;
			right: 32px;
			background: url(../img/home/close.jpg) no-repeat;
			cursor: pointer;
		}
