﻿/* Transformers' CSS*/

/******************/
/*    tooltips    */
/******************/
.tooltip_a {
	cursor: pointer;
}
.ttSimple_a {
	cursor: default;
}
.tooltip,
.infoBtn_fra,e
.ttSimple{
	border: 1px solid #5f6060;
	background:#f0f5f5;
	/*background: url(../img/txt/fondTT.png) top left repeat-y #eef4ff;*/
	padding:5px
}

/* 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: 14px;
	font-weight: bold;
	color:#7d98cb;
	position: relative;
	padding: 0 16px 0 5px;
	cursor: default;
}

.tooltip_x,
.op_txt_tt_x,
.infoBtn_x,
.op_labelTxt_tt_x,
.op_qTxt_tt_x{
	background: url(../img/txt/cross2.png) top left no-repeat;
	text-decoration: none;
	display: block;
	position:absolute;
	top: 5px;
	right:5px;
	width: 16px;
	height: 16px;
}
.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;
}


/********************/
/* Classes for Text */
/********************/

/* Weblink */
a.op_txt_ul,
a.op_sTxt_ul,
a.op_labelTxt_ul,
a.op_clozeTxt_ul,
a.op_qTxt_ul,
a.sfile_lnk,
a.op_eSite_link_S,
a.op_eSite_link_L{
	text-decoration: underline;
	color: #2B9BC0;
	background: url(../img/txt/refLink.png) no-repeat center left;
	padding-left: 22px;
}
a.op_txt_ul:hover,
a.op_sTxt_ul:hover,
a.op_labelTxt_ul:hover,
a.op_clozeTxt_ul:hover,
a.op_qTxt_ul:hover,
a.sfile_lnk:hover,
a.op_eSite_link_S:hover,
a.op_eSite_link_L:hover{
	text-decoration: underline;
	background: url(../img/txt/goLink.png) no-repeat center left;
	color: #8DB2AF;
	text-decoration:none;
}


/* RefItem */
span.op_txt_ul_acr,
span.op_labelTxt_ul_acr,
span.op_clozeTxt_ul_acr,
span.op_qTxt_ul_acr{
	background: url(../img/txt/abr.png) no-repeat center left;
	padding-left: 22px;
	color: #2B9BC0;
	cursor:pointer;
}
a.op_txt_ul_acr,
a.op_labelTxt_ul_acr,
a.op_clozeTxt_ul_acr,
a.op_qTxt_ul_acr{
	background: url(../img/txt/abr.png) no-repeat center left;
	padding-left: 22px;
	color: #2B9BC0;
	cursor:pointer;
}
span.op_txt_ul_glos,
span.op_labelTxt_ul_glos,
span.op_clozeTxt_ul_glos,
span.op_qTxt_ul_glos{
	background: url(../img/txt/glos.png) no-repeat center left;
	padding-left: 22px;
	color: #2B9BC0;
	text-decoration:underline;
}
a.op_txt_ul_glos,
a.op_labelTxt_ul_glos,
a.op_clozeTxt_ul_glos,
a.op_qTxt_ul_glos{
	background: url(../img/txt/glos.png) no-repeat center left;
	padding-left: 22px;
	color: #2B9BC0;
	text-decoration:underline;
}

span.op_txt_ul_glos A:HOVER,
span.op_labelTxt_ul_glos A:HOVER,
span.op_clozeTxt_ul_glos A:HOVER,
span.op_qTxt_ul_glos A:HOVER{
	color: #8DB2AF;
	text-decoration:none;
}
a.op_txt_ul_glos A:HOVER,
a.op_labelTxt_ul_glos A:HOVER,
a.op_clozeTxt_ul_glos A:HOVER,
a.op_qTxt_ul_glos A:HOVER{
	color: #8DB2AF;
	text-decoration:none;
}

