﻿ /* liens dans la page*/

#onglets a {
	color: black;
	font-weight:bold
	}

#onglets a:hover {
	text-decoration: underline;
	color: white;
}
#onglets a:active {
	color:white;
}
