html, body
{
	padding: 0;
	margin: 0;
}
html
{
	height: 100%;
}
a.responsive, a.responsive:link, a.responsive:active, a.responsive:visited, a.responsive:hover
{
	color: inherit;
	text-decoration: underline;
}

nav:not(.mm-menu)
{
	display: none;
}
.header
{
	text-align: center;
}
.header
{
	background: #FFF;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 0px;

	box-sizing: border-box;
	width: 100%;
	height: 55px;
	padding: 0 0px;
	position: fixed;
z-index: 99999999999999999999999999999;
box-shadow: 1px 3px 4px #ccc;
border-bottom: 3px solid #FF4500;
}

a.responsive
{
	background: center center no-repeat transparent;
	background-image: url(../images/menu-responsive.png);
	/*background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );*/

	display: block;
	width: 44px;
	height: 70px;
	/*position: absolute;*/
	top: 0;
	left: 0px;
	float:left;
}

a.responsive_compte, a.responsive_compte:link, a.responsive_compte:active, a.responsive_compte:visited, a.responsive_compte:hover
{
	color: inherit;
	text-decoration: underline;
}
a.responsive_compte
{
	background: center center no-repeat transparent;
	background-image: url(../images/icone_compte.png);
	/*background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );*/

	display: block;
	width: 44px;
	height: 70px;
	position: absolute;
	top: 0;
	right: 0px;
}