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: 1.2em;
	font-style: italic;
}
#tplFra {
/*	position: absolute; compat IE7 */
	background-color: black;
	height:100%;
	width:100%;
	min-width:700px;
	min-height:360px;
}
#tplTop {
	position: absolute;
	width:100%;
	height:50px;
	top:0px;
	left:0px;
	color: white;
	text-align: center;
	font-size:16px;
}
#titleRoot{
	position: absolute;
	height:35px;
	width:100%;
	bottom: 0px;
	left: 50px; /* TechnOpale RTL */
	font-size: 1em;
	text-align: left; /* TechnOpale RTL */
	padding: 5px 0px 5px 10px; /* TechnOpale RTL */
	background: url(../img/struct/topBkg.png) repeat-y top left; /* TechnOpale RTL */
	color:white;
	font-weight:bold;
}
#tplLft {
	position: absolute;
	width:33px;
	top:33px;
	left:0px;
	color: white;
	overflow: hidden;
	text-align: center;
}
#tplCo {
	position: absolute;
	background-color: white;
	top:33px;
	left:33px;
	right:33px;
	bottom:33px;
	overflow: hidden;
}

div.logoHomeDefault{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image:url(../img/struct/fondHomeTop.gif);
	background-repeat: no-repeat;
	background-position: top right; /* TechnOpale RTL */
}
div.logoHome{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#mainTd{
	padding: 0px;
	
}
#main_ti{
	font-weight: bold;
	color: DarkSlateGray;
	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;
	color: SlateGray;
}
#main_co p{
	text-align: center;
}
#main_co span{
	display: inline;
}
#tplRgt {
	position: absolute;
	width:33px;
	height:92px;
	right:0px;
	bottom:33px;
	overflow: hidden;
	text-align: center;
}
#tplBtm {
	position: absolute;
	width:100%;
	height:33px;
	bottom:0px;
	left:0px;
	color: white;
	text-align: left; /* TechnOpale RTL */
}
#tplBtmLeft{
	position: absolute;
	display: block;
	right: 50px; /* TechnOpale RTL */
	height:48px;
	padding-left:26px; /* TechnOpale RTL */
	background: url(../img/struct/bottomBkg.png) top left no-repeat; /* TechnOpale RTL */
}
#tplBtmIn {
	position: absolute;
	display: block;
	left: 50px; /* TechnOpale RTL */
	right: 150px; /* TechnOpale RTL */
	padding-top:2px;
	color: Silver;
}
#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;
	left:10px; /* TechnOpale RTL */
	text-align: left; /* TechnOpale RTL */
	padding:5px;
	background-color: white;
	-moz-opacity:0.8;
	filter:Alpha(opacity=80);
	opacity:0.8; 
}
#main_nav a{
	display: block;
	text-decoration: none;
	
}
a:first-letter {
	
}

#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-left: 35px; /* TechnOpale RTL */
	padding-bottom: 3px;
	padding-top: 3px;
	font-style: italic;
	color: DarkSlateGray;
	line-height:26px;
	background: url(../img/btn/entrer.png) no-repeat left; /* TechnOpale RTL */
}
#gotoLastLocation {
	margin-top: 10px;
}
#gotoLastLocation a{
	padding-left: 35px; /* TechnOpale RTL */
	padding-bottom: 3px;
	padding-top: 3px;
	color: #4062a1;
	line-height:26px;
	background: url(../img/btn/allerPage.png) no-repeat left; /* TechnOpale RTL */
}
#resetStorageData {
	margin-top: 10px;
}
#resetStorageData a{
	padding-left: 35px; /* TechnOpale RTL */
	padding-bottom: 3px;
	padding-top: 3px;
	color: #4062a1;
	line-height:26px;
	background: url(../img/btn/effacer.png) no-repeat left; /* TechnOpale RTL */
}

/* === 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{
	left:0;/* TechnOpale RTL */
}
div.tplFra_small #tplCo{
	top:33px;
	right:33px;/* TechnOpale RTL */
	left:0;/* TechnOpale RTL */
	bottom:21px;
}
div.tplFra_small #main_nav{
	bottom:30px;
	left:40px;/* TechnOpale RTL */
}
div.tplFra_small #tplLft{
	top:33px;
	width:33px;
	right:0;/* TechnOpale RTL */
	height:92px;
	background: url(../img/struct/leftBkg.png) bottom left no-repeat;/* TechnOpale RTL */
}
div.tplFra_small #tplRgt{
	right:0;/* TechnOpale RTL */
	width:33px;
	bottom:21px;
	height:125px
}
div.tplFra_small #tplBtm{
	position:static;
}
div.tplFra_small #tplBtmLeft{
	position:static;
}
div.tplFra_small span.homeBtnSel{
	top:33px;
	right:0;/* TechnOpale RTL */
	height: 33px;	
	float:none;
	position:absolute;
	overflow:hidden;
}
div.tplFra_small span#tplBtmIn{
	bottom:0;
	left:0;/* TechnOpale RTL */
	height:18px;
	right:33px;/* TechnOpale RTL */
	background-color:black;
	padding: 2px 0px 0 3px;/* TechnOpale RTL */
}
#tplLft a, #tplRgt a, #tplBtm a{
	color:white;	
}

