/**************************************************************************/
/**************************************************************************/
/***																	***/
/***	Nom : bulletin.css												***/
/***	Date de création : 17/07/2006									***/
/***	Auteur : Pierre FROIDEVAUX										***/
/***																	***/
/***																	***/
/***	Descritption :													***/
/*** 	Cette feuille de style est utilisée pour l'application 			***/
/***	Bulletin.														***/
/***																	***/
/**************************************************************************/
/**************************************************************************/


/**************************************************************************/
/*********						Bulletin							*******/
/**************************************************************************/


#tableBulletin {
	background-color: #fff;
	width: 100%;
	border-collapse: collapse;
	font-size: 1em;
	}

html>body #tableBulletin, html>body #choixPeriode {
	width: 100%;
}
	
#tableBulletin th{
	color: #444;
	border-bottom: 1px #777 solid;
	font-weight: bold;
	padding: 2px 0 0 4px;
	}
	
#tableBulletin tr.enTete th{
	background-color:#eff4fa;
	color:#036;
	
}
#tableBulletin th.evaluationEleve, #tableBulletin th.evaluationClasse{
	border-left: 1px #777 solid;
	border-right: 1px #777 solid;
	border-top: 1px #777 solid;
	background-color: #FFFBE6;
}

#titrePetit{
	/*font-size: 0.8em;*/
	text-align: center;
	background-color: #FFFBE6;
	}

#titrePetitDroit{
	text-align: center;
	border-right: 1px #777 solid;
	border-left: 1px #eee solid;
	background-color: #FFFBE6;
}

#titrePetitGauche{
	text-align: center;
	border-left: 1px #777 solid;
	border-right: 1px #eee solid;
	background-color: #FFFBE6;
}

#tableBulletin table {
	color: #444;
	border-collapse: collapse;
	margin-bottom: 1em;
	}
#tableBulletin td:hover,#tableBulletin tr:hover{
	background-color:#eff4fa;
	color:#036;
	}
	
#tableBulletin th.commentaire, #tableBulletin th.evaluationEleve, #tableBulletin th.evaluationClasse{
	text-align: center;
}


#tableBulletin td, #tableBulletin th {
	border-bottom: 1px #777 solid;
	text-align: left;
	}

#tableBulletin td {
	border-bottom: 1px #ddd solid;
	padding: 2px 0 0 4px;
	}

#tableBulletin td.evaluationExterieurGauche{
	border-left: 1px #777 solid;
	border-right: 1px #eee solid;
}

#tableBulletin td.evaluationExterieurDroit{
	border-right: 1px #777 solid;
	border-left: 1px #eee solid;
}

#tableBulletin td.evaluation{
	border-right: 1px #eee solid;
	border-left: 1px #eee solid;
}
	
#tableBulletin td.evaluation,#tableBulletin td.evaluationExterieurGauche, #tableBulletin td.evaluationExterieurDroit,#tableBulletin th.evaluation, #tableBulletin th.evaluationExterieurGauche, #tableBulletin th.evaluationExterieurDroit{
	padding-left: 0.3em;
	padding-right: 0.3em;
	text-align: right;
	background-color: #FFFBE6;
	width: 2.5em;
}
#tableBulletin tr.mg{
	border-top: 2px #000 solid;
	font-weight: bold;
}
#nomProfesseur {
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	}
