@charset "UTF-8";
/* CSS Document */

/* Le style de base du corps d'un document est 62.5% du style de base de 16 points, soit 10 points.
   Tous les autres styles seront basés sur des multiples de cette taille de base de 10 points.  */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	background-color: #EAEAEA;
}

h1 {
	font-size: 2.4em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.8em;
	line-height: 1.2em;
}

.message_Erreur {
	font-size: 1.8em;
	line-height: 1.8em;
	color: #E31911;
}

.message_Info {
	font-size: 1.8em;
	line-height: 1.8em;
}

#entete {
	clear: left;
	left: 1px;
	top: 1px;
	height: 70px;
	padding: 5px;
}

#login {
	padding: 10px;
}

#login .label {
	float: left;
	clear: left;
	width: 130px;
	text-align: left;
	font-weight: bold;
	font-size: 1.4em;
}

#login .input {
	margin-left: 20px;
	font-size: 1.4em;
}


#change_MotPasse {
	margin-left: 20em;
	margin-right: 20px;
	font-size: 1.4em;
	line-height: 1.4em;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

#change_MotPasse_Form {
	font-size: 1em;
	line-height: 2.4em;
}

#change_MotPasse_Form .label {
	text-align: left;
	font-weight: bold;
}

#change_MotPasse_Form .input {
	margin-left: 20px;
}


#wrapper {
	margin: 0px;
	padding: 0px;
}


#section_Menu {
	float: left;
	margin-left: 10px;
}

#section_Menu ul {
	list-style-position: inside;
	list-style-type: none;
	padding-left: 4px;
	line-height: 2em;
}

#section_Menu ul a {
	font-size: 1.6em;
	text-decoration: none;
	color: #3B4D70;
	font-weight: bold;
}

#section_Menu ul a:hover {
	color: #7196DC;
}



#section_Enfants {
	float: left;
	clear: left;
    margin-top: 20px;
	margin-left: 12px;
}

#section_Enfants h3 {
	font-size: 1.6em;
	font-weight: bold;
	background-color: #738FC1;
	/*line-height: 1.8em;*/
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#section_Enfants p {
	font-size: 1.6em;
	/*line-height: 1.4em;*/
	text-align: center;
	border: 1px solid #738FC1;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#section_Enfants p a {
	color: #3B4D70;
	text-decoration: none;
}

#section_Enfants p a:hover {
	color: #7196DC;
}


#infos_Enfant {
	margin-left: 24em;
	margin-right: 20px;
	font-size: 1.2em;
	line-height: 1em;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}



/* Règles pour l'affichage de la section de cours de l'étudiant */

.section_Cours {
	font-size: 1.2em;
    background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	overflow: auto;
	left: 24em;
	right: 20px;
	position: absolute;
}

.section_Cours th {
	font-weight: bold;
	background-color: #738FC1;
	padding: 4px;
	width: 40px;
	text-align: center;
}

.section_Cours td {
	padding: 2px;
	text-align: center;
	vertical-align: top;
}




/* Règles pour l'affichage de la section de manquements de l'étudiant */

.section_Manquements {
	font-size: 1.2em;
	background-color: #FFFFFF;
	overflow: auto;
	left: 24em;
	right: 20px;
	position: absolute;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

.section_Manquements th {
	font-weight: bold;
	background-color: #738FC1;
	text-align: center;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

.section_Manquements td {
	padding: 2px;
	text-align: center;
	vertical-align: top;
}


/* Règles pour l'affichage de la section des détails à propos des manquements de l'étudiant */

.section_ManquementsDetails {
    background-color: #FFFFFF;
    margin-bottom: 5px;
}

/*.section_ManquementsDetails {
	font-size: 1.4em;
	margin-left: 20em;
	margin-right: 20px;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
*/
.section_ManquementsDetails th {
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 4px;
	width: 30px;
	text-align: center;
}

.section_ManquementsDetails td {
	padding: 2px;
	width: 30px;
	text-align: center;
	vertical-align: top;
}




/* Spécificitées pour certaines colonnes et lignes */

tr.sousLigne {
	background-color: #AEC3E6;
	font-size: 1em;    /* font-size: 0.8em; */
	padding: 0px;
}

th.fleche, td.fleche {
	width: 10px;
	text-align: left;
}

th.matiere, td.matiere {
	width: 200px;
	text-align: left;
}

th.etape, td.etape {
	width: 40px;
	text-align: center;
}

th.communication, td.communication {
	width: 100px;
	text-align: left;
}

th.message, td.message {
	width: 160px;
	text-align: left;
}

th.competence, td.competence {
	width: 220px;
	text-align: left;
}

th.separateur, td.separateur {
	margin: 0px;
	padding: 0px;
	height: 1px;
	background-color: #000000;
}


th.groupe, td.groupe {
	text-align: center;
	width: 50px;
}


td.celluleTable { 
	padding: 0px;
	text-align: left;
}

th.manquement, td.manquement {
	width: 249px;
	text-align: left;
}

th.cycle, td.cycle {
	width: 50px;
}

td.sousCycle {
	width: 50px;
}

td:hover.sousCycle {
	background-color: #89D6F4;
	cursor: default;
}




/* Règles pour l'affichage de la section de l'horaire de l'étudiant */

.section_Horaire {
	font-size: 1.2em;
    background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	overflow: auto;
	left: 24em;
	right: 20px;
	position: absolute;
}

.section_Horaire th {
	font-weight: bold;
	background-color: #738FC1;
	padding: 4px;
	text-align: center;
}

.section_Horaire td {
	padding: 6px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #ABABAB;
	border-collapse: collapse
}

tr.periodeLibre {
	background-color: #B6C7DE;
}



/* Règles pour l'affichage de la section de l'horaire de l'étudiant */

.liste_Documents {
	font-size: 1.4em;
    background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	overflow: auto;
	left: 20em;
	right: 20px;
	position: absolute;
}

.liste_Documents a {
	color: #738FC1;
	text-decoration: none;	
}

.liste_Documents a:hover {
	color: #415070;
	text-decoration: none;
}

.liste_Documents th {
	font-weight: bold;
	background-color: #738FC1;
	padding: 4px;
	text-align: center;
}

.liste_Documents td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ABABAB;
	border-collapse: collapse
}
