html{
	height: 100%;
	overflow:hidden;
}
/* ============= Accessibility menu ============= */
ul#accessibility {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right:50px;
	width:auto;
	z-index:90;
	font-size:7pt;
	top:3px;
	opacity: 0.2;
	filter:Alpha(opacity=20); 
	color:white;
}
ul#accessibility:hover,
ul#accessibility.waiFocus{
	opacity: 0.7;
	filter:Alpha(opacity=70); 
}
ul#accessibility li{
	float: left;
	margin-left:10px;
}
ul#accessibility a{
	color:white;
	text-decoration: none;
}
ul#accessibility a:hover{
	text-decoration: none;
}

ul.mnuMode{
	margin:0;
	padding:5px 0 0 5px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ul.mnuMode li{
	margin-top:8px;
}
noscript{
	font-size: 0.8em;
	font-style: italic;
}
#tplFra {
/*	position: absolute; compat IE7 */
	background-color: black;
	height:100%;
	width:100%;
	min-width:700px;
	min-height:360px;
	background: #F9F8F3 url(../img/struct/bgBtm.png) repeat-x bottom left;
}
#tplTop {
	position: absolute;
	background: url(../img/struct/fondPage.png) no-repeat top right;
	width:100%;
	height:366px;
	
}
#titleRoot{
	position: absolute;
	height:23px;
	width:100%;
	bottom: 0px;
	right: 50px;
	font-size: 18px;
	text-align: right;
	padding: 5px 10px 5px 0;
	background: url(../img/struct/topBkg.png) repeat-y top right;
	color:white;
	font-weight:bold;
}

#tplLft {
	position: absolute;
	width:42px;
	top:68px;
	left:28px;
	color: white;
	overflow: hidden;
	text-align: center;
	padding-bottom:26px;
	background: url(../img/struct/leftBkg.png) bottom right no-repeat;
}
#tplMain {
    bottom: 65px;
    left: 70px;
    position: absolute;
    right: 70px;
    top: 65px;
}
#tplMnu {
	position: absolute;
	width:180px;
	top:0px;
	left:0px;
	bottom:0px;
	text-align: left;
	-webkit-box-shadow: 0 0 5px #888888;
	-moz-box-shadow: 0 0 5px #888888;
	box-shadow: 0 0 5px #888888; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #F0EDE6;
}

#tplMnuOpenedCo{
	position: absolute;
	width: 23px;
	height: 23px;
	right:0px;
	bottom:0;
	z-index:1;
}
#mnuBtnCollapse{
	position: absolute;
	width: 23px;
	height: 23px;
}
#mnuBtnCollapse .btnImg{
	border:0px;
}
#mnuBtnCollapse .btnLbl{
	color:black:
}

#tplIco{
	position: absolute;
	text-align: center;
	width:180px;
	bottom:0px;
	height:163px;
	overflow: hidden;
	background: url("../img/deco/ico.png") no-repeat left bottom #75110D;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#tplIco img{
	position: absolute;
	left:0px;
	bottom:0px;
}
#tplMnuClosed{
	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	width: 30px;
	-webkit-box-shadow: 0 0 5px #888888;
	-moz-box-shadow: 0 0 5px #888888;
	box-shadow: 0 0 5px #888888; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#F0EDE6;
}
#tplMnuClosedCo {
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
	background: #7d120d;
    background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.37, rgb(156,23,18)),
		color-stop(0.69, rgb(125,18,13))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(156,23,18) 37%,
		rgb(125,18,13) 69%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d120d', endColorstr='#9c1712');
    bottom: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 30px;
	height:163px;
}
#tplBtnOpenMenu {
    bottom: 0;
    height: 23px;
    left: 7px;
    position: absolute;
    width: 23px;
    z-index: 1;
}
#tplBtnOpenMenu .btnImg{
	border:0px;
}

#tplBtnOpenMenu .btnLbl{
	color:black:
}
#tplCo {
	position: absolute;
	background-color: white;
	top:0px;
	left:190px;
	right:0px;
	bottom:0px;
	overflow: auto;
	-webkit-box-shadow: 0 0 5px #888888;
	-moz-box-shadow: 0 0 5px #888888;
	box-shadow: 0 0 5px #888888; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* with overflow=auto, margin-bottom does not work correctly for some browsers */
/* using this method as a workaround : http://www.brunildo.org/test/overscrollbackV.html */
#tplCoSpacer {
	height:20px;
}