span.op_txt_ul_bib,
span.op_labelTxt_ul_bib,
span.op_clozeTxt_ul_bib,
span.op_qTxt_ul_bib{
	background: url(../img/txt/bib.png) no-repeat center left;
	padding-left: 22px;
	color: #2B9BC0;
	cursor:pointer;
}
a.op_txt_ul_bib,
a.op_labelTxt_ul_bib,
a.op_clozeTxt_ul_bib,
a.op_qTxt_ul_bib{
	background: url(../img/txt/bib.png) no-repeat center left;
	padding-left: 22px;
	color: #2B9BC0;
	cursor:pointer;
}
span.op_txt_ul_ref,
span.op_labelTxt_ul_ref,
span.op_clozeTxt_ul_ref,
span.op_qTxt_ul_ref{
	background: url(../img/txt/ref.png) no-repeat center left;
	padding-left: 22px;
	color: #2B9BC0;
	cursor:pointer;
}
a.op_txt_ul_ref,
a.op_labelTxt_ul_ref,
a.op_clozeTxt_ul_ref,
a.op_qTxt_ul_ref{
	background: url(../img/txt/ref.png) no-repeat center left;
	padding-left: 22px;
	color: #2B9BC0;
	cursor:pointer;
}
.op_txt_ul_docLnk,
.op_clozeTxt_ul_docLnk,
.op_qTxt_ul_docLnk{
	text-decoration: none;
	background: url(../img/txt/note.png) no-repeat center left;
	padding-left: 22px;
	color: #2B9BC0;
	cursor:pointer;
}
.op_txt_ul_resLnk,
.op_clozeTxt_ul_resLnk,
.op_qTxt_ul_resLnk{
	text-decoration: none;
	background: url(../img/txt/zoom.png) no-repeat center left;
	padding-left: 22px;
	color: #2B9BC0;
	cursor:pointer;
}
.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,
#i1:hover{
/*frk*/
	text-decoration: underline;
	color: #8DB2AF;
}

.lnkDoc A{
	text-decoration: unerline;
	color: #2B9BC0;
}
	

/* 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: #000000;
}
.op_sPara_is_emp{
	font-weight: bold;
}
.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: #0866EC;
	color: white;
	font-weight: bold;
	padding: 0 3px 0 3px;
}

q:before, 
q:after {
	content: "";
}

.op_txt_is_quote,
.op_labelTxt_is_quote,
.op_clozeTxt_is_quote{
	font-style: italic;
	color: black;
	font-family: "Times New Roman", Times, serif;
}
.op_txt_is_code, 
.op_labelTxt_is_code, 
.op_clozeTxt_is_code,
.op_qTxt_is_code{
	font-family: "Courrier new", monospace;
	color: gray;
}
/* textLeafs */
.op_txt_tl_exp,
.op_labelTxt_tl_exp,
.op_clozeTxt_tl_exp,
.op_qTxt_tl_exp{
	font-size: 70%;
	vertical-align: 4px;
}
.op_txt_tl_ind, 
.op_labelTxt_tl_ind, 
.op_clozeTxt_tl_ind,
.op_qTxt_tl_ind{
	font-size:70%;
	vertical-align: -4px;
}
.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 {
	color: #0a5d7d;
	font-weight: normal;
}
ul.op_txt_il,
ul.op_sTxt_il,
ul.op_clozeTxt_il,
ul.op_qTxt_il{
	/*list-style-image: url(../img/txt/puce1.gif);*/
}
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;
	color: #3e3e3e;
	/*font-weight: normal;*/
}

/* paragraph */
.op_listingTxt_p{
	margin: 0.3em 1em;
	font-family: "Courier New", Courier, monospace;
}



/*************/
/*  binaries */
/*************/
a.zoom{
	text-decoration: none;
	background: url(../img/txt/zoom.gif) 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.gif) no-repeat center;
}
a.zoom span{
	display: none;
}
.ttInfo_a{
	text-decoration: none;
	background: url(../img/txt/info.gif) no-repeat center;
	padding: 0px 10px;
	margin-left: 0px;
	font-size: 15px;
	display: inline-block; /* hack IE7 */
	height: 20px; /* hack IE7 */
}
.ttInfo_a:hover{
	background: url(../img/txt/info_over.gif) no-repeat center;
}
.ttInfo_a span{
	display: none;
}

.resInFlow{
	text-align: center;
	margin: 1em;
}


.resInFlow_ti{
	color: gray;
	font-style: italic;
}

.linkInFlow{
	margin: 1em;
}

.simu{
	margin-left: 10px;
	background:url(../img/blocks/simuBig.gif) top left no-repeat;
	padding-left:40px;
	min-height:40px
}
.simu_ti{
	text-align: left;
	font-size:1.4em;
}
.simuLnkEweb, .simuLnkXmllab, .simuLnkVidind {
	color:#7D98CB;
	text-decoration: none;
}
.simuLnkEweb:hover, .simuLnkXmllab:hover, .simuLnkVidind:hover {
	text-decoration: underline;
}

.simu_co{
	text-align: center;
}
.simuExp_closed, .simuExp_open{
	color: gray;
	text-align: left;
	text-decoration: none;
	font-size:1.1em;
}
.simuExp_closed{
	background:url(../img/blocks/explicationSimu.gif) center left no-repeat;
}
.simuExp_open{
	background:url(../img/blocks/explicationSimuOpened.gif) 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: gray;
}
.eWeb_S .sfile_eWeb_view_fra{
	width: 550px;
	height: 150px;
}
.eWeb_L .sfile_eWeb_view_fra{
	width: 100%;
	height: 350px;
}

