.txtMenu {
	font-family: "Century Gothic", "Arial Rounded", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.txtStd {

	font-family: "Century Gothic", "Arial Rounded", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.titreSurStd {
	font-size: 14px;
	font-weight: bold;
	color: steelblue;
}
a {
	color: steelblue;
	text-decoration: underline;
}
a:visited {
	color: #202040;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #99FF99;
}
.txtJust {
	font-family: "Century Gothic", "Arial Rounded", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;

}
.titrePrinc {
	font-family: "Century Gothic", "Arial Rounded", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #202040;

}
body {
	scrollbar-3d-light-color : SteelBlue;
	scrollbar-arrow-color : SteelBlue;
	scrollbar-base-color : SteelBlue;
	scrollbar-dark-shadow-color : SteelBlue;
	scrollbar-face-color : White;
	scrollbar-highlight-color : SteelBlue;
	scrollbar-shadow-color : White;
}

