		/* Non IE browsers */
		@supports not (-ms-high-contrast: none) {
			#main_menu .active_menu {
				background: rgb(255,255,255);
				background: -moz-linear-gradient(-180deg, rgba(255,255,255,1) 0%, rgba(169,1,50,1) 15%);
				background: -webkit-linear-gradient(-180deg, rgba(255,255,255,1) 0%, rgba(169,1,50,1) 15%);
				background: linear-gradient(-180deg, rgba(255,255,255,1) 0%, rgba(169,1,50,1) 15%);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#a90132",GradientType=1);
				/*background: url('../image/top_menu_rollover_bg.png') repeat-x;*/
			}
		}

		/* Si IE 10 et moins */
		#main_menu .active_menu {
			background-color: #a90132;
		}

		/* Si IE 10+ */
		@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

			/* CSS Document */
			#main_menu .active_menu {
				background: rgb(255,255,255);
				background: -moz-linear-gradient(-180deg, rgba(255,255,255,1) 0%, rgba(169,1,50,1) 15%);
				background: -webkit-linear-gradient(-180deg, rgba(255,255,255,1) 0%, rgba(169,1,50,1) 15%);
				background: linear-gradient(-180deg, rgba(255,255,255,1) 0%, rgba(169,1,50,1) 15%);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#a90132",GradientType=1);
				/*background: url('../image/top_menu_rollover_bg.png') repeat-x;*/
			}
		}
