/* CSS Document */

/****************************************************************
					Style header
****************************************************************/
#header{ display:none; }
/******************************************
					Style menu haut
******************************************/
 #page #menu_haut{ display:none; } 
 #page {margin-left:0px;
 		font-size:10px;}

/* bouton imprimer */
#lancement_impression {display:none; color:white; font-size:0px;}
.btn_suivi, .retour, .haut_page, .ErrCon_confirmation {display:none;}
.suivi .contennu_suivi {
border-left:0px;
border-right:0px;
 }
 
/* boutons d'administration spip */
.spip-admin-boutons{display:none;}
 
/****************************************
**  tableau  de suivi
*****************************************/
legend {display:none;}
fieldset {border:medium none;}
.suivi .contennu_suivi table{border-collapse:collapse;}
.suivi .contennu_suivi table.first_table tr .first{padding-left:0px;}
.suivi .contennu_suivi table.first_table tr td, .suivi .contennu_suivi table.first_table tr th{
	border:0px;
	border-bottom:1px solid #CACACA;
}
.suivi .contennu_suivi table tr.fond_orange th.first{width:10%;}
.suivi .contennu_suivi table.first_table tr{height:30px;}
.suivi .contennu_suivi table.first_table tr th.prenom{width:10%;}
.suivi .contennu_suivi table.first_table tr th.ste{width:10%;}
.suivi .contennu_suivi table.first_table tr th.debut{width:10%;}
.suivi .contennu_suivi table.first_table tr th.email{width:10%;}
.suivi .contennu_suivi table tr.fond_orange th.last{width:10%;}
 
.zone_txt_suivi {
	height:4em;
	padding:10px;
	width:480px;
	overflow:hidden;
}
a{
	color:#4473A8;
	text-decoration:none;
}
 
/****************************************
**    suivi d'un apprenant
*****************************************/

.liste_lien_suivi{display:none;}
input.btn_suivi {float:right;}

/****************************************
**    tableau fiche
*****************************************/

table.tableau_fiche{
	border-collapse:collapse;
	width:695px;
	float:left;
	margin-left:18px;
	margin-bottom:-5px;
}
table.tableau_fiche{
	margin-left:0px;
	width:400px;
}

table.tableau_fiche{text-align:left;}
table.tableau_fiche tr.first{font-size:110%;}
table.tableau_fiche tr th, table.tableau_fiche tr td{
	border-bottom:1px solid #CACACA;
	padding-left:9px;
	vertical-align:middle;
}
table.tableau_fiche tr th.ColLabelClair {width:50%;}
table.tableau_fiche tr.ancien{vertical-align:top;}
table.tableau_fiche tr.fond_gris{vertical-align:top;}
.bloc_gauche_fiche {display:none;}

/****************************************************************
					messagerie
****************************************************************/

.tableau_lien_msg {
	display:none;
}
table.tableau_des_msg {
	float:left;
	margin-bottom:-5px;
	margin-left:1px;
	width:695px;
}

#messagelecture {
	float:left;
	margin-left:-100px;
	width:585px;
	word-wrap:break-word;
}
/****************************************************************
					Style Footer
****************************************************************/
#footer{ display:none; }