/* Transformers' CSS*/

/******************/
/*	tooltips	*/
/******************/
.tooltip_a {
	cursor: pointer;
}
.ttSimple_a {
	cursor: pointer;
}
.tooltip, .infoBtn_fra, .ttSimple {
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px solid #981612;
	-webkit-box-shadow: 0px 0px 15px ;
	-moz-box-shadow: 0px 0px 15px ;
	box-shadow: 0px 0px 15px ; 
}

/* workaround pour erreur javascript sur IE6 broder="Medium" entrainant echec de conversion en int */
.ttSimple_fra,
.tooltip_fra {
	border-right:0px none;
	border-left:0px none;
	border-top:0px none;
	border-bottom:0px none;
}

.tooltip_ti,
.infoBtn_ti{
	font-size: 12px;
	color:white;
	position: relative;
	padding: 4px 18px 0 5px;
	cursor: default;
	min-height:20px;
	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-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.tooltip_x,
.op_txt_tt_x,
.infoBtn_x,
.op_labelTxt_tt_x,
.op_qTxt_tt_x{
	background: url(../img/txt/ttClose.png) top left no-repeat;
	text-decoration: none;
	display: block;
	position:absolute;
	top: 2px;
	right:0;
	width: 21px;
	height: 21px;
}
.tooltip_x span,
.infoBtn_x span{
	display: none;
}
.ttSimple_co,
.tooltip_co,
.infoBtn_co{
	padding: 4px 4px 0px 4px;
}
.ttSimple p,
.tooltip p,
.infoBtn_fra p{
	text-align: left;
	font-size: 0.9em;
}
/* ----- footnotes ------- */
ol.footnotes{
	margin: 40px 20px 20px 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #4463A1;
	font-size:90%;
}
li.footnotes_it{
	margin-bottom: 10px;
}
div.footnotes_itti .tooltip_x,
div.footnotes_itti .op_txt_tt_x,
div.footnotes_itti .infoBtn_x,
div.footnotes_itti .op_labelTxt_tt_x,
div.footnotes_itti .op_qTxt_tt_x{
	display: none;
}
div.footnotes_itti{
	font-weight: bold;
	color:#4463A1;
}



/********************/
/* Classes for Text */
/********************/
q:before, 
q:after {
	content: "";
}
.txt_quote_is {
	font-style:italic;
}
/* Weblink */
.op_txt_ul,
.op_sTxt_ul,
.op_labelTxt_ul,
.op_clozeTxt_ul,
.op_qTxt_ul,
.sfile_lnk,
.op_eSite_link_S,
.op_eSite_link_L{
	text-decoration: none;
	color: #9C1712;
	background: url(../img/txt/refLink.png) no-repeat center right;
	padding-right: 20px;
}
.op_txt_ul:hover,
.op_sTxt_ul:hover,
.op_labelTxt_ul:hover,
.op_clozeTxt_ul:hover,
.op_qTxt_ul:hover,
.sfile_lnk:hover,
.op_eSite_link_S:hover,
.op_eSite_link_L:hover{
	text-decoration: underline;
	background: url(../img/txt/goLink.png) no-repeat center right;
}

/* RefItem */
.ddDropTi .op_txt_ul_acr,
.ddDropTi .op_labelTxt_ul_acr,
.ddDropTi .op_clozeTxt_ul_acr,
.ddDropTi .op_qTxt_ul_acr,
.ddDropTi .op_txt_ul_glos,
.ddDropTi .op_labelTxt_ul_glos,
.ddDropTi .op_clozeTxt_ul_glos,
.ddDropTi .op_qTxt_ul_glos,
.ddDropTi .op_txt_ul_ref,
.ddDropTi .op_labelTxt_ul_ref,
.ddDropTi .op_clozeTxt_ul_ref,
.ddDropTi .op_qTxt_ul_ref{
	background-color:#eeeff1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left:3px;
}

.op_txt_ul_acr,
.op_labelTxt_ul_acr,
.op_clozeTxt_ul_acr,
.op_qTxt_ul_acr{
	background: url(../img/txt/acr.png) no-repeat center right;
	padding-right: 14px;
	color: #9c1712;
	text-decoration:none;
}
.op_txt_ul_glos,
.op_labelTxt_ul_glos,
.op_clozeTxt_ul_glos,
.op_qTxt_ul_glos{
	background: url(../img/txt/glos.png) no-repeat center right;
	padding-right: 18px;
	color: #9c1712;
	text-decoration:none;
}
.op_txt_ul_bib,
.op_labelTxt_ul_bib,
.op_clozeTxt_ul_bib,
.op_qTxt_ul_bib{
	background: url(../img/txt/bib.png) no-repeat center right;
	padding-right: 16px;
	color: #9c1712;
	text-decoration:none;
}
.op_txt_ul_ref,
.op_labelTxt_ul_ref,
.op_clozeTxt_ul_ref,
.op_qTxt_ul_ref{
	background: url(../img/txt/ref.png) no-repeat center right;
	padding-right: 19px;
	color: #9c1712;
	text-decoration:none;
}
.op_txt_ul_docLnk,
.op_clozeTxt_ul_docLnk,
.op_qTxt_ul_docLnk{
	text-decoration: none;
	background: url(../img/txt/note.png) no-repeat center right;
	padding-right: 22px;
	color: #9C1712;
	text-decoration:none;
}
.op_txt_ul_resLnk,
.op_clozeTxt_ul_resLnk,
.op_qTxt_ul_resLnk{
	text-decoration: none;
	background: url(../img/txt/zoom.png) no-repeat center right;
	padding-right: 20px;
	color: #9C1712;
	text-decoration:none;
}
.op_txt_ul_ucLnk,
.op_clozeTxt_ul_ucLnk,
.op_qTxt_ul_ucLnk{
	background: url(../img/txt/expUc.png) no-repeat center right;
	padding-right: 16px;
	color: #9C1712;
	text-decoration:none;
}

.op_txt_ul_acr:hover,
.op_labelTxt_ul_acr:hover,
.op_clozeTxt_ul_acr:hover,
.op_qTxt_ul_acr:hover,
.op_txt_ul_glos:hover,
.op_labelTxt_ul_glos:hover,
.op_clozeTxt_ul_glos:hover,
.op_qTxt_ul_glos:hover,
.op_txt_ul_ref:hover,
.op_labelTxt_ul_ref:hover,
.op_clozeTxt_ul_ref:hover,
.op_qTxt_ul_ref:hover,
.op_txt_ul_bib:hover,
.op_labelTxt_ul_bib:hover,
.op_clozeTxt_ul_bib:hover,
.op_qTxt_ul_bib:hover,
.op_txt_ul_docLnk:hover,
.op_clozeTxt_ul_docLnk:hover,
.op_qTxt_ul_docLnk:hover,
.op_txt_ul_resLnk:hover,
.op_clozeTxt_ul_resLnk:hover,
.op_qTxt_ul_resLnk:hover,
.op_txt_ul_ucLnk:hover,
.op_clozeTxt_ul_ucLnk:hover,
.op_qTxt_ul_ucLnk:hover{
	text-decoration: underline;
}
sup a {
	color:#4a6aa1;
}
/* inlineStyles */
.op_txt_is_emp, 
.op_sTxt_is_emp, 
.op_labelTxt_is_emp, 
.op_clozeTxt_is_emp,
.op_qTxt_is_emp{
	font-weight: bold;
	color: #9C1712;
}
.op_sPara_is_emp{
	font-weight: bold;
}

.ddDropTi .op_txt_is_emp, 
.ddDropTi .op_sTxt_is_emp, 
.ddDropTi .op_labelTxt_is_emp, 
.ddDropTi .op_clozeTxt_is_emp,
.ddDropTi .op_qTxt_is_emp,
.ddDropTi .op_sPara_is_emp{
	color:white;
	font-size:1.1em
}
.op_txt_is_spec, 
.op_sTxt_is_spec, 
.op_sPara_is_spec, 
.op_labelTxt_is_spec, 
.op_clozeTxt_is_spec,
.op_qTxt_is_spec{
	font-style: italic;
}
.op_clozeTxt_is_representative{
	background-color: #9C1712;
	color: white;
	font-weight: bold;
	padding: 0 3px 0 3px;
}
.op_txt_is_quote,
.op_labelTxt_is_quote,
.op_clozeTxt_is_quote{
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.op_txt_is_quote,
.op_labelTxt_is_quote,
.op_clozeTxt_is_quote{
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.ddDropTi .op_txt_is_quote,
.ddDropTi .op_labelTxt_is_quote,
.ddDropTi .op_clozeTxt_is_quote{
	color: white;
}

.ddDropTi .op_txt_is_code, 
.ddDropTi .op_labelTxt_is_code, 
.ddDropTi .op_clozeTxt_is_code,
.ddDropTi .op_qTxt_is_code{
	color:white;
}
/* Tableau */
.op_txt_tb, .op_clozeTxt_tb{
	margin:auto;
	margin-bottom:3px;
}
.op_txt_tb caption, .op_clozeTxt_tb caption{
	caption-side: bottom;
	color: #686868;
	font-style: italic;
	margin-bottom:10px;
}
.op_txt_tbcl_head, .op_clozeTxt_tbcl_head{
	background-color : #e8d3d3;
}
.op_txt_tbtr_head, .op_clozeTxt_tbtr_head{
	background-color : #971510;
}
.op_txt_tb th *, .op_clozeTxt_tb th *{
	text-align : right;
	color:#971510;
}
.op_txt_tbtr_head th *, .op_clozeTxt_tbtr_head th *{
	text-align : center;
	color : #FFFFFF;
}
.op_clozeTxt_tbtr_head th input {
	/* l'input est sur fond blanc alors le contenu du trou doit rester noir même en header */
	color : #000000;
}


.op_txt_tb td, .op_clozeTxt_tb td,
.op_txt_tb th, .op_clozeTxt_tb th{
	border : 1px solid #971510;
	padding: 0px 3px;
}
.op_txt_tbtd_num *, .op_clozeTxt_tbtd_num *{
	text-align : right;
}
.op_txt_tbtd_word *, .op_clozeTxt_tbtd_word *{
	text-align : center;
}
.op_txt_tb p, .op_clozeTxt_tb p{
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0.3em;
}

/* textLeafs */
.op_bibTxt_tl_title{
	font-style: italic;
}
.op_bibTxt_tl_auth{
	font-weight: bold;
}
.op_bibTxt_tl_ed{
}
.op_bibTxt_tl_date{
	color: #5F5F5F;
}
span.op_listingTxt_tl_note{
	font-style: italic;
}

/* imagesInline */
.op_txt_tim_form img,
.op_txt_tim_form object,
.embedObj,
.op_txt_tim_ico img,
.op_qTxt_tim_form img,
.op_qTxt_tim_form object,
.op_qTxt_tim_ico img {
	border: none;
	vertical-align: middle;
}

/* lists*/
ol.op_txt_ol, 
ol.op_clozeTxt_ol,
ol.op_qTxt_ol {
	font-weight: bold;
}
ul.op_txt_il,
ul.op_sTxt_il,
ul.op_clozeTxt_il,
ul.op_qTxt_il{
	list-style-image: url(../img/txt/puce1.png);
}
ul.op_txt_il ol,
ul.op_sTxt_il ol,
ul.op_clozeTxt_il ol,
ul.op_qTxt_il ol {
	list-style-image: none;
	/*sinon ol herite de son ul parent l'image de la puce*/
}
ul.op_txt_il ul,
ul.op_sTxt_il ul,
ul.op_clozeTxt_il ul,
ul.op_qTxt_il ul{
	list-style-image: url(../img/txt/puce2.png);
}
ul.op_txt_il ul ul,
ul.op_sTxt_il ul ul,
ul.op_clozeTxt_il ul ul,
ul.op_qTxt_il ul ul{
	list-style-image: url(../img/txt/puce3.png);
}
.op_txt_ili p,
.op_sTxt_ili p,
.op_clozeTxt_ili p,
.op_qTxt_ili p,
.op_txt_oli p,
.op_sTxt_oli p,
.op_clozeTxt_oli p,
.op_qTxt_oli p{
	margin-left: 0px;
	font-weight: normal;
}

/* paragraph */
.op_listingTxt_p{
	margin: 0.3em 1em;
	color: #686868;
	font-family:  monospace;
}



/*************/
/*  binaries */
/*************/
a.zoom{
	text-decoration: none;
	background: url(../img/txt/zoom.png) no-repeat center;
	padding: 0px 10px;
	margin-left: 5px;
	font-size: 15px;
	display: inline-block; /* hack IE7 */
	height: 20px; /* hack IE7 */
}
a.zoom:hover{
	background: url(../img/txt/zoom_in.png) no-repeat center;
}
a.zoom span{
	display: none;
}
.ttInfo_a{
	margin-left: 5px;
}
.ttInfo_a img{
	border:0px;
	vertical-align: middle;
}

.resInFlow{
	text-align: center;
	margin: 1em;
}


.resInFlow_ti{
	color: #686868;
	font-style: italic;
	padding-top:10px;
}

.linkInFlow{
	margin: 1em;
}

.simu{
	margin-left: 10px;
	background:url(../img/blocks/simuBig.png) top left no-repeat;
	padding-left:40px;
	min-height:40px
}
.simu_ti{
	text-align: left;
	font-size:1.4em;
}
.simuLnk {
	color:#4463A1;
	text-decoration: none;
	background:transparent url(../img/txt/vidInd.png) no-repeat scroll right center;
	padding-right:24px;
	
}
.simuLnk:hover {
	text-decoration: underline;
}

.simu_co{
	text-align: center;
}
.simuExp_closed, .simuExp_open{
	color: #686868;
	text-align: left;
	text-decoration: none;
	font-size:1.1em;
}
.simuExp_closed{
	background:url(../img/blocks/explicationSimu.png) center left no-repeat;
}
.simuExp_open{
	background:url(../img/blocks/explicationSimuOpened.png) center left no-repeat;
}

.simuExp_ti{
	padding-left:15px;
}
.simuExp_ti:hover{
	text-decoration: underline;
}
.simuExp_co{
	border-left: 2px solid #359632;
	text-align: center;
	margin-left:4px
}
.simuExp_co p{
	font-size: 12px;
	margin: 0px 5px 5px 5px;
}
.eSite_page {
	text-align: center;
	margin-bottom: 1em;
}
.eSite_page_tiIn{
	font-style: italic;
	color: #686868;
}
.eWeb_S .sfile_eWeb_view_fra{
	width: 500px;
	height: 150px;
}
.eWeb_L .sfile_eWeb_view_fra{
	width: 95%;
	height: 350px;
}

/********************/
/*	  Listing	 */
/********************/
.listingBk{
	border-left: 1px solid gray;
	margin: 0px 15px;
	padding-bottom: 5px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px; 
}

/********************/
/*	   Quotes	 */
/********************/
.bkquoteOpen{
	background-image: url(../img/blocks/bkquoteOpen.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 30px;
}
.bkquoteClose{
	background-image: url(../img/blocks/bkquoteClose.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-right: 30px;
}
blockquote{
	font-size: 0.9em;
	font-family: "Times New Roman", Times, serif;
	margin: 0.3em 25px;
	padding: 1px 5px;
	background-color: #f7f8f8;
}
blockquote p{
	margin-left: 0px;
	margin-right: 0px;
}
.blocks_co .bkquoteOpen{
	background-image: url(../img/blocks/bkquoteOpenBlue.png);
}
.blocks_co .bkquoteClose{
	background-image: url(../img/blocks/bkquoteCloseBlue.png);
}
.blocks_co blockquote{
	background-color: #f5faff;
}
.warning .bkquoteOpen{  
	background-image: url(../img/blocks/bkquoteOpenRed.png);
}
.warning .bkquoteClose{
	background-image: url(../img/blocks/bkquoteCloseRed.png);
}
.warning blockquote{
	background-color: #ffe9e8;
}
/********************/
/* Classes for blocks */
/********************/

.mainContent_ti{
	font-size: 2em;
	text-align: center;
	margin: 1em;
}

/* bottom margin inside overflow=auto div does not work in some browsers, */
/* using http://www.brunildo.org/test/scroll-child-marginV.html method as a workaround */

.info{
}
.basic_ti, .legal_ti, .complement_ti, .method_ti, .syntax_ti, .simulation_ti, .remind_ti, .def_ti, .example_ti, .remark_ti, .advice_ti, .warning_ti, .obj_ti {
    color: white;
    font-size: 1.3em;
    min-height: 24px;
    margin-top: 10px;
    position: relative;
	padding-left:13px;
	display: block;
	padding-top: 5px
}
.basic_ti{
    background: #ae9a79;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.16, rgb(152,129,92)),
		color-stop(0.5, rgb(174,154,121))
	);
	background: -moz-linear-gradient(
		left center,
		rgb(152,129,92) 16%,
		rgb(174,154,121) 50%
	);
}
.legal_ti{
    background: #969e89;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.16, rgb(123,133,109)),
		color-stop(0.5, rgb(150,158,137))
	);
	background: -moz-linear-gradient(
		left center,
		rgb(123,133,109) 16%,
		rgb(150,158,137) 50%
	);
}
.complement_ti{
    background: #8aa49c;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.16, rgb(113,144,135)),
		color-stop(0.5, rgb(138,164,156))
	);
	background: -moz-linear-gradient(
		left center,
		rgb(113,144,135) 16%,
		rgb(138,164,156) 50%
	);
}
.method_ti{
    background: #a28c96;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.16, rgb(149,116,133)),
		color-stop(0.5, rgb(162,140,150))
	);
	background: -moz-linear-gradient(
		left center,
		rgb(149,116,133) 16%,
		rgb(162,140,150) 50%
	);
}
.syntax_ti{
    background: #ae8b79;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.16, rgb(154,114,93)),
		color-stop(0.5, rgb(174,139,121))
	);
	background: -moz-linear-gradient(
		left center,
		rgb(154,114,93) 16%,
		rgb(174,139,121) 50%
	);
}
.simulation_ti{
    background: #a0879b;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.16, rgb(139,110,133)),
		color-stop(0.5, rgb(160,135,155))
	);
	background: -moz-linear-gradient(
		left center,
		rgb(139,110,133) 16%,
		rgb(160,135,155) 50%
	);
}
.remind_ti{
    background: #aea579;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.16, rgb(154,144,93)),
		color-stop(0.5, rgb(174,165,121))
	);
	background: -moz-linear-gradient(
		left center,
		rgb(154,144,93) 16%,
		rgb(174,165,121) 50%
	);
}
.def_ti{
    background: #a28c9e;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.16, rgb(143,117,139)),
		color-stop(0.5, rgb(162,140,158))
	);
	background: -moz-linear-gradient(
		left center,
		rgb(143,117,139) 16%,
		rgb(162,140,158) 50%
	);
}
.example_ti{
    background: #8a9da4;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.16, rgb(119,141,149)),
		color-stop(0.5, rgb(138,157,164))
	);
	background: -moz-linear-gradient(
		left center,
		rgb(119,141,149) 16%,
		rgb(138,157,164) 50%
	);
}
.remark_ti{
    background: #ae8780;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.16, rgb(169,112,103)),
		color-stop(0.5, rgb(174,135,128))
	);
	background: -moz-linear-gradient(
		left center,
		rgb(169,112,103) 16%,
		rgb(174,135,128) 50%
	);
}
.advice_ti{
    background: #8c92a2;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.16, rgb(116,125,149)),
		color-stop(0.5, rgb(140,146,162))
	);
	background: -moz-linear-gradient(
		left center,
		rgb(116,125,149) 16%,
		rgb(140,146,162) 50%
	);
}
.warning_ti{
    background: #a2403c;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.16, rgb(131,57,54)),
		color-stop(0.5, rgb(162,63,60))
	);
	background: -moz-linear-gradient(
		left center,
		rgb(131,57,54) 16%,
		rgb(162,63,60) 50%
	);
}
.info_ti{
	font-size: 1.3em;
	padding: 5px 0px 0px 0px;
	margin-left:14px;
}

