/* MathGraph */
@import url('../../Ressources/MathGraph/bibli/lycee/css/exercice.css');

/* Tableau de bord */
.blockA_DetailsTDB
{
	background: url('img/bck_atc0109.png') repeat-y;
	width: 775px;
}

.PDA .blockA_DetailsTDB
{
	background-image: none;
	width: 90%;
}


/* Menu Gauche */
.MenuGaucheHeader 
{
	background: transparent url('img/head_somm_G.png' ) no-repeat;
	width: 162px;
	height: 110px;
	margin-top: -30px;
	margin-left: 20px;
}
.MenuGauche
{
	background: transparent url('img/Bck_somm_G.png' ) repeat-y;
	margin-left:20px;
	font-size: 12px;
	width: 162px;
	min-height: 50px;
	
}
.MenuGauche:nth-of-type(2){ /* HACK CSS FOR CHROME+firefox3.6 :margin-left:20px;*/
	background: transparent url('img/Bck_somm_G.png' ) repeat-y;
	margin-left:20px;
	font-size: 12px;
	width: 162px;
	min-height: 50px;
}

.MenuGauche .title
{
	background: url('img/bck_activite.png' ) repeat-x;
	height: 22px;
	width: 152px;
	margin-left:0.4em;
	}
.MenuGauche .contenu
{	
}
.MenuGauchefooter
{
	background: transparent url('img/Footer_somm_G.png' ) no-repeat;
	width: 162px;
	height: 32px;
	margin-left: 20px;
}
/*.MenuGauche H3
{
	position: relative;
	left: -10px;
	top: 8px;
	width: 128px;
	height: 20px;
	font-size: 12px;
	background-color: #007eff;
	margin-bottom: 15px;
	color: White;
	text-align: center;
}*/

.MenuGauche ul
{
	height: 221px;
	list-style: none;
	line-height: 1.3em;
}
.MenuGauche li
{
	text-indent:1.3em;
	list-style: none;
}

.MenuGauche a
{
	text-decoration: none;
	color: black;
	cursor: pointer;
}
.MenuGauche a:hover
{
	text-decoration: none;
	color: #007eff;
}
.MGtxt
{
	padding-left: 10px;
	font-weight: bold;
}
.MGtxt2
{
	padding-left: 10px;
}
.MGtxtON
{
	color: #007eff;
	padding-left: 10px;
	font-weight: bold;
}
.MGtxtON a
{
	text-decoration: underline;
	color: #007eff;
	cursor: pointer;
}
.MGtxtON a:hover
{
	text-decoration: none;
	color: black;
}
.txtMG-ON2
{
	padding-left: 10px;
	background-color: #007eff;
	color: white;
}
/* BARRE ACTIVITES */
.barreGlobal
{
	color: #737373;
	position: relative;
	text-align: left;
	width: 500px;
	margin-bottom: 10px;
}
.barre_act
{
	position: relative;
	width: auto;
	height: 30px;
	border: 2px #007eff solid;
	background: transparent url('../Common/img/Barre_feu.jpg' ) no-repeat;
	background-position: 0.2em;
	text-align: left;
	padding-left: 1em;
	font-size: 14px;
}
.barre_act ul
{
	margin-left: 0em;
	margin-top: 0.2em;
}
.barre_act li
{
	display: inline;
}
.txtfiche a
{
	color: #3b3939;
	text-decoration: underline;
	cursor: pointer;
}
.txtfiche a:hover
{
	color: #737373;
	text-decoration: none;
}
.NumbCHECK
{
	color: #1940b0;
}
.NumbCHECK a
{
	color: #1940b0;
	text-decoration: underline;
	cursor: pointer;
}
.NumbCHECK a:hover
{
	color: #737373;
	text-decoration: none;
}
.NumbNOCHECK
{
	color: #f43f00;
}
.NumbNOCHECK a
{
	color: #f43f00;
	text-decoration: underline;
	cursor: pointer;
}
.NumbNOCHECK a:hover
{
	color: #737373;
	text-decoration: none;
}
.BarreTxt_Activite
{
	position: relative;
	width: auto;
	height: 20px;
	background-color: #737373;
	color: white;
	text-align: left;
	padding: 0.3em;
	font-size: 12px;
	border: 2px #007eff solid;
	border-top: none;
	margin-bottom: 5px;
}

.BarreTitle_Activite
{
}

/* Bouton reinitialiser */

.block_reinit {
	/* background-image: url('img/head_reinitialiser.jpg'); */
	background-repeat: no-repeat;
	width: 819px;
	font-family:Arial, Helvetica, sans-serif;
}
.block_reinit p {
	height: 25px;
	text-align: right;
	margin-right: 15px;
	padding-top: 5px;
	margin-top: 5px;
}

.block_reinit a.reinit {
	color:#3F6BE8;
	text-decoration:underline;
	background-image:url('img/pict_reinit.png');
	background-repeat: no-repeat;
	padding-left:25px;
	font-size:16px;
	padding-bottom:10px;
}

.block_reinit a.reinit:hover {
	color:#3F6BE8;
	text-decoration:none;
}

/* Synthèse test */

.SyntheseTestMessageGenerique
{
	color: #007eff;
}

.SyntheseTestSeuilResponsable
{
	font-weight: bold;
}
