#carte_des_regions {
	margin-top:5px;
	width:850px;	
	height:650px; 
}
#carte_des_regions .carte_container {
	margin-bottom:10px;
}
#carte_des_regions .carte {
	background:url(img/map.gif) no-repeat; 
	width:620px; 
	height:650px; 
}
#carte_des_regions .liste_des_regions {
	text-align:left;
	margin-top:30px;
	float:right;
	width:185px;
	font-size:14px;
	font-weight:bold;
	line-height:126%;
}
#carte_des_regions .liste_des_regions li {
	list-style-type:none;
}
#carte_des_regions .Deposer {
	position:absolute;
	margin-left:-8px;
}
#carte, 
#carte_container,
#carte img,
img,
a img{
border:none;
}
/* IE7 */
*+html #carte_des_regions .Deposer {
	margin-left:-97px;
}
/* IE6 */
*html #carte_des_regions .Deposer {
	margin-left:-97px;
}