/* Page Suivi */
.p_navigation_choixannee {
	background-image: url(images/bg_navigation.png);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px dashed #bbbbbb;
	font-family: 'palatino linotype', 'trebuchet ms', arial, serif;
	text-align: center;
	padding: 0.2em;
	cursor: pointer;
	margin-bottom: -0.6em;
}
.p_navigation_choixannee:hover {
	font-size: large;
	border: 1px solid gray; 
}
.p_navigation_choixannee a {
	text-decoration: none;
	color: black;
}


.table_suivi {
	border: 2px solid gray;
	background-color: white;
}

.table_suivi td {
	border: 1px solid black;
}

.titre {
	font-size: xx-large;
	font-weight: bold;
	background-color: #66cccc;
	font-variant: small-caps;
}

.sous_titre {
	font-size: x-large;
	background-color: #c2c2c2;
}

.sous_sous_titre {
	font-size: large;
	font-weight: bold;
	background-color: #e7e8e8;
}

.moyenne {
	font-style: italic;
	border-color: blue;
	font-weight: bold;
}

.moyenne_finale {
	font-size: large;
	border: 2px dotted black;
	font-weight: bold;
}