.basic, .legal, .complement, .method, .syntax, .simulation,
.remind, .def, .example, .remark, .advice, .warning, .obj{
	background-position:center bottom;
	background-repeat:repeat-x;
	padding-bottom:8px;
	margin: 1.6em 1em 1.3em 1em;
}
.blocks_co, .obj_co{
background-color:#F0EDE6;
border:1px solid #D2D1D1;
}

.pbTi{
	position:absolute;
	right:5px;
	bottom:3px;
	display:block;
	background-position:center left;
	background-repeat:no-repeat;
}

.basic_ti .pbTi{
	background-image: url(../img/blocks/basic.png);
	padding-left:27px;
}
.legal_ti .pbTi{
	background-image: url(../img/blocks/legal.png);
	padding-left:31px;
}
.complement_ti .pbTi{
	background-image: url(../img/blocks/complement.png);
	padding-left:25px;
}
.method_ti .pbTi{
	background-image: url(../img/blocks/method.png);
	padding-left:25px;
}
.syntax_ti .pbTi{
	background-image: url(../img/blocks/syntax.png);
	padding-left: 28px;
}
.simulation_ti .pbTi{
	background-image: url(../img/blocks/simul.png);
	padding-left: 27px;
}
.advice_ti .pbTi{
	background-image: url(../img/blocks/advice.png);
	padding-left: 23px;
}
.def_ti .pbTi{
	background-image: url(../img/blocks/def.png);
	padding-left: 28px;
}
.example_ti .pbTi{
	background-image: url(../img/blocks/example.png);
	padding-left:30px;
}
.remark_ti .pbTi{
	background-image: url(../img/blocks/remark.png);
	padding-left:25px;
}
.remind_ti .pbTi{
	background-image: url(../img/blocks/remind.png);
	padding-left:32px;
}
.warning_ti .pbTi{
	background-image: url(../img/blocks/warning.png);
	padding-left: 28px;
}
.obj_ti{
	background: url(../img/blocks/obj.png) top left no-repeat;
}
.expUcDiv_co{
	padding-top: 5px;
	background: url(../img/blocks/part.png) top left no-repeat;
	margin-left: 20px;
	margin-top: 5px;
}
.expUcDiv_ti{
	color: #9C1712;
	padding-left: 23px;
	margin-top:20px;
	margin-left: 13px;
	font-weight: normal;
	background: url(../img/blocks/partTitle.png) center left no-repeat;
}
.collapse{
	background: url(../img/blocks/topleft.jpg) top left no-repeat;
	border: 2px solid #D6E2F1;
	margin: 1em 1em 1em 1em;
}
.collapse_open{
	background: url(../img/blocks/plus.png) top left no-repeat;
}
.collapse_closed{
background: url(../img/blocks/minus.png) top left no-repeat;
margin-bottom: 1em;
}
.collapse_ti{
	font-size: 1.5em;
	font-weight: bold;
	color:#728CB0;
	padding-left: 35px;
}
.collapse_tiIn{
}
.collapse_co{
background: url(../img/blocks/bottomright.jpg) bottom right no-repeat;
padding: 1em 1em 1em 1em;
}
.collapse_closed .a{
background: url(../img/blocks/bottomright.jpg) bottom right no-repeat;
}
.collapse a{
	text-decoration: none;
}


