﻿/********************/
/* Classes for pedagogical blocks */
/********************/
.math, .inforole{
	background-image: url(../img/blocks/shadow_bottom.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 8px;
	margin: 1.3em 1em 1.3em 1em;
}

.math_ti_out, .inforole_ti_out{
	height:28px;
}
.math_ti, .inforole_ti{
	font-size: 1.5em;
	color: #5a81c3;
	overflow: hidden;
}
.math_ro, .inforole_ro{
	font-size: 1.5em;
	color: #5a81c3;
	text-align: right;
	min-height: 28px;
	float: right;
	color: #91A8D2;
}
.math_ro{
	background-image: url('../img/blocks/math.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 34px;
}
.inforole_ro{
	background-image: url('../img/blocks/inforo.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
}


.explication_ti {
	font-size: 1.5em;
	color:#5a81c3;
	/*padding-right: 140px;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url('../img/blocks/explication.png');*/
	min-height: 27px;
	
}
.explication_ti .pbTi {
	padding-left: 32px;
	padding-top: 5px;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url('../img/blocks/explication.png');
}
.explication{
	background-image:url(../img/blocks/shadow_bottom.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	padding-bottom:8px;
	margin: 1.3em 1em 1.3em 1em;
}

.op_txt_is_special{
	font-style:italic !important;
	color:gray;
}

/********************/
/* Classes for practiceUC*/
/********************/
.quest_block{
	padding-left:10px;
}

.oup_txtEq_p{
	text-align:center;
}
.resEmphasis {
	width: 90%;
	margin: auto;
	border: 2px red dotted;
}

/*Logos Matières*/
.logoChimieRoot{
	height:260px;
	width:200px;
	background-image:url(../img/deco/ico_chimie.png);
	background-repeat:no-repeat;
}
.logoInfoRoot{
	height:260px;
	width:200px;
	background-image: url(../img/deco/ico_info.png);
	background-repeat:no-repeat;
}
.logoPhysiqueRoot{
	height:260px;
	width:200px;
	background-image: url(../img/deco/ico_phys.png);
	background-repeat:no-repeat;
}
.logoScienceTerreRoot{
	height:260px;
	width:200px;
	background-image: url(../img/deco/ico_terre.png);
	background-repeat:no-repeat;
}
.logoScienceVieRoot{
	height:260px;
	width:200px;
	background-image: url(../img/deco/ico_nature.png);
	background-repeat:no-repeat;
}
.logoMathRoot{
	height:260px;
	width:200px;
	background-image: url(../img/deco/ico_maths.png);
	background-repeat:no-repeat;
}
.logoDefaultRoot{
	height:260px;
	width:200px;
	background-image: url(../img/deco/ico_default.png);
	background-repeat:no-repeat;
}
.logoChimie{
	height:160px;
	width:100%;
	background: url(../img/deco/ico_chimie_sm.png) center center no-repeat;
}
.logoInfo{
	height:160px;
	width:100%;
	background: url(../img/deco/ico_info_sm.png) center center no-repeat;
}
.logoPhysique{
	height:160px;
	width:100%;
	background: url(../img/deco/ico_phys_sm.png) center center no-repeat;
}
.logoScienceTerre{
	height:160px;
	width:100%;
	background: url(../img/deco/ico_terre_sm.png) center center no-repeat;
}
.logoScienceVie{
	height:160px;
	width:100%;
	background: url(../img/deco/ico_nature_sm.png) center center no-repeat;
}
.logoMath{
	height:160px;
	width:100%;
	background: url(../img/deco/ico_maths_sm.png) center center no-repeat;
}
.logoDefault{
	height:160px;
	width:100%;
	background: url(../img/deco/ico_default_sm.png) center center no-repeat;
}


