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:14pt;
	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:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type: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: left;
	font-size:16px;
	
}
#titleRoot{
	position: absolute;
	height:35px;
	width:100%;
	bottom: 0px;
	left: 50px; /* TechnOpale RTLÂ */
	font-size: 1.2em;
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;
	right:2px; /* TechnOpale RTLÂ */
	color: white;
	overflow: hidden;
	text-align: center;
	padding-bottom:26px;
	background: url(../img/struct/leftBkg.png) bottom left no-repeat; /* TechnOpale RTLÂ */
}
#tplMain{
	position: absolute;
	background-color: white;
	top:33px;
	bottom:33px;
	left: 33px;
	right:33px;
}
#tplMnu {
	position: absolute;
	background-color: white;
	width:250px;
	top:0px;
	right:0px; /* TechnOpale RTLÂ */
	bottom:0px;
	font-size:1.2em;
	text-align: right; /* TechnOpale RTLÂ */
}

div.mnuOpn{
	position: absolute;
	width: 15px;
	height: 27px;
	left:0px; /* TechnOpale RTLÂ */
	bottom:210px;
}
a.mnuOpnBtn{
	position: absolute;
	width: 15px;
	height: 27px;
}
a.mnuOpnBtn .btnImg{
	border:0px;
}
a.mnuOpnBtn .btnLbl{
	color:black:
}

#tplIco{
	position: absolute;
	text-align: center;
	width:240px;
	bottom:0px;
	height:200px;
	overflow: hidden;
}
#tplIco img{
	position: absolute;
	right:0px; /* TechnOpale RTLÂ */
	bottom:0px;
}
div.mnuCls{
	position: absolute;
	background-color: white;
	top:0px;
	right:0px;/* TechnOpale RTLÂ */
	bottom:0px;
	width: 15px;
}
div.tplMainMnu_open div.mnuCls{
	display:none;
}
div.tplMainMnu_closed #tplMnu{
	display:none;
}
a.mnuClsBtn{
	position: absolute;
	width: 15px;
	height: 27px;
	bottom:210px;
}
a.mnuClsBtn .btnImg{
	border:0px;
}

a.mnuClsBtn .btnLbl{
	color:black:
}

#tplCo {
	position: absolute;
	background-color: white;
	top:0px;
	left:250px;
	right:0px;
	bottom:0px;
	left:0px; /* TechnOpale RTLÂ */
	overflow: auto;
}
.tplMainMnu_open #tplCo{
	right:250px; /* TechnOpale RTLÂ */
	left:0px; /* TechnOpale RTLÂ */
}
.tplMainMnu_closed #tplCo{
	right: 15px; /* TechnOpale RTLÂ */
	left:0px; /* TechnOpale RTLÂ */
}

/* 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;
	width: 200px; /* TechnOpale RTLÂ */
}

#tplRgt {
	position: absolute;
	width:33px;
	height:92px;
	left:0px; /* TechnOpale RTLÂ */
	bottom:33px;
	overflow: hidden;
	text-align: center;
	background: url(../img/struct/rightBkg.png) top right no-repeat; /* TechnOpale RTLÂ */
}
#tplBtm {
	position: absolute;
	width:100%;
	height:33px;
	bottom:0px;
	left:0px;
	color: white;
	text-align: left; /* TechnOpale RTLÂ */
}
#tplBtmLeft{
	position: absolute;
	display: block;
	right: 33px; /* TechnOpale RTLÂ */
	height:92px;
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: #808080;
}
#linkSp{
	text-decoration: none;
	margin: 0px;
}
#linkSp img{
	border-width:0px;
	vertical-align: middle;
}
#tplBtmIn a {
	color: white;
}
#tplBtmIn a:hover {
	color: lightgray;
}

/* === 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 #tplMain{
	top:33px;
	right:33px;/* TechnOpale RTLÂ */
	left:0;/* TechnOpale RTLÂ */
	bottom:21px;
}
div.tplFra_small #tplLft{
	top:66px;
	width:33px;
	right:0;/* TechnOpale RTLÂ */
	height:92px;
	padding-bottom: 0px;
}
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:0;/* TechnOpale RTLÂ */
}
div.tplFra_small #tplRgt{
	right:0;/* TechnOpale RTLÂ */
	width:33px;
	bottom:21px;
	height:125px
}
div.tplFra_touch #tplRgt{
	height:98px
}
div.tplFra_small #tplBtm{
	position:static;
}
div.tplFra_small #tplBtmLeft{
	position:static;
}
/* div.tplFra_small #tplIco{
	display:none;
}
*/
div.tplFra_small div.mnuBlock{
	display:none;
}
div.tplFra_small div.mnuFra{
	bottom:100;
	border-left:3px solid #808080;/* TechnOpale RTLÂ */
	background-color:white;
}
div.tplFra_small div.mnuOpn{
	top:0;
	bottom:0;
	height:auto;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
}
div.tplFra_small a.mnuOpnBtn, 
div.tplFra_small a.mnuClsBtn{
	top:50%;
	margin-top:-7px;
}
div.tplFra_small span#tplBtmIn{
	bottom:0;
	left:0;/* TechnOpale RTLÂ */
	height:18px;
	right:33px;/* TechnOpale RTLÂ */
	background-color:black;
	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 {
		right: 15px;/* TechnOpale RTLÂ */
	}
	div.tplFra_small #tplMnu{
		z-index: 10;
	}
}

/* PHONE - portrait */
/*@media screen and (max-device-width: 480px){*/
@media only screen and (max-width: 480px){
}
#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;
}

