header {
	position: relative;
}
.menu-triger {
	display: block;
	width: 96px;
	height: 72px;	
	background: url(images/menu.gif);
	position: absolute;
	right: 20px;
	top: 20px;
}	
.menu-close {
	display: block;
	width: 72px;
	height: 72px;	
	background: url(images/close.gif);
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
	display: none;	
	background: #295681;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.menu-popup li a {
	font-size: 50px;
	font-family: 'isocpeur', verdana;
	color: #ffffff;
	line-height: 1.4;	
	text-decoration: none;
}
.body_pointer * {
	cursor: pointer;
}