/**************************************************************************/
/**************************************************************************/
/***																	***/
/***	Nom : viescolaire.css											***/
/***	Date de création : 30/05/2006									***/
/***	Auteur : Guillaume BURLET, Pierre FROIDEVAUX					***/
/***																	***/
/***																	***/
/***	Descritption :													***/
/*** 	Cette feuille de style est utilisée pour l'application 			***/
/***	Vie Scolaire.													***/
/***																	***/
/**************************************************************************/
/**************************************************************************/


/**************************************************************************/
/*********						Vie Scolaire						*******/
/**************************************************************************/

	

#tableVS {
	width: 100%;
	border-collapse: collapse;
	background-color : #fff;
	}
	
#tableVS tr.tableVSTitre td {
	/*background: transparent url(../image/fond_bleu.png) repeat-x;
	color: #330;*/
	border-bottom: 1px #777 solid;
	font-weight: bold;
	background-color:#eff4fa;
	color:#036;
	/*color: #fff;*/
	padding: 2px 0 0 4px;
	}

#tableVS table {
	color: #444;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
	}

#tableVS table th {
	border-bottom: 1px #777 solid;
}
	
#tableVS table td, #tableVS table th {
	font-size: 0.9em;
	text-align: left;
	}
	
#tableVS table td {
	border-bottom: 1px #ddd solid;
	}
	
#tableVS table#tableVSDetailAbsences td {
	border-bottom: none;
	}
#tableVS table#tableVSDetailAbsences td.dureeDeuxieme {
	width: 23%;
}
	
#tableVS table#tableVSDetailAbsences td.duree{
	width: 10%;
	font-weight: bold;
}

#tableVS tr.tableVSTitre td.tableVSTitreType{
	width: 19%;
}

/*
#infoContenuVieScolaire{
	background-color : #fff;
}
*/
.titreContenu {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	}

.pasbien {
	color: #c03;
	}