/********************/
/*      Listing     */
/********************/
.listingBk{
	border-left: 3px solid #3e3e3e;
	margin: 0px 15px;
	padding-bottom: 5px;
}


/********************/
/*       Quotes     */
/********************/
.bkquoteOpen{
	background-image: url(../img/blocks/bkquoteOpen.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 60px;
}
.bkquoteClose{
	background-image: url(../img/blocks/bkquoteCloseBlue.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-right: 60px;
}
blockquote{
	font-size: 0.9em;
	font-family: Times New Roman, Times, serif;
	margin: 0em 30px;
	padding: 0px 5px;
}
blockquote p{
	margin-left: 0px;
	margin-right: 0px;
}
.blocks_co .bkquoteOpen{
	background-image: url(../img/blocks/bkquoteOpenBlue.gif);
}
.blocks_co .bkquoteClose{
	background-image: url(../img/blocks/bkquoteCloseBlue.gif);
}
.blocks_co blockquote{
}
.warning .bkquoteOpen{	
	background-image: url(../img/blocks/bkquoteOpenRed.gif);
}
.warning .bkquoteClose{
	background-image: url(../img/blocks/bkquoteCloseRed.png);
}
.warning blockquote{
	background-color: #ffe9e8;
}
/********************/
/* Classes for blocks */
/********************/

.mainContent_ti{
	font-size: 2em;
	text-align: left;
	margin: 0 70px;
}

.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, .math_ti, .explication_ti, .info_ti,
.obj_ti {
	font-size: 16px;
	color:#2B9BC0;
	background-position: bottom left;
	background-repeat: no-repeat;
/*	padding-left:40px;*/
}

.pb_ti_typ{
	width:100%;
	float:left;
	font-size:12px;
}

.warning_ti{
	color: #7d0c1f;
}
.info_ti {
	font-size: 1.4em !important;
	padding: 5px 0px 0px 0px !important;
}

.basic, .legal, .complement, .method, .syntax, .simulation,
.remind, .def, .example, .remark, .advice, .warning, .obj, .math, .explication, .inforole{
	background-position:center bottom;
	background-repeat:repeat-x;
	padding-bottom:8px;
	margin: 20px !important;
}
.blocks_co, .obj_co{
	background-color:#f9fcfd;	
	border-left:2px dotted #2B9BC0;
	padding: 5px 20px;
	
}

.basic_ti .pbTi {
	background: url(../img/blocks/basic.jpg) no-repeat left top;
	min-height: 27px;
	padding-left: 32px;
}
.legal_ti .pbTi {
	background: url(../img/blocks/legal.png) no-repeat left top;
	min-height: 25px;
	padding-left: 32px;
}
.complement_ti .pbTi {
	background: url(../img/blocks/complement.jpg) no-repeat left top;
	min-height: 25px;
	padding-left: 32px;
}
.method_ti .pbTi{
	background: url(../img/blocks/method.jpg) no-repeat left top;
	min-height: 33px;
	padding-left: 32px;
}
.syntax_ti .pbTi {
	background: url(../img/blocks/syntax.jpg) no-repeat left top;
	min-height: 34px;
	padding-left: 32px;
}
.simulation_ti .pbTi {
	background: url(../img/blocks/simul.png) no-repeat left top;
	min-height: 29px;
	padding-left: 32px;
}
.advice_ti .pbTi {
	background: url(../img/blocks/advice.jpg) no-repeat left -3px;
	min-height: 25px;
	padding-left: 37px;
}
.def_ti .pbTi {
	background: url(../img/blocks/def.jpg) no-repeat left -3px;
	min-height: 25px;
	padding-left: 37px;
}
.example_ti .pbTi {
	background: url(../img/blocks/example.jpg) no-repeat left -3px;
	min-height: 25px;
	padding-left: 37px;
}
.remark_ti .pbTi {
	background: url(../img/blocks/remark.jpg) no-repeat left top;
	min-height: 25px;
	padding-left: 32px;
}
.remind_ti .pbTi {
	background: url(../img/blocks/remind.jpg) no-repeat left top;
	min-height: 25px;
	padding-left: 32px;
}
.warning_ti .pbTi {
	background: url(../img/blocks/warning.jpg) no-repeat left top;
	min-height: 25px;
	padding-left: 32px;
}
.math_ti .pbTi {
	background: url(../img/blocks/math.jpg) no-repeat center left;
	min-height: 25px;
	padding-left: 30px;
}
.explication_ti .pbTi {
	background: url(../img/blocks/explication.jpg) no-repeat center left;
	min-height: 25px;
	padding-left: 32px;
}
.obj_ti{
	background: url(../img/blocks/obj.png) top left no-repeat;
}
.expUcDiv_co{
	padding-left: 2em;
	margin: 0px 20px;
}
.expUcDiv_ti{
	color: #0a5d7d;
	padding-left: 30px;
	font-weight: normal;
}
.collapse{
	/*background: url(../img/blocks/topleft.jpg) top left no-repeat;*/
	border-top: 2px dotted #2B9BC0;
	margin: 5px 3em 2px 1em;
	padding-top:3px;
}
.collapse_open{
	background: url(../img/blocks/plus.png) bottom left no-repeat;
}
.collapse_closed{
background: url(../img/blocks/minus.png) bottom left no-repeat;
margin-bottom: 0px;
}
.collapse_ti{
	font-size: 14px;
	line-height:22px;
	color:#2B9BC0;
	padding-left: 34px;
}
.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;
}




.practUcProb_collapse{
	/*background: url(../img/blocks/topleft.jpg) top left no-repeat;*/
	border-top: 2px dotted #2B9BC0;
	margin: 5px 3em 2px 1em;
	padding-top:3px;
}
.practUcProb_collapse_open{
	background: url(../img/blocks/plus.png) bottom left no-repeat;
}
.practUcProb_collapse_closed{
background: url(../img/blocks/minus.png) bottom left no-repeat;
margin-bottom: 0px;
}
.practUcProb_collapse_ti{
	font-size: 18px;
	line-height:22px;
	color:#2B9BC0;
	padding-left: 34px;
}
.practUcProb_collapse_tiIn{
}
.practUcProb_collapse_co{
/*background: url(../img/blocks/bottomright.jpg) bottom right no-repeat;*/
padding: 1em 1em 1em 1em;
}
.practUcProb_collapse_closed .a{
background: url(../img/blocks/bottomright.jpg) bottom right no-repeat;
}
.practUcProb_collapse a{
	text-decoration: none;
}





.objBox{
	/*margin: 20px 10%;*/
	padding: 10px;
	/*border-left: 4px dotted #0A5D7D;
	border-right: 2px dotted #0A5D7D;
	border-top: 1px dotted #0A5D7D;
	background-color: #f3f7f8;*/
	border-bottom: 1px dotted #8DB2AF;
	
}

.objBox .objBoxIn .op_sTxt_p{
	margin:0 !important;
}
.objBox_ti{
	font-weight: bold;
	color:#E52F60;
}
.objBoxIn{
	padding: 10px;
}


.quest{
	margin: 20px 10px;
	border-left:7px double #E52F60;
	padding-left:5px;
}


/* Warning */
.warning .blocks_co{
	border: 2px solid #7d0c1f;
	background-color: #f2e6e8;
}
.warning ul.op_txt_il{
	list-style-image: url(../img/txt/puce1Red.gif);
}
.warning ul.op_txt_il ul{
	list-style-image: url(../img/txt/puce2Red.gif);
}
.warning ul.op_txt_il ul ul{
	list-style-image: url(../img/txt/puce3Red.gif);
}

.warning a.op_txt_ul{
	color: #b44a4a;
	background: url(../img/txt/refLinkRed.gif) no-repeat center right;
}
.warning a.op_txt_ul:hover{
	background: url(../img/txt/goLinkRed.gif) no-repeat center right;
}
.warning span.op_txt_ul_acr{
	background: url(../img/txt/abrRed.gif) no-repeat center right;
	color: #b44a4a;
}
.warning span.op_txt_ul_glos{
	background: url(../img/txt/glosRed.gif) no-repeat center right;
	color: #b44a4a;
}
.warning span.op_txt_ul_bib{
	background: url(../img/txt/bibRed.gif) no-repeat center right;
	color: #b44a4a;
}
.warning span.op_txt_ul_ref {
	background: url(../img/txt/refRed.gif) no-repeat center right;
	color: #b44a4a;
}
.warning .op_txt_ul_docLnk {
	background: url(../img/txt/noteRed.gif) no-repeat center right;
	color: #b44a4a;
}
.warning .op_txt_ul_resLnk{
	background: url(../img/txt/zoom.gif) no-repeat center right;
	color: #b44a4a;
}
.warning .op_txt_is_emp{
	color: red;
}

/***************************************/
/* Classes for Images and Ressources */
/***************************************/

.op_txtRes_tab{
	/*margin: 5px 0px;*/
	/*table-layout: fixed;*/
	margin:1em 1em 1em 1em;
	text-align:center;
	align:center;
	
}
.op_txtRes_cellResRgt, .op_txtRes_cellResLft{
}

.txtRes{
	text-align: center;
}

.txtRes_ti{
	color: gray;
	margin-top: 0px;
	padding-top: 0px;
	font-style:italic;
}
p.txtRes_ti span{
	margin-right: 5px;
}
.op_txt_p{
	margin: 0px 20px;
	padding-top: 10px;
}
.captionImg{
	text-align: center;
	margin-bottom: 2em;
}
.captionImg_ti{
	font-family: "Times New Roman", Times, serif;
	color: gray;
	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;
}
.sfile_math{
	text-align:center;
	font-size:18px;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
}
.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;
}

