html, body
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
}
@font-face{
	font-family: 'moderneregular';
	src: url(../../police/jcpenney-webfont.eot);
	src: url(../../police/jcpenney-webfont.eot?#iefix) format("embedded-opentype"),url(../../police/jcpenney-webfont.woff) format("woff"),url(../../police/jcpenney-webfont.ttf) format("truetype"),url(../../police/jcpenney-webfont.svg#moderneregular) format("svg");
	font-weight: 400;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 0px 0 10px 0;
/*	margin-top:60px!important;*/
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: underline;
	font-family: moderneregular,sans-serif;
}
.mm-listview > li > a {
	font-family: moderneregular,sans-serif;
}
#entete {
	display: block;
	float:left;
	z-index: 10000;
	width: 100%;
	position:fixed;
}

#page {
	background-color: #8e9292;
	padding: 10px;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 1000;

}
nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
	text-align: left;
}
.header,
.footer
{
	/*! background: #777; */
	font-size: 20px;
	/* font-weight: bold; */
	color: #fff;
	/*! line-height: 40px; */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 30px;
	text-align: left;
	margin-left: 45px;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
	display: block;
	width: 38px;
	height: 28px;
	position: absolute;
	top: 0;
	top: 20px;
	left: 25px;

}
.header a:before,
.header a:after
{
	content: '';
	display: block;
	background: #fff;
	height: 3px;
	/*! text-align: center; */
}
.header a span
{
	background: #fff;
	display: block;
	height: 3px;
	margin: 6px 0;
}
.content
{
	/* padding: 150px 50px 50px 50px; */
}

/* ======================   Version Mobile ===================================== */


@media screen and (max-width : 480px)
{
.header a {
left:5px;
}
.header {
	padding:0px;
	line-height: 40px;
}

}