/******************************************************************************/
/*  HTML5 CSS RESET                                                           */
/******************************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/******************************************************************************/
/*  END HTML5 CSS RESET                                                       */
/******************************************************************************/
/* ============= Page layout ============= */
html{
	width:100%;
	height:100%;
	
}
body{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 0.90em;
	padding: 0;
	margin: 0;
	width:100%;
	height:100%;
	background-color: #f5f5f5;
	overflow: hidden;
}
#frame{
	min-width:900px;
	max-width:1200px;
	margin: 0px auto;
	top:0;
	height:100%;
	position: relative;
	-webkit-box-shadow: 0px 0px 20px 0px #aaa;
	box-shadow: 0px 0px 20px 0px #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
#logo{
	float:right;
	margin: 3px 5px;
	height:34px;

	background-color: #EBEBEB;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#logo img{
	margin: 2px;
	vertical-align: middle;
}
#header, #footer, #content {
	padding: 1px 0;
}
#header{
	position: absolute;
	top:0;
	height:40px;
	left:0;
	right:0;
	background: #666666;
	background: -moz-linear-gradient(top, #666666 0%, #3B3B3B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#3B3B3B));
	background: -webkit-linear-gradient(top, #666666 0%,#3B3B3B 100%);
	background: -o-linear-gradient(top, #666666 0%,#3B3B3B 100%);
	background: -ms-linear-gradient(top, #666666 0%,#3B3B3B 100%);
	background: linear-gradient(to bottom, #666666 0%,#3B3B3B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#3B3B3B',GradientType=0 );
	color: white;
	z-index: 3;
}
#header h1 {
	margin: 0 0 0 200px;
	text-align: right;
	padding-right: 5px;
	font-size: 1.5em;
	overflow: hidden;
	white-space: nowrap;
}
#header span.longTitle{
	font-size:0.7em;
}
#header span.longTitle.richTitle{
	font-size:0.65em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.tplContextMenu{
	height: 20px;
	font-size: 0.9em;
	color: #ddd;
	text-align: right;
	margin-top: 0px;
	padding-right: 5px;
}
.schDisplay_on .tplContextMenu {
	display: none;
}
.ctx_root a{
	color: #bbbbbb;
}
.ctx_root a:hover{
	text-decoration: underline;
}
/** Menus : root **************************************************************/
#menu{
	height: 40px;
	position:absolute;
	top:2px;
}
#menu ul{
	list-style: none;
	list-style-image:none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
#menu a{
	color:white;
	text-decoration: none;
}
#menu a:hover span{
	text-decoration: underline;
}
#menu span{
	font-size:1.1em;
	display: inline-block;
	padding-top:5px;
}
#menu li,
#menu .mnu_l{
	display: inline-block;
	height: 40px;
	padding: 0 10px;
	margin:0;
}
#menu .mnu_sel_yes {
	background-image:url("../img/out/mainSelWhite.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}
.tplMnuCls_no #menu .toolHome {
	background-image:url("../img/out/mainSel.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}
/**Footer ********************************************************************/
#footer a{
	color:white;
	text-decoration: underline;
}
#footer a:hover{
	text-decoration: none;
}
a.btnSc,
a.btnAbout,
span.copyright{
	display:inline-block;
	margin-top:12px;
	margin-left:10px;
	font-size:0.9em;
}
a.btnSc img{
vertical-align: middle;
}
#footer{
	position: absolute;
	bottom:0;
	height:40px;
	padding-top:1px;
	left:0;
	right:0;
	background: #666666;
	background: -moz-linear-gradient(top, #666666 0%, #3B3B3B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#3B3B3B));
	background: -webkit-linear-gradient(top, #666666 0%,#3B3B3B 100%);
	background: -o-linear-gradient(top, #666666 0%,#3B3B3B 100%);
	background: -ms-linear-gradient(top, #666666 0%,#3B3B3B 100%);
	background: linear-gradient(to bottom, #666666 0%,#3B3B3B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#3B3B3B',GradientType=0 );
	color:white;
}

a.ttLegal_a{
	color:white;
	text-decoration: none;
}
a.ttLegal_a:hover{
	color:white;
	text-decoration: underline;
}
.ttLegal{
	background-color: #007598;
	color: white;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: 1px solid white;
	box-shadow: 0px 0px 5px gray;
	min-width: 12em;
	min-height: 4em;
}
a.ttLegal_x{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/croix.png) no-repeat right top;
	position: absolute;
	right: 2px;
	top: 2px;
	margin-left: 20px;
	outline: none;/*pour enlever la bordure autour de l'image, à vérifier avec Sam pour l'accessibilité*/
}
a.ttLegal_x span{
	display: none;
}
.ttLegal_ti{
	display: inline-block;
	padding-top: 7px;
}

#main{
	position: absolute;
	top:40px;
	bottom:21px;
	left:0;
	right:0;
	background-color: #EFEFEF;
	bottom: 41px;
}
/** Menus : outline ***********************************************************/
#outline{
	font-size:0.89em;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	width: 200px;
	-webkit-transition: width 0.3s ease-out;
	-moz-transition: width 0.3s ease-out;
	-o-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
	overflow:hidden;
}
.tplMnuCls_yes #outline {
	width: 0;
	-webkit-transition: width 0.3s ease-out;
	-moz-transition: width 0.3s ease-out;
	-o-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
}
.tplNoSearch #outline{
	background-image: url(../img/tpl/menuBack_nosearch.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.tplMenuScroll{
	position: absolute;
	top:19px;
	bottom:20px;
	right:0;
	width: 200px;
	overflow:auto;
}
.schActive .tplMenuScroll{
	top:79px;
}
.tplNoSearch .tplMenuScroll{
	top:22px;
}
.mnuSrlUpFra{
	position: absolute;
	top:60px;
	height:20px;
	left:0;
	right:0;
}
.tplNoSearch .mnuSrlUpFra{
	top:5px;
}
#outline .mnuSrlUpFra a,
#outline .mnuSrlDwnFra a{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#outline .mnuSrlUpFra span,
#outline .mnuSrlDwnFra span{
	display:none;
}
#outline .mnuSrlUpFra,
#outline .mnuSrlDwnFra{
	position: absolute;
	left:5px;
	right:5px;
	height:10px;
	background-image: url("../img/out/scroll.png");
	background-repeat: no-repeat;
}
#outline .mnuSrlUpFra{
	top:8px;
}
.schActive #outline .mnuSrlUpFra{
	top:58px;
}
#outline .btnOff{
	opacity: 0.4;
	filter: Alpha(opacity=40);
}
#outline .btnOff a{
	display:none;
}
#outline .mnuSrlDwnFra{
	background-position: 0 -10px;
	bottom:5px;
}
#outline ul{
	list-style: none;
	list-style-image:none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#outline ul.mnu_root{
	margin: 0px 0px 0px 2px;
}
#outline li{
	margin:8px 0;
}
#outline .mnuLbl{
	position: relative;
	padding-left:14px;
}
#outline a.mnu_tgle_o span,
#outline a.mnu_tgle_c span{
	display:none;
}
#outline a.mnu_tgle_o,
#outline a.mnu_tgle_c{
	background-position: left center;
	background-repeat: no-repeat;
	height: 11px;
	left: -0px;
	position: absolute;
	top: 2px;
	width: 11px;
}
#outline a.mnu_tgle_c{
	background-image: url(../img/out/open.png);
}
#outline a.mnu_tgle_o{
	background-image: url(../img/out/close.png);
}
#outline a.mnu_lnk{
	display: block;
	color:#3D3D3D;
	text-decoration: none;
	padding-right: 12px;
}
#outline a.mnu_lnk:hover>span{
	text-decoration: underline;
}
.tplMenuScroll ul.mnu_root .mnu_sel_yes .mnu_i{
	display: block;
	background-image:url("../img/out/leftSel.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 12px;
}
.tplMenuScroll ul.mnu_root .mnu_sel_yes .mnu_i>span{
	background-color: #EFEFEF;
	display:inline-block;
	padding-right: 2px;
	color: #000;
}
.schDisplay_on .tplMenuScroll ul.mnu_root div.mnu_sch_yes a.mnu_i>span{
	color: #945197;
}
.schDisplay_on .tplMenuScroll ul.mnu_root .mnu_sch_no a.mnu_i>span{
	color: #B7B7B7;
}



/** Home title frame **********************************************************/
.tplHomeTiFra{
	margin:50px
}
.tplHomeTiFra td.tplHomeTi,
.tplHomeTiFra td.tplHomeLongTi{
	padding-left:20px;
}
.tplHomeTiFra td.tplHomeTi h2{
	font-size:2.5em;
}
.tplHomeTiFra td.tplHomeLongTi{
	font-size:1.5em;
}

/** About *********************************************************************/
.infoBk {
	padding-left: 10px;
}
.infoBk th{
	padding: 5px 10px 5px 0;
	text-align: right;
}


/** Content *********************************************************************/
#content{
	position: absolute;
	top:0;
	bottom:0;
	left:200px;
	right:0;
	border-left: 1px solid #A4A4A4;
	-webkit-box-shadow: -5px 0px 20px 0px #ddd;
	box-shadow: -5px 0px 20px 0px #ddd;
	background-color: white;
}
.tplMnuCls_yes #content {
	left: 0;
}
.tplContentFrame{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.schDisplay_on .tplContentFrame{
	top:58px;
}
#contentFrame{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#navigation{
	position: absolute;
	height:35px;
	width:134px;
	bottom:0;
	right:25px;
	background-image: url(../img/tpl/navBack.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.schDisplay_on #navigation{
	background-image: url(../img/tpl/navBackResult.png);
}
.tplBtnPrv{
	position: absolute;
	bottom:3px;
	left:25px;
	width:17px;
	height:28px;
	background-repeat: no-repeat;
	background-image: url(../img/tpl/btnPrv.png);
}
.schDisplay_on .tplBtnPrv{
	background-image: url(../img/tpl/btnPrvResult.png);
}
.tplBtnNxt{
	position: absolute;
	bottom:3px;
	right:25px;
	width:17px;
	height:28px;
	background-repeat: no-repeat;
	background-image: url(../img/tpl/btnNxt.png);
}
.schDisplay_on .tplBtnNxt{
	background-image: url(../img/tpl/btnNxtResult.png);
}
.tplBtnPrv:hover,
.tplBtnNxt:hover{
	opacity:0.8;
}
.tplBtnPrv span,
.tplBtnNxt span{
	display:none;
}
.tplBtnAct_no:hover{
	opacity:0.3;
}
.tplBtnAct_no{
	opacity:0.3;
	cursor: default;
}

#navigation a{
	margin: 0 5px;
}