.op_txt_tl_mathtex, .op_txt_tim_form, .op_txt_tim_form, .sfile_math, .sfile_math{
	font-size: 18px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
.oup_txtEq_p{
	text-align:center;
}
.oup_txtEq_tl_mathtex{
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}


/*****************/
/*   Metadata    */
/*****************/
p.mField{
	padding: 0 16px;
	margin: 4px 0px 4px 0px;
}


.mField_ti{
	font-weight: bold;
	color: #7D98CB;
	margin-top: 5px;
}

.idxFra .mField_ti{
	color:#E52F60;
}

.mDiv{
	padding-left: 16px;
	background: url(../img/txt/puce4.png) no-repeat  left;
}
.mDiv p{
	margin: 4px 0px 4px 0px;
}
.mDiv_ti{
	font-weight: bold;
	color: #7D98CB;
}


/****************/
/*   PractUc    */
/****************/

.practUcIntro{
	
}
.practUcIntro_ti{
	font-size: 18px;
	line-height:22px;
	color:#2B9BC0;
	margin-top:10px;
}
.practUcIntro_co{
	
}
.practUcConclu{
	
}
.practUcConclu_ti{
	font-size: 18px;
	line-height:22px;
	color:#2B9BC0;
	margin-top:10px;
}
.practUcConclu_co{
	
}
.practUcDesc{
	/*border: 2px solid #D6E2F1;*/
	border-top: 3px dotted #0A5D7D;
	border-bottom: 3px dotted #0A5D7D;
	padding: 0.2em 1em 0.2em 3em;
	margin: 1em 3em 1em 1em;
}
.practUcDesc_ti{
	text-align: left;

}
.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 top left;
	padding-left: 45px;
}
.op_practUcQ_hint_ti.collapse_ti,
.op_practUcQ_sol_ti.collapse_ti{
	color: #3e3e3e;
	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 #3e3e3e;
}
.op_practUcQ_hint_co.collapse_co{
	background: url(../img/quiz/practHint.png) no-repeat top left;
	padding-left: 45px;
}
.op_practUcQ_sol_co.collapse_co{
	background: url(../img/quiz/practSol2.png) no-repeat top left;
	padding-left: 45px;
}
.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/practClose.png) no-repeat top left;
}