/* Outline Menu CSS */
.mnuFra {
	bottom: 198px;
	right: 0; /* TechnOpale RTL */
	position: absolute;
	top: 0px;
	width: 233px;
}
.mnuSrlUpFra{
	position:absolute;
	top:0;
	right:0; /* TechnOpale RTL */
	width:100%;
	height:12px;
}
.mnuSrlDwnFra{
	position:absolute;
	bottom:0;
	right:0; /* TechnOpale RTL */
	width:100%;
	height:12px;
}
.mnuSrlUpBtn span,
.mnuSrlDwnBtn span{
	display: none;
}
.mnuSrlUpBtn{
	position:absolute;
	top:2px;
	right:0; /* TechnOpale RTL */
	width:100%;
	height:8px;
	background: url(../img/mnu/srlUp.png) no-repeat center center;
}
.mnuSrlDwnBtn{
	position:absolute;
	bottom:2px;
	left:0;
	width:100%;
	height:8px;
	background: url(../img/mnu/srlDwn.png) no-repeat center center;
}
.btnOff .mnuSrlUpBtn ,
.btnOff .mnuSrlDwnBtn {
	-moz-opacity:0.3;
	filter:Alpha(opacity=30);
	opacity:0.9;
}
ul.mnu {
	position: absolute;
	bottom: 13px;
	left: 0;
	top: 12px;
	width: 226px;
	margin:0;
	padding: 0px 5px 0px 0px;/* TechnOpale RTL */
	list-style-type:none;
	list-style-image:none;
}
ul.mnu_static{
	overflow:auto;
}
ul.mnu ul{
	list-style: none;
	margin: 2px 0 0;
	padding: 0 18px 0 0px;/* TechnOpale RTL */
}
ul.mnu div.mnuLbl{
	position: relative;
	padding-right: 27px;/* TechnOpale RTL */
	min-height: 20px;
}
ul.mnu .mnu_i{
	min-height: 20px;
	color: black;
	text-decoration: none;
}
ul.mnu div.mnu_sel_yes span.mnu_i{
	display: block;
	background-color: #5b6f94;
	color: white;
	padding-right: 5px;/* TechnOpale RTL */
	margin-right: -5px;/* TechnOpale RTL */
}
ul.mnu .mnu_sch{
	display: block;
	padding: 2px 2px 2px 10px;/* TechnOpale RTL */
}
ul.mnu a.mnu_tgle_o,ul.mnu a.mnu_tgle_c{
	background-position: left top;
	background-repeat: no-repeat;
	height: 18px;
	right: 0px;/* TechnOpale RTL */
	position: absolute;
	top: 0px;
	width: 25px;
}
ul.mnu a.mnu_tgle_c{
	background-image: url(../img/mnu/mnuCl.png);
}
ul.mnu a.mnu_tgle_o{
	background-image: url(../img/mnu/mnuOp.png);
}
ul.mnu_static div.mnu_b{
	background-image: url(../img/mnu/mnuOp.png);
	background-position:right top;/* TechnOpale RTL */
	background-repeat: no-repeat;
}
ul.mnu_static div.mnu_b_c{
	background-image: url(../img/mnu/mnuCl.png);
}
ul.mnu a.mnu_tgle_o span,ul.mnu a.mnu_tgle_c span{
	display:none;
}
ul.mnu div.mnu_intro, ul.mnu div.mnu_obj {
	/* si on ne met pas !important, IE6 ignore les images personnalisées */
	background: url(../img/deco/introMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_conclu {
	background: url(../img/deco/concluMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_expUc {
	background: url(../img/deco/expUcMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_vidUc {
	background: url(../img/deco/vidUcMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_practUc {
	background: url(../img/deco/practUcMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_trainUc {
	background: url(../img/deco/trainUcMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_coQuiz {
	background: url(../img/deco/coQuizMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_assmntUa {
	background: url(../img/deco/assmntUaMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_quest {
	background: url(../img/deco/questMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_obj {
	background: url(../img/deco/objPedMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_introsea {
	background: url(../img/deco/introMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
/* modifications TechnOpale*/
ul.mnu div.mnu_ci {
	background: url(../img/mnu/ci.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_refprog {
	background: url(../img/mnu/croix.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_prof {
	background: url(../img/mnu/mnu_prof.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_introseq {
	background: url(../img/mnu/introMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_introsea {
	background: url(../img/mnu/introMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_uereelt {
	background: url(../img/mnu/ressMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_uereprt {
	background: url(../img/mnu/ressMnu_prof.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_conclusea {
	background: url(../img/mnu/concluMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_concluseq {
	background: url(../img/mnu/concluMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_clas {
	background: url(../img/mnu/classeurMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_formulation {
	background: url(../img/mnu/formulationMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_hypothese {
	background: url(../img/mnu/hypotheseMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_essentielsea {
	background: url(../img/mnu/essentielMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}
ul.mnu div.mnu_essentielseq {
	background: url(../img/mnu/essentielMnu.png) no-repeat center right !important;/* TechnOpale RTL */
}


.mnuBlock{
	background: url(../img/mnu/fondBasDroite.png) bottom left no-repeat;/* TechnOpale RTL */
	position: absolute;
	width:233px;
	top:12px;
	right:0px;/* TechnOpale RTL */
	bottom:210px;
}

/* === SMALL & TOUCH screens ================================================ */
div.tplFra_touch ul.mnu{
	position:static;
	top:auto;
	bottom:auto;
	left:auto;
	right:auto;
	font-size:1.2em;
}
div.tplFra_touch ul.mnu li{
	padding:1px 0;
}
div.tplFra_touch ul.mnu .mnu_sch{
	min-height:25px;
}
div.tplFra_touch ul.mnu a.mnu_tgle_o,
div.tplFra_touch ul.mnu a.mnu_tgle_c{
	top:5px;
}