.objBox{
	margin: 20px 10%;
	padding: 10px;
	border: 1px solid #D2D1D1;
	background-color: #f0ede6;
}
.objBox_ti{
	font-weight: bold;
	color:#9C1712;
	font-size:1.2em
}
.objBoxIn{
	padding: 10px;
}


.quest{
	background-color:#f0ede6;
	border:1px solid #9C1712;
	margin: 20px 10px;
}


/* Warning */
.warning .blocks_co{
	border: 1px solid #D2D1D1;
	background-color: #f0e6e6;
}
.warning ul.op_txt_il{
	list-style-image: url(../img/txt/puce1.png);
}
.warning ul.op_txt_il ul{
	list-style-image: url(../img/txt/puce2Red.png);
}
.warning ul.op_txt_il ul ul{
	list-style-image: url(../img/txt/puce3.png);
}

.warning a.op_txt_ul{
	color: #b44a4a;
	background: url(../img/txt/refLinkRed.png) no-repeat center right;
}
.warning a.op_txt_ul:hover{
	background: url(../img/txt/goLinkRed.png) no-repeat center right;
}
.warning span.op_txt_ul_acr{
	background: url(../img/txt/abrRed.png) no-repeat center right;
	color: #b44a4a;
}
.warning span.op_txt_ul_glos{
	background: url(../img/txt/glosRed.png) no-repeat center right;
	color: #b44a4a;
}
.warning span.op_txt_ul_bib{
	background: url(../img/txt/bibRed.png) no-repeat center right;
	color: #b44a4a;
}
.warning span.op_txt_ul_ref {
	background: url(../img/txt/refRed.png) no-repeat center right;
	color: #b44a4a;
}
.warning .op_txt_ul_docLnk {
	background: url(../img/txt/noteRed.png) no-repeat center right;
	color: #b44a4a;
}
.warning .op_txt_ul_resLnk{
	background: url(../img/txt/zoom.png) no-repeat center right;
	color: #b44a4a;
}
.warning .op_txt_is_emp{
	color: #ca0000;
}

