@charset "utf-8";

html {
	height:100%;
	background:#366;
}
body {
	height:100%;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0;
}
#zoneMiddle{
    position:absolute;
    top:0;
    bottom:60px;
    left:0;
    right:300px;
    overflow:hidden;
    </* -------- */>
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

#zoneMiddle2{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:300px;
	overflow:hidden;
    z-index:10;
}

#zoneBottom{
    position:fixed;
    bottom:0;
    width:100%;
    height:60px;
    overflow:hidden;
}
/* ------------------------------- FOOTER ----------------------------------- */
	
#footer {
    position:relative;
    width:100%;
    height:100%;
    background-color:#333;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:14px;
    color:#FFF;
}
#footer a:link, a:visited, a:active {
    color:#FFF;
    text-decoration:none;
}
#footer a:hover{
    color:#FFF;
    text-decoration:underline;
}

#footer .footerContent{
	display:table;
	width:100%;
	height:100%;
}

#footer .footerContent .footerLine{
	position:relative;
	clear:both;
	margin:2px;
	width:100%;
	height:30px;
	max-height:30px;
	overflow:hidden;
	white-space:nowrap;
}


#footer #zone1{
	position:relative;
	float:left;
	width:300px;
	min-width:330px;
	text-align:center;
	margin-top:4px;
}

#footer #zone1 img{
	width:150px;
	height:auto;
}

#footer #zone2{
    position:relative;
	float:left;
	width:280px;
	text-align:center;
	margin-top:4px;
}

#footer #zone2 img{
	width:25px;
    height:25px;
	margin:0 4px;
}

#footer #zone3{
    position:relative;
	float:left;
	width:400px;
	text-align:center;
	margin-top:2px;
}

#footer .footerContent .badgeButton{
    margin:3px;
}
/* --------------------------------------------------- */

#mobileContent{
	display:none;
	width:100%;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	margin:0;
	position:absolute;
	top:50%;
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
#mobileContent #tilte{
	width:100%;
	margin-bottom:6px;
	font-size:22px;
}
#mobileContent img{
	width:100%;
	max-width:220px;
	height:auto;
}

@media only screen and (max-width:700px)  {
	#zoneMiddle{
		right:0;
    	bottom:120px;
	}
	#zoneMiddle2{
		display:none;
	}
	#zoneBottom{
		height:120px;
	}
	#footer #zone1,#footer #zone2,#footer #zone3{
		width:100%;
	}
}

