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{
	opacity: 0.7;
}
ul#accessibility li{
	float: left;
	margin-left:10px;
}
ul#accessibility a{
	color:white;
	text-decoration: none;
}
ul#accessibility a:hover{
	text-decoration: none;
}
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:70px;
	top:65px;
	left:0px;
	color: white;
	overflow: hidden;
	text-align: center;
}
#tplCo {
	position: absolute;
	background-color: white;
	top:65px;
	left:70px;
	right:70px;
	bottom:65px;
	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;
}

div.logoHomeDefault{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image:url(../img/struct/logoAccueil.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
div.logoHome{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
div.logoHome img{
	margin:10px 0 0 10px;
}
#mainTd{
	padding: 0px;
	
}
#main_ti{
	font-weight: bold;
	color: #9C1712;
	font-family: arial;
	font-size: 40px;
	padding: 10px;
}
#main_co{
	position: absolute;
	width: 80%;
	top: 30%;
	left:10%;
	/*background-color: white;
	-moz-opacity:0.8;
	filter:Alpha(opacity=80);
	opacity:0.8;*/
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
#main_co p{
	text-align: center;
}
#main_co span{
	display: inline;
}
#tplRgt {
	position: absolute;
	width:70px;
	right:0px;
	bottom:65px;
	overflow: hidden;
	text-align: center;
}
#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;
	color:white
}
#linkSp img {
	border-width:0pt;
	vertical-align: middle;
}
#main_nav{
	font-size: 18px;
	position:absolute;
	bottom:10px;
	right:10px;
	text-align: right;
	padding:5px;
	background-color: white;
	-moz-opacity:0.8;
	filter:Alpha(opacity=80);
	opacity:0.8; 
}
#main_nav a{
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#main_nav a:hover {
	-moz-opacity:0.5;
	/* DANGER : ne pas mettre "filter:Alpha(opacity...)" */
	/* provoque un crash si associé a un élément hover pour IE6 et IE7 */
	opacity:0.5;
}

#main_nav a.startBtn{
	padding-right: 45px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #9C1712;
	line-height:26px;
	background: url(../img/btn/enterModule.png) no-repeat right;
}
#gotoLastLocation {
	margin-top: 10px;
}
#gotoLastLocation a{
	padding-right: 45px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #9C1712;
	line-height:26px;
	background: url(../img/btn/allerPage.png) no-repeat right;
}
#resetStorageData {
	margin-top: 10px;
}
#resetStorageData a{
	padding-right: 45px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #9C1712;
	line-height:26px;
	background: url(../img/btn/effacer.png) no-repeat right;
}


/* === 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 #tplCo{
	top:33px;
	left:33px;
	right:0;
	bottom:21px;
}
div.tplFra_small #main_nav{
	bottom:0;
	right:0;
}

div.tplFra_small #main_ti{
	font-size: 25px
}

div.tplFra_small #main_co{
	top:0;
}

div.tplFra_small #tplLft{
	top:33px;
	width:33px;
	left:0;
	height:66px;
	background: url(../img/struct/leftBkg.png) bottom right no-repeat;
}
div.tplFra_small #tplRgt{
	left:0;
	width:33px;
	bottom:0;
	height:125px
}
div.tplFra_small #tplBtm{
	position:static;
	height: 21px
}
div.tplFra_small #tplBtmLeft{
	position:static;
	height: 33px;
	width: 33px;
	display: none;
}
div.tplFra_small span#tplBtmIn{
	bottom:0;
	right:0;
	height:18px;
	left:33px;
	padding: 2px 3px 0 0;
}