/***************************************/
/* Classes for Images and Ressources */
/***************************************/

.op_txtRes_tab{
	margin: 5px 0px;
	table-layout: fixed;
}
.op_txtRes_cellResRgt, .op_txtRes_cellResLft{
}

.txtRes{
	text-align: center;
}
.txtRes_ti{
	color: #686868;
	font-style: italic;
	margin-top: 0px;
	padding-top: 0px;
}
p.txtRes_ti span{
	margin-right: 5px;
}
.captionImg{
	text-align: center;
	margin-bottom: 2em;
}

.eSite_page_size_L, .eSite_page_size_S {
	margin-bottom:10px;
}
.eSite_page_size_L_ti {
	width:95%;
}
.eSite_page_size_S_ti {
	width:500px;
}

.eSite_page_size_L_ti, .eSite_page_size_S_ti {
	text-align:center;
	font-style:italic;
	color: #686868;
	padding-top:0px;
	margin-top:0px;
}

.captionImg_ti{
	font-family: "Times New Roman", Times, serif;
	color: #686868;
	min-height: 20px;
	font-size: 1.1em;
}
.captionImg_ti p{
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.captionImg_co a, .captionImg_co img{
	text-decoration: none;
	border: none;
}
.op_resM_label{
}
.op_resM_title{
	background: url(../img/blocks/captionImg_small.png) no-repeat top left;
	padding-left: 22px;
	text-decoration: underline;
	margin-right: 1em;
}
.op_resM_author, .op_resM_date{
	margin-right: 0.5em;
}
.op_resM_desc{
	font-style: italic;
}

.legalInfo img {
	border: none;
	vertical-align:middle;
}

/*****************/
/*   Metadata	*/
/*****************/
p.mField{
	background: url(../img/txt/puce2.png) no-repeat center left;
	padding-left: 16px;
	margin: 4px 0px 4px 0px;
}


.mField_ti{
	font-weight: bold;
	color: #9C1712;
	margin-top: 5px;
}

.idxFra .mField_ti{
	color:#9C1712
}

.mDiv{
	padding-left: 16px;
	background: url(../img/txt/puce2.png) no-repeat center left;
}
.mDiv p{
	margin: 4px 0px 4px 0px;
}
.mDiv_ti{
	font-weight: bold;
	color: #4463A1;
}


/****************/
/*   PractUc	*/
/****************/

.practUcDesc_co{
	/*border: 2px solid #D6E2F1;*/
	background-color:#F0EDE6;
	border:1px solid #D2D1D1;
	padding: 0.2em 1em;
	margin: 1em 3em;
}
.practUcDesc_ti{
	padding-left: 35px;
}
.practUcQuest_ti{
	padding-left: 35px;
}
.practUcDesc_co{
/*  background: url(../img/quiz/practSol2.png) no-repeat top left;
	padding-left: 45px;*/
}
.practUcQuest_co{
	background: url(../img/quiz/practQuest.png) no-repeat 10px top;
	padding-left: 24px;
	min-height:40px;
	padding-right:20px;
}
.op_practUcQ_hint_ti.collapse_ti,
.op_practUcQ_sol_ti.collapse_ti{
	color: #6e6e6e;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 1.3em;
}
.op_practUcQ_hint_co.collapse_co,
.op_practUcQ_sol_co.collapse_co{
	margin-left: 9px;
	border-left: 1px solid #6e6e6e;
}
.op_practUcQ_hint_co.collapse_co{
	background: url(../img/quiz/practHint.png) no-repeat 10px 10px;
	padding-left: 42px;
}
.op_practUcQ_sol_co.collapse_co{
	background: url(../img/quiz/practSol2.png) no-repeat 10px 10px;
	padding-left: 42px;
}
.op_practUcQ_sol.collapse, 
.op_practUcQ_hint.collapse{
	background: none;
	border: none;
}
.op_practUcQ_hint_closed.collapse_closed,
.op_practUcQ_sol_closed.collapse_closed{
	background: url(../img/quiz/practOpen.png) no-repeat top left;
}

.op_practUcQ_hint_open.collapse_open,
.op_practUcQ_sol_open.collapse_open{
	background: url(../img/quiz/practClose.png) no-repeat top left;
}
.op_practUcQ_hint_ti.collapse_ti,
.op_practUcQ_sol_ti.collapse_ti{
padding-left: 25px;
}

/****************/
/*	 Deco	 */
/****************/
.decoUe, .decoUeDiv, .decoIntro, .decoConclu, .decoQuest, .decoAssmntUa, .decoCourseUa, .decoExpUc, .decoPractUc, .decoTrainUc{

}
.decoIntro{
	background: none;
}
.decoConclu{
	background: none;
}
.decoAssmntUa{
	background: none;
}
.decoCourseUa{
	background: none;
}
.decoExpUc{
	background: none;
}
.decoQuest{
	background: none;
}
.decoPractUc{
	background: none;
}
.decoTrainUc{
	background: none;
}
.decoUe{
	background: none;
}
.decoUeDiv{
	background: none;
}
.practUcDesc,.practUcQuest{
	margin-bottom:20px;
}
ol.footnotes *:target {
	background-color: #eeecdd; 
}

/****************/
/*	 Zoom	 */
/****************/
.scImgZmOver{
	background-color: black;
}
div.scImgZmCvs{
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url("../img/scImg/throbber.gif");
}
div.scImgZmFra{
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
}
div.scImgZmTlb{
	margin-top:5px;
	text-align: right;
}
a.scImgZmBtnCls{
	display: inline-block;
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	background-image:url("../img/scImg/btnCls.gif");
}
a.scImgZmBtnCls:hover{
	background-image:url("../img/scImg/btnClsOvr.gif");
}
a.scImgZmBtnCls span{
	display: none;
}



.scImgZmCo img{
	background-color: white;
}
.imgZoom,
.swfZoom {
	cursor: url(../skin/img/txt/zoom.cur), url(../img/txt/zoom.cur), pointer;
}
.imgZoom img,
.swfZoom img {
	border:0px;
}
/****************/
/*	 Gallery	 */
/****************/
.gallery{
	margin:0.2em 1em 0.7em;
}
.gallery_co{
}
.scImgSep{
	display: none;
}
span.galPv{
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 2px;
	background-color: white;
}
a.galPvLnk:hover {
	opacity:0.8;
}
img.imgPv{
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
div.scImgGalOver,
div.scImgZmOver{
	background-color: black;
}
div.scImgGalFra{
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.scImgGalCo,
div.scImgGalImgFra{
	background-color: white;
}
div.scImgGalTi{
	font-style: italic;
	color: #686868;
	cursor: default;
	font-size:12px;
}
div.scImgGalTbr span.scImgGalCount{
	font-style: italic;
	color: #686868;
	cursor: default;
}
div.scImgGalTbr span{
	display: none;
	position: absolute;
}
div.scImgGalTbr a{
	display: block;
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	position: absolute;
	bottom:3px;
}
a.scImgGalBtnPrv{
	background-image:url("../img/scImg/btnPrv.gif");
	left:330px;
}
a.scImgGalBtnPrv:hover{
	background-image:url("../img/scImg/btnPrvOvr.gif");
}
a.scImgGalBtnNoPrv{
	background-image:url("../img/scImg/btnNoPrv.gif");
	left:330px;
	cursor: default;
}
a.scImgGalBtnNxt{
	background-image:url("../img/scImg/btnNxt.gif");
	right:330px;
}
a.scImgGalBtnNxt:hover{
	background-image:url("../img/scImg/btnNxtOvr.gif");
}
a.scImgGalBtnNoNxt{
	background-image:url("../img/scImg/btnNoNxt.gif");
	right:330px;
	cursor: default;
}
a.scImgGalBtnCls{
	background-image:url("../img/scImg/btnCls.gif");
	right:5px;
}
a.scImgGalBtnCls:hover{
	background-image:url("../img/scImg/btnClsOvr.gif");
}
a.scImgGalBtnPse{
	background-image:url("../img/scImg/btnPse.gif");
	left:352px;
}
a.scImgGalBtnPse:hover{
	background-image:url("../img/scImg/btnPseOvr.gif");
}
a.scImgGalBtnPly{
	background-image:url("../img/scImg/btnPly.gif");
	left:352px;
}
a.scImgGalBtnPly:hover{
	background-image:url("../img/scImg/btnPlyOvr.gif");
}


/* === SMALL & TOUCH screens ================================================ */
div.tplFra_small .pbTi{
	font-size:0.7em;
	line-height:25px;
}
div.tplFra_touch .imgZoom{
	display:inline-block;
	padding-left:18px;
	background-position:left center;
	background-repeat:no-repeat;
	background-image:url(../img/txt/zoom.gif);
}
div.tplFra_touch .ttInfo_a {
	margin-right: 5px;
}
div.scImgGalFra_touch div.scImgGalTbr a {
	width:30px;
}
div.scImgGalFra_touch .scImgGalBtnPrv,
div.scImgGalFra_touch .scImgGalBtnNoPrv {
	left:300px;
}
div.scImgGalFra_touch .scImgGalBtnNxt,
div.scImgGalFra_touch .scImgGalBtnNoNxt {
	right:300px;
}
div.scImgGalFra_touch .scImgGalBtnPly,
div.scImgGalFra_touch .scImgGalBtnPse {
	left:345px;
}
div.scImgGalFra_touch .scImgGalBtnCls {
	background-position: center right;
}