#tplRgt {
	position: absolute;
	width:50px;
	height:92px;
	right:15px;
	bottom:70px;
	overflow: hidden;
	text-align: center;
	background: url(../img/struct/rightBkg.png) top left no-repeat;
}
#tplBtm {
	position: absolute;
	width:100%;
	height:55px;
	bottom:0px;
	left:0px;
	color: white;
	text-align: right;
}
#tplBtmLeft{
	position: absolute;
	display: block;
	left: 70px;
	height:35px;
	Width:180px;
	background: #7d120d;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.37, rgb(156,23,18)),
		color-stop(0.69, rgb(125,18,13))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(156,23,18) 37%,
		rgb(125,18,13) 69%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d120d', endColorstr='#9c1712');
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px #888888;
	-moz-box-shadow: 0 0 5px #888888;
	box-shadow: 0 0 5px #888888; 
}
#tplBtmIn {
	position: absolute;
	display: block;
	right: 70px;
	left: 150px;
	padding-top:0;
	color: #808080;
}
#linkSp{
	text-decoration: none;
	margin: 0px;
}
#linkSp img{
	border-width:0px;
	vertical-align: middle;
}
#tplBtmIn a {
	color: white;
}
#tplBtmIn a:hover {
	color: lightgray;
}

div.mnuOpn{
	position: absolute;
	width: 23px;
	height: 23px;
	right:0;
	bottom:0;
}

.tplMainMnu_open div.mnuOpn{
	z-index: 2
}

a.mnuOpnBtn{
	position: absolute;
	width: 23px;
	height: 23px;
}
a.mnuOpnBtn .btnImg{
	border:0px;
}
a.mnuOpnBtn .btnLbl{
	color:black:
}

div.mnuCls{
	position: absolute;
	left:0px;
	height: 163px;
	bottom:0px;
	width: 28px;
	border-radius:0 0 10px 10px;
	-webkit-transition: all 0.2s ease-out 0.2s;
	transition: all 0.2s ease-out 0.2s;
}

.btnImg{
	border: 0
}
div.tplMainMnu_closed #tplMnu .mnuFra, div.tplMainMnu_open div.mnuCls{
	opacity: 0; 
	filter:alpha(opacity=0);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

div.tplMainMnu_closed #tplMnu #tplIco{
	width: 28px;
	-webkit-transition: all 0.2s ease-out 0.2s;
	transition: all 0.2s ease-out 0.2s;
}

div.tplMainMnu_closed #tplMnu{
	width: 28px;
	border-radius:10px;
	-webkit-transition: all 0.2s ease-out 0.2s;
	transition: all 0.2s ease-out 0.2s;
}

a.mnuClsBtn{
	position: absolute;
	width: 23px;
	height: 23px;
	bottom:0;
	right: 0
}
#tplCo {
	position: absolute;
	background-color: white;
	top:0px;
	right:0px;
	bottom:0px;
	overflow: auto;
}
.tplMainMnu_open #tplCo{
	left:190px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.tplMainMnu_closed #tplCo{
	left: 38px;
	-webkit-transition: all 0.2s ease-out 0.2s;
	transition: all 0.2s ease-out 0.2s;
}

/* === SMALL & TOUCH screens ================================================ */
/* ipad */
@media only screen and (max-device-width: 1024px){
	body{
		-webkit-text-size-adjust:none;
	}
}
div.tplFra_small #tplTop{
	height:33px;
}
div.tplFra_small ul#accessibility{
	display:none;
}
div.tplFra_small #titleRoot{
	right:0;
	color: #9C1712;
	left: 35px;
	width: auto;
}
div.tplFra_small #tplMain{
	top:33px;
	left:33px;
	right:0;
	bottom:21px;
}
div.tplFra_small #tplLft{
	top:33px;
	width:33px;
	left:0;
}
div.tplFra_small #tplMnu{
	background-color:transparent;
}
div.tplFra_small ul.mnuMode li{
	width:33px;
	height:33px;
	position:relative;
}
div.tplFra_small #tplLft img.btnImg{
	position:absolute;
	left:3px;
}
div.tplFra_small #tplRgt{
	left:0;
	width:33px;
	bottom:0;
	height:125px
}
div.tplFra_touch #tplRgt{
	height:98px
}
div.tplFra_small #tplBtm{
	position:static;
}
div.tplFra_small #tplBtmLeft{
	position:static;
	height: 33px;
	width: 33px
}
div.tplFra_small #tplIco{
	display:none;
}
div.tplFra_small div.mnuBlock{
	display:none;
}
div.tplFra_small div.mnuFra{
	bottom:0;
}
/*div.tplFra_small div.mnuOpn{
	top:0;
	bottom:0;
	height:auto;
	background: red
}
div.tplFra_small a.mnuOpnBtn, 
div.tplFra_small a.mnuClsBtn{
	top:50%;
	margin-top:-7px;
}*/
div.tplFra_small span#tplBtmIn{
	bottom:0;
	right:0;
	height:18px;
	left:33px;
	padding: 2px 3px 0 0;
}
div.tplFra_touch .scroller{
	padding-top:1px;
	padding-bottom:1px;
	width:100%;
}

/* TABLET - portrait */
@media only screen and (orientation:portrait){
	div.tplFra_small .tplMainMnu_open #tplCo {
		left: 15px;
	}
	div.tplFra_small #tplMnu{
		z-index: 10;
	}
}

/* PHONE - portrait */
/*@media screen and (max-device-width: 480px){*/
@media only screen and (max-width: 480px){
}