.op_practUcQ_hint_open.collapse_open,
.op_practUcQ_sol_open.collapse_open{
	background: url(../img/quiz/practOpen.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{
	width: 240px;
	height: 200px;
}
/*.decoIntro{
	background: url(../img/deco/introIco.png) center center no-repeat;
}
.decoConclu{
	background: url(../img/deco/concluIco.png) center center no-repeat;
}
.decoAssmntUa{
	background: url(../img/deco/assmntUaIco.png) center center no-repeat;
}
.decoCourseUa{
	background: url(../img/deco/courseUaIco.png) center center no-repeat;
}
.decoExpUc{
	background: url(../img/deco/expUcIco.png) center center no-repeat;
}
.decoQuest{
	background: url(../img/deco/questIco.png) center center no-repeat;
}
.decoPractUc{
	background: url(../img/deco/practUcIco.png) center center no-repeat;
}
.decoTrainUc{
	background: url(../img/deco/trainUcIco.png) center center no-repeat;
}
.decoUe{
	background: url(../img/deco/ueIco.png) center center no-repeat;
}
.decoUeDiv{
	background: url(../img/deco/ueDivIco.png) center center no-repeat;
}*/
.practUcDesc,.practUcQuest{
	margin-bottom:20px;
}

.mField {
	background-color:#f0f5f5 !important;
	text-decoration:none;
	border: 1px solid #5F6060;
}
#i1 {
}

#i1 A:HOVER{
	color:#8DB2AF !important;
	text-decoration:none;
}