/*.mnuCollFra{
	position: absolute;
	height:68px;
	width:39px;
	bottom:0;
	left:0px;
	background-image: url(../img/tpl/mnuCollBack.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.mnuOpnBtn{
	position: absolute;
	bottom:3px;
	left:3px;
	width:23px;
	height:23px;
	background-repeat: no-repeat;
	background-image: url(../img/tpl/btnMnuCls.png);
}
.mnuOpnBtn:hover{
	opacity:0.8;
}
.tplMnuCls_yes .mnuOpnBtn{
	background-image: url(../img/tpl/btnMnuOpn.png);
}
.mnuOpnBtn span{
	display:none;
}
}*/

.tplSchBox{
	position: absolute;
	top:0;
	height: 58px;
	left:0;
	right:0;
}

.schDisplay_on .tplSchBox{
	background-image: url(../img/tpl/schBoxResultBack.png);
}
.schCmds{
	position: absolute;
	top: 19px;
	height:23px;
	left:5px;
	right:28px;
}
input.schInput{
	position:absolute;
	left: 0;
	border: 1px solid #636363;
	width: 160px;
	padding:0 3px;
	background-color:#757575;
	color:white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	display:inline-block;
	height:20px;
}
.schDisplay_on input.schInput{
	background-color:#89628A;
}

