/******************************************************************************/
/*  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 {
	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                                                       */
/******************************************************************************/
/* === START - FOCUS ======================================================== */
a:focus,
input:focus,
video:focus,
audio:focus,
button:focus,
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
	border: none;
	outline: 1px dotted gray;
	transition: outline .25s ease-in-out;
}
/* === STOP - FOCUS ========================================================= */
/* ============= Page layout ============= */
html{
	width:100%;
	height:100%;
	
}
body{
	font-family: sans-serif;
	font-size: 0.90em;
	padding: 0;
	margin: 0;
	width:100%;
	height:100%;
	background-color: #f5f5f5;
	overflow: hidden;
}
#frame{
	max-width:1200px;
	margin: 0px auto;
	top:0;
	height:100%;
	position: relative;
	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;
	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: linear-gradient(to bottom, #666666 0%,#3B3B3B 100%);
	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;
	line-height:40px;
}
#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: #555;
	margin-top: 2px;
	margin-right: 16px;
	margin-left: 205px;
	overflow: hidden;
	position:relative;
}
.tplContextMenu > .ctx_root{
	display:inline-block;
	position:absolute;
	right:0px;
	background-color: rgba(255,255,255,0.9);
	padding: 2px 5px;
	border-radius:4px;
	text-align: right;
	white-space: nowrap;
}
.schDisplay_on .tplContextMenu {
	display: none;
}
.ctx_root a{
	color: #888;
}
.ctx_root a:hover{
	text-decoration: underline;
}
#noscript{
	position: absolute;
	top: 30%;
	left: 20%;
	right: 20%;
	font-size: 2em;
	color: silver;
}
#noscript span{
	display: block;
	padding-left:2em;
}
#noscript span::before{
	content: "\26A0";
	position: absolute;
	font-size: 2em;
	margin-left: -1em;
}


/* ============= Cookie warn bar ============= */
.cookieWarnBar{
	position:relative;
	border-bottom:2px solid #e0dcd8;
	background-color: #FFF;
	padding: 6px 10px;
	margin: 0px;
	opacity:1;
	min-width: 850px;
	z-index: 1000;
}
.cookieWarnBar.acknowledged{
	opacity:0;
	height:0px !important;
	padding: 0px 10px;
	margin: 0px -7px 0px -7px;
	border-bottom:0px;
	transition-property : opacity,display,padding,margin;
	transition-duration : 0.5s;
}
.cookieWarnBtn{
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	text-decoration: none;
	color:black;
}
.cookieWarnBtn:hover{
	.opacity:0.8;
}
.cookieWarnBar_on #header .topbar {
 top:20px;
}

/* ============= Accessibility menu ============= */
#accessibility {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right:0px;
	width:auto;
	z-index:90;
	font-size:0.8em;
	top:0px;
}
#accessibility li{
	float: left;
	margin:0px 3px;
}
#accessibility a{
	color:white;
	text-decoration: none;
	opacity:0.05;
}
#accessibility:hover a{
	opacity:0.2;
}
#accessibility a:focus{
	opacity:1;
}

/** 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;
	margin:0;
}
#menu li{
	padding: 0 12px;
}
#menu div.mnu_sel_yes {
	background-image:url("../img/out/mainSelWhite.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}
.home_yes #menu div.toolHome,
.documentation_yes #menu div.toolHome {
	background-image:url("../img/out/mainSel.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}

.schDisplay_on.home_yes #menu div.toolHome,
.schDisplay_on.documentation_yes #menu div.toolHome,
.schDisplay_on #menu div.mnu_sel_yes {
	background-image:url("../img/out/mainSelSearch.png");
}
.toolHome a.mnu_i{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 2px;
}
.toolHome a.mnu_i.mnu_ret_yes{
	background-image:url("../img/nav/back.png");
}
/**Footer ********************************************************************/
#footer a{
	color:white;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
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: linear-gradient(to bottom, #666666 0%,#3B3B3B 100%);
	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;
	transition: width 0.3s ease-out;
	overflow:hidden;
}
.tplMnuCls_yes #outline {
	width: 0;
	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;
	background-position: top center;
}
#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: 0;
}
#outline ul.mnu_root >li{
	padding-left: 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;
}

#outline li.mnu_src_refDocRoot.tools{
	margin-top:1em;
	border-top:1px solid #A3A3A3;
	padding-top:1em;
}
/** Content : text ************************************************************/
.txt_ico_tim img {
	vertical-align: middle;
}
.txt_textTab_is,
.txt_textButton_is,
.txt_textRadioButton_is,
.txt_textCheckBox_is,
.txt_keyboard_is,
.txt_menuPath_is,
.txt_filePath_is,
.txt_win_is{
	padding:0px 3px;
	margin:1px 0;
	box-shadow: inset 0 -8px 10px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
	border: 1px solid #cecece;
	font-family: sans-serif;
	background-color:white;
	color:black;
	white-space: pre;
}
.txt_textTab_is{
	border-radius: 5px 5px 0px 0px;
}
.txt_textButton_is,
.txt_textRadioButton_is,
.txt_textCheckBox_is,
.txt_keyboard_is,
.txt_menuPath_is,
.txt_filePath_is{
	border-radius: 5px;
}
.txt_menuPath_is,
.txt_filePath_is{
	border-radius: 0px 8px 8px 0px;
}
.txt_textTab_is,
.txt_textRadioButton_is,
.txt_textCheckBox_is,
.txt_keyboard_is,
.txt_menuPath_is,
.txt_filePath_is,
.txt_win_is,
.txt_url_ul,
.txt_web_ul{
	background-image:url("../img/text.png");
	background-repeat: no-repeat;
	background-position: 3px 4px;
	padding-left:18px;
}
.txt_textCheckBox_is {
	background-position: 3px -26px;
}
.txt_keyboard_is {
	background-position: 3px -56px;
}
.txt_menuPath_is {
	background-position: 3px -86px;
}
.txt_filePath_is {
	background-position: 3px -116px;
}
.txt_win_is {
	background-position: 3px -266px;
}
.txt_textTab_is {
	background-position: 3px -296px;
}
.txt_label_is {
	text-decoration: underline;
}
.txt_cmd_is {
	font-family: Courier, "Lucida Console", monospace;
}

/** 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;
	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;
}

.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;
	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;
	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{
	display:none;
	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;
	transition: width 0.3s ease-out;
	z-index: 2;
}
.schDisplay_on .tplSchResults{
	display:block;
	}
.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;
	border-radius: 10px;
	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;
	box-shadow:  0px 0px 10px 0px #555;
}
.scImgAnmCtrl{
	border-radius: 5px;
	border: 1px solid gray;
	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;
}

/* === START - RESPONSIVE =================================================== */
@media (max-width: 1000px){
	#header{
		font-size:90%;
	}
}
@media (max-width: 900px){
	#header{
		font-size:80%;
	}
}
@media (max-width: 800px){
	#header{
		height:60px;
	}
	#menu{
		top:auto;
		bottom:0;
		height:30px;
	}
	#menu li, #menu .mnu_l {
		height: 30px;
	}
	#menu span {
		padding-top: 3px;
	}
	#main{
		top:60px;
	}
	.tplContextMenu{
		top:20px;
	}
}
@media (max-width: 700px){
	#outline{
		width:150px;
	}
	.tplMenuScroll{
		width:150px;
	}
	input.schInput{
		width:110px;
	}
	a.schBtnLaunch{
		left:115px;
	}
	#content{
		left:150px;
	}
}
/* === STOP - RESPONSIVE ==================================================== */
