/* 
 * Styles pour la partie Guillaume Vincent, surcharge pour l'impression
 */

/* Styles généraux */
body {
	background: white;
	color: black;
}
a, a:hover {
	color:black;
	text-decoration:underline;
}

/* Barre de navigation */
#navbar-block, #navbar, #navbar-table, #sep01, #sep02 {
	display: none;
}

