/* feuille, section été de styles de trottinette.ca */
/* ----------------- */
/* corps */
body
{
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	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: #BFC7CE;

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

	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #D9E1E8;
}
/* liens */
a:link 
{
	color: #84CDE7;
	font-weight: bold;
	text-decoration: none;
	}
a:visited 
{
	color: #99CCFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover 
{
	color: #99CCFF;
	font-weight: bold;
	text-decoration: underline;
}
a:active 
{
	color: #99CCFF;
	font-weight: bold;
	text-decoration: underline;
}
/* textes */
.titre
{
	font-size: 13px;
	color: white;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.titreItalique
{
	font-size: 13px;
	color: white;
	font-style: italic;
	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: 11px;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 15px;
}
.texteGras
{
	font-size: 11px;
	color: white;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 15px;
}
.texteItalique
{
	font-size: 11px;
	color: white;
	font-style: italic;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 15px;
}
.texteRouge
{
	font-size: 12px;
	color: red;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 15px;
}
.formBoite
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #D9E1E8;
	font-size: 11;
	border: 1 solid #CCCCFF;
	color: #000033;
}
.formSubmit
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #D9E1E8;
	font-size: 10;
	border: 1 solid #CCCCFF;
	color: #000033;
	text-decoration: underline;
}
/* Autre éléments */