a.schBtnLaunch{
	position:absolute;
	left: 165px;
	width:23px;
	height:23px;
	background-repeat: no-repeat;
	background-image: url(../img/tpl/btnSearch.png);
	vertical-align: middle;
	margin-left:5px;
}
a.schBtnLaunch span{
	display: none;
}
a.schBtnLaunch:hover{
	opacity:0.8;
}

.schCmds_noact a{
}
.schPropose{
	position:absolute;
	top:21px;
	left:8px;
	width:154px;
	background-color: #E5E5E5;
	z-index:100;
	-webkit-box-shadow: 0px 0px 5px 3px #aaa;
	-moz-box-shadow: 0px 0px 5px 3px #aaa;
	box-shadow: 0px 0px 5px 3px #aaa;
}
.schBtnPropose{
	display:block;
	color:black;
	padding:3px;
	text-decoration: none;
}
.schBtnPropose:hover,
.schBtnPropose:focus{
background-color: #F6F6F6;

}

.schProp_no{
	display:none;
}
.tplSchResults{
	width:0;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:58px;
	background-repeat: repeat-x;
	background-image: url(../img/tpl/resultBack.png);
	color:#7E3682;
	-webkit-transition: width 0.3s ease-out;
	-moz-transition: width 0.3s ease-out;
	-o-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
	z-index: 2;
}
.tplSchResults a{
	margin: 0 5px;
}
.schDisplay_on .tplSchResults{
	width:100%;
}


