@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
    /* IE10+ specific styles go here */
	a.more span.icon.plus, a.more span.icon.minus {
		margin-left: 5px;
	}
	#menu ul li.icon img {
		visibility: hidden;
	}
	#menu-btn-geologie {
		background-image: url('../img/picto_geologie_small.png');
		background-repeat: no-repeat;
		background-position: 15px 0;
		background-size: 41px; 
	}
	#menu-btn-hydrogeologie {
		background-image: url('../img/picto_hydrogeologie_small.png');
		background-repeat: no-repeat;
		background-position: 15px 0;
		background-size: 41px;
	}
	#menu-btn-geotechnique {
		background-image: url('../img/picto_geotechnique_small.png');
		background-repeat: no-repeat;
		background-position: 15px 0;
		background-size: 41px;
	}
	#menu-btn-dangersn {
		background-image: url('../img/picto_dangers-naturels_small.png');
		background-repeat: no-repeat;
		background-position: 15px 0;
		background-size: 41px;
	}
	#menu-btn-geothermie {
		background-image: url('../img/picto_geothermie_small.png');
		background-repeat: no-repeat;
		background-position: 15px 0;
		background-size: 41px;
	}
	#menu-btn-sitesp {
		background-image: url('../img/picto_sites-pollues_small.png');
		background-repeat: no-repeat;
		background-position: 15px 0;
		background-size: 41px;
	}
	
	a.skills-nav.first {
		background-image: url('../img/picto_geologie_small.png');
	}
	a.skills-nav.second {
		background-image: url('../img/picto_hydrogeologie_small.png');
	}
	a.skills-nav.third {
		background-image: url('../img/picto_geotechnique_small.png');
	}
	a.skills-nav.fourth {
		background-image: url('../img/picto_dangers-naturels_small.png');
	}
	a.skills-nav.fifth {
		background-image: url('../img/picto_geothermie_small.png');
	}
	a.skills-nav.sixth {
		background-image: url('../img/picto_sites-pollues_small.png');
	}

	section.subskills.sites-pollues a.skills-nav.first {
		background-position: 0 -40px;
	}
	section.subskills.sites-pollues a.skills-nav.second {
		background-position: 0 -40px;	
	}
	section.subskills.sites-pollues a.skills-nav.third {
		background-position: 0 -40px;	
	}
	section.subskills.sites-pollues a.skills-nav.fourth {
		background-position: 0 -40px;	
	}
	section.subskills.sites-pollues a.skills-nav.fifth {
		background-position: 0 -40px;	
	}
	section.subskills.sites-pollues a.skills-nav.sixth {
		background-position: 0 -40px;	
	}
	
	a.skills-nav img {
		visibility: hidden; 
	}
			
}