#tplLft a:hover, #tplRgt a:hover, #tplBtm a:hover{
	color:lightgray;	
}

.playBtnSel,
.toolsBtnSel,
.noPrevBtn, .noNextBtn {
	text-decoration: none;
	height: 33px;
	width: 33px;
	display: block;
}
.homeBtnSel,
.helpBtnSel {
	text-decoration: none;
	height: 33px;
	width: 33px;
	display: block;
}
.homeBtnSel {
	float: right; /* TechnOpale RTLÂ */
}


.homeBtnSel {
}
.playBtnSel {
	cursor:pointer;
}
.toolsBtnSel {
}
.helpBtnSel {
	background: url(../img/btn/helpSel.png) no-repeat;
}
.noPrevBtn, .noNextBtn{
}
.btnLbl{
	display: none;
	color:white
}

#tplCo .btnLbl{
	color:black
}

.prevBtn,
.nextBtn,
.toolsBtn,
.playBtn {
	text-decoration: none;
	height: 33px;
	width: 33px;
	display: block;
}
.prevBtn img,
.nextBtn img,
.toolsBtn img,
.playBtn img{
	height: 33px;
	width: 33px;
}

.printBtn,
.helpBtn,
.homeBtn {
	text-decoration: none;
	height: 33px;
	width: 33px;
	display: block;
}
.printBtn img,
.helpBtn img,
.homeBtn img {
	height: 33px;
	width: 33px;
}

.printBtn,
.helpBtn,
.homeBtn {
	float: right; /* TechnOpale RTLÂ */
}

.prevBtn,
.nextBtn,
.helpBtn,
.homeBtn,
.printBtn,
.toolsBtn,
.playBtn{
	color:white;
}
.prevBtn img,
.nextBtn img,
.helpBtn img,
.homeBtn img,
.printBtn img,
.toolsBtn img,
.playBtn img{
	border:0px;
}
.prevBtn span,
.nextBtn span,
.helpBtn span,
.homeBtn span,
.printBtn span,
.toolsBtn span,
.playBtn span{
/*	display: none;*/
}
.prevBtn,
.nextBtn,
.noPrevBtn,
.noNextBtn {
	position: absolute;
	right:0px; /* TechnOpale RTLÂ */
}
.prevBtn,
.noPrevBtn{
	bottom:0px;
}
.nextBtn,
.noNextBtn{
	bottom:33px;
}
.cc-button,
#linkSp{
	margin-right:3px; /* TechnOpale RTLÂ */
}
/*****************/
/*  Evaluation   */
/*****************/
.gotoEval{
	text-align: center;
	font-size: 18px;
	margin-top: 1em;
}
a.btnEval{
	background: url(../img/deco/assmntUaMnu.png) no-repeat right; /* TechnOpale RTLÂ */
	height: 33px;
	display: inline;
	padding-right:25px; /* TechnOpale RTLÂ */
	color: slateblue;
}
a.btnEval:hover{
	-moz-opacity:0.6;
	filter:Alpha(opacity=60);
	opacity:0.6; 
}
.btnEval span{
}

/*****************/
/*    SubWin     */
/*****************/
.printSubWinBtn{
	text-decoration: none;
	height: 26px;
	width: 27px;
	display: block;
	position:absolute;
	bottom:0px;
	left:0px;
}
.printSubWinBtn img{
	height: 26px;
	width: 27px;
}

.printSubWinBtn{
	color:white;
}
.printSubWinBtn img{
	border:0px;
}

/*****************/
/* informations */
/*****************/
.infoBtn_a {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/blocks/info.png) no-repeat top right;
	text-decoration: none;
	height: 33px;
	width: 33px;
	display: block;
	margin: 5px 5px 0px 0px;
	cursor: pointer;
}
.infoBtn_a span {
	visibility: hidden;
}

/* === SMALL & TOUCH screens ================================================ */

div.tplFra_small a.homeBtn{
	top:33px;
	left:0;
	height: 33px;	
	float:none;
	position:absolute;
	overflow:hidden;
}
div.tplFra_small .nextBtn,
div.tplFra_small .noNextBtn {
	bottom: 92px;
}
div.tplFra_touch .nextBtn,
div.tplFra_touch .noNextBtn {
	bottom: 33px;
}
div.tplFra_small .prevBtn,
div.tplFra_small .noPrevBtn {
	bottom: 59px;
}
div.tplFra_touch .prevBtn,
div.tplFra_touch .noPrevBtn {
	bottom: 0px;
}
div.tplFra_small a.printBtn{
	bottom:21px;
	left:0;
	height: 33px;	
	float:none;
	position:absolute;
	overflow:hidden;
}
div.tplFra_touch a.printBtn{
	display:none;
}

