/**************************************************************************/
/**************************************************************************/
/***																	***/
/***	Nom : conseil.css												***/
/***	Date de création : 22/06/2006									***/
/***	Auteur : Guillaume BURLET, Pierre FROIDEVAUX					***/
/***																	***/
/***																	***/
/***	Descritption :													***/
/*** 	Cette feuille de style est utilisée pour l'application 			***/
/***	Conseil de classe.												***/
/***																	***/
/**************************************************************************/
/**************************************************************************/


/**************************************************************************/
/*********						Conseil de classe					*******/
/**************************************************************************/


table{
	border-collapse: collapse;
}

#tableConseil, #tableComportement{
	background-color:#fff;
}

#tableConseil {
	color: #444;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
	}

.tableComportementTitreGauche, .tableComportementTitreGauche, .tableConseilTitreGauche{
	width: 20%;
}

.tableConseilTitre,.tableComportementTitre {
	background-color:#eff4fa;
	color:#036;
	border-bottom: 1px #777 solid;
	font-weight: bold;
	padding: 2px 0 0 4px;
}

#tableConseil tr.tableConseilTitre th,#tableConseil th, #tableComportement th,#tableComportement .tableComportementTitre th {
	border-bottom: 1px #777 solid;
	font-weight: bold;
	padding: 2px 0 0 4px;
	text-align: left;
	}

#misEnPageContenu{
	width: 100%;
}	
html>body #tableConseil,html>body #tableComportement {
	width: 100%;
}


	
#tableConseil td, #tableComportement td {
	font-size: 0.9em;
	text-align: left;
	border-bottom: 1px #ddd solid;
	padding: 2px 0 0 4px;
}

