/* feuille, général de style de trottinette.ca */
/* ----------------- */
/* corps */
body
{
	/* Gestion du texte automatique dans la page */
	text-align: left;
	font-size: 10px;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* scroll */
	scrollbar-base-color: #003366;
	scrollbar-arrow-color: #D9E1E8;
	scrollbar-track-color: #D9E1E8;

	scrollbar-shadow-color: #003366;
	scrollbar-lightshadow-color: #D9E1E8; 
	scrollbar-darkshadow-color: white;

	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #D9E1E8;
}
/* liens */
a:link /* normal */
{
	color: green;
	font-weight: bold;
	text-decoration: none;
}
a:visited /* visite */
{
	color: #006801;
	font-weight: bold;
	text-decoration: none;
}
a:hover /* survolé */
{
	color: green;
	font-weight: bold;
	text-decoration: underline;
}
a:active /* état cliqué */
{
	color: #006801;
	font-weight: bold;
	text-decoration: underline;
}
/* fin des états des liens */
/* textes */
.titre
{
	font-size: 13px;
	color: black;
	font-weight: bold;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.texte /*sert pour les table et autres balises, sinon pas besoins d'utiliser, le style body s'en charge */
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.texteBlanc
{
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* fin texte */
/* autre élément */

/* fin des autres éléments */