    /* Ceci est un commentaire */

	/*liens verts et noirs*/
	A:link {text-decoration: none; color: #000000;}
	A:visited {text-decoration: none; color: #000000;}
	A:active {text-decoration: none; color: #FF3300;}
	A:hover {text-decoration: none; color: #FF3300;}

	/*liens bleus et rouges*/
	A.lien:link {text-decoration: none; color: #006699;}
	A.lien:visited {text-decoration: none; color: #006699;}
	A.lien:active {text-decoration: none; color: #990033;}
	A.lien:hover {text-decoration: none; color: #990033;}
	
	BODY {
		font-family:verdana;color:#000000;font-size:10pt;background:#006699;
		scrollbar-face-color:#006699;scrollbar-highlight-color:#006699;
		scrollbar-3dlight-color:#006699;scrollbar-darkshadow-color:#006699;
		scrollbar-arrow-color:#006699;scrollbar-track-color:#006699;}

	/*affichage du texte normal et gras*/
	TD {font-family:verdana;color:#000000;font-size:8pt;}
	
	/*Objets de formulaires*/
	INPUT {
	font-family:verdana;
	color:#000000;
	font-size:10px;
	background:#FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
	SELECT {font-family:verdana;color:#000000;font-size:10px; border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
	TEXTAREA{font-size:10px;font-family:Verdana; border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
	INPUT.saisie{
	font-family:verdana;
	color:#000000;
	font-size:10px;
	background:#FFFFFF;
	border: none;
}

<!--
.titreASP {
	color: #8D0000;
	font-weight: bold;
	font-size: 11px;
}
-->
</style>