#carte_des_departements {
	margin-top:20px;
    padding-top:20px;
	width:450px;
    margin-left:250px;
}
#carte_des_departements .carte_container {
	margin-bottom:10px;
}
#carte_des_departements .carte {
    background:no-repeat;
	width:300px;
	height:300px;
}
#carte_des_departements .liste_des_departements {
	text-align:left;
	margin-top:50px;
	float:right;
	width:150px;
	font-size:14px;
	font-weight:bold;
	line-height:126%;
}
#carte_des_departements .liste_des_departements li {
	list-style-type:none;
}
#carte_des_departements .Deposer {
	position:absolute;
	margin-left:-8px;
}
#carte,
#carte_container,
#carte img,
img,
a img{
border:none;
}
/* IE7 */
*+html #carte_des_departements .Deposer {
	margin-left:-97px;
}
/* IE6 */
*html #carte_des_departements .Deposer {
	margin-left:-97px;
}