.tplSchResults  a.schBtnReset{
	position: absolute;
	right:8px;
	top:8px;
	width:19px;
	height:20px;
	background-repeat: no-repeat;
	background-image: url(../img/tpl/btnResultCls.png);
	margin: 0;
}
.schBtnReset:hover{
	opacity:0.8;
}
.schBtnReset span{
	display:none;
}
.schHitBox,
.schResBox{
	text-align: right;
	margin: 6px 200px 6px 0px;
	font-size:11pt;
}
.schDisplay_none .schResBox{
	text-align: center;
	margin: 20px 200px 6px 200px;
}
.schDisplay_none .schHitBox{
	display:none;
}
.schBtnNxt,
.schBtnPrv,
.schBtnPrvHit,
.schBtnNxtHit{
	display:inline-block;
	width: 11px;
	height:18px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.schBtnAct_no,
.schBtnHitAct_no{
	opacity:0.2;
}
.schBtnNxt span,
.schBtnPrv span,
.schBtnPrvHit span,
.schBtnNxtHit span{
	display:none;
}
.schDisplay_none .schBtnNxt,
.schDisplay_none .schBtnPrv,
.schDisplay_none .schBtnPrvHit,
.schDisplay_none .schBtnNxtHit{
	display:none;
}
.schDisplay_one .schBtnNxt,
.schDisplay_one .schBtnPrv{
	display:none;
}
.schBtnNxt,
.schBtnNxtHit{
	background-image: url(../img/tpl/btnResultNxt.png);
}
.schBtnPrv,
.schBtnPrvHit{
	background-image: url(../img/tpl/btnResultPrv.png);
}
.schResCnt,
.schHitCnt{
	display:inline-block;
	min-width:40px;
	text-align: center;
}
.schDisplay_none .schResCnt,
.schDisplay_one .schResCnt{
	display:none;
}
.schTerm{
	font-weight: bold;
}
.schTerm em{
	font-weight: normal;
}
.tplFootBanner img {
	vertical-align: middle;
	border:0px;
}

.tplFootBanner span {
	margin:0 3px;
}	
/* ============= Subwindow ============= */
.subWindow_over {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.4;
}
.subWindow_win  {
	position: absolute;
	z-index: 1001;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	background: #fff;
	box-shadow: 0 0 15px;
}
.subWindow_co  {
	height: 100%;
}
.subWindow_fra  {
	height: 100%;
	width: 100%;
}
.subWindow_x {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}
/* ============= scImgMgr ============= */
.scImgZmOver{
	background-color: white;
	width:100% !important;
	height:100% !important;
}
.scImgZmCvs {
	overflow: visible;
}
.scImgZmFra{
	background-color: white;
	padding:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:  0px 0px 20px 0px #999;
	box-shadow:  0px 0px 20px 0px #999;
}
a.scImgZmBtnCls{
	position:absolute;
	top:-15px;
	right:-15px;
	width:30px;
	height:30px;
	background-image:url("../img/nav/close.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.scImgZmBtnCls span{
	display:none;
}
.scImgZmTi{
	text-align: center;
	margin:5px 5px 0px 5px;
	color:#676767;
	font-style: italic;
}
.scImgZmMag{
	border-radius: 5px;
	-webkit-box-shadow:  0px 0px 10px 0px #555;
	box-shadow:  0px 0px 10px 0px #555;
}
/*.scImgZmCo{
	-webkit-box-shadow: 0px 0px 8px 5px #aaa;
	-moz-box-shadow: 0px 0px 8px 5px #aaa;
	box-shadow: 0px 0px 8px 5px #aaa;
	border-left:1px solid #AFAFAF;
	border-right:1px solid #AFAFAF;
	border:1px solid #AFAFAF;
}*/
/*.scImgZmTlb{
	display:none;
}*/
.scImgAnmCtrl{
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid gray;
	-webkit-box-shadow:  0px 0px 10px 0px #555;
	box-shadow:  0px 0px 10px 0px #555;
	background-color:white;
	bottom:20px;
	position:absolute;
	right:5px;
	padding: 5px;
	width: 115px;
	height: 16px;
	z-index: 101;
}
.scImgAnmCtrLbl{
	display:none;
}
.scImgAnmBtnInitPly{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(../img/anim/playBtn.png) no-repeat center center;
}
.scImgAnmBtnInitPly span{
	display:none;
}
a.scImgAnmBtnPse,
a.scImgAnmBtnPly,
a.scImgAnmBtnNxt,
a.scImgAnmBtnPrv {
	position:absolute;
	width:15px;
	height:12px;
	background-image:url("../img/anim/player.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.scImgAnmBtnPse {
	left:30px;
	background-position: 0px -90px;
}
a.scImgAnmBtnNxt {
	left: 55px;
	background-position: 1px -60px;
}
a.scImgAnmBtnPrv {
	left:5px;
}
a.scImgAnmBtnPly {
	left:30px;
	background-position: 1px -30px;
}
a.scImgAnmBtnPse:hover,
a.scImgAnmBtnNxt:hover,
a.scImgAnmBtnPrv:hover,
a.scImgAnmBtnPly:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.scImgAnmCtrl a span,
.scImgSep{
	display:none;
}
.scImgAnmCtrIdx{
	position:absolute;
	left:80px;
	width:15px;
	height:13px;
}
.scImgAnmCtrSep{
	position:absolute;
	left:95px;
	width:10px;
	height:13px;
}
.scImgAnmCtrCnt{
	position:absolute;
	left:105px;
	width:15px;
	height:13px;
}


/* ============= Utilities ============= */
.hidden{
	position: absolute;
	width:1px;
	height:1px;
	visibility: hidden;
	top:-10000px;
	left:-10000px;
}

