/*style de textes et liens*/

a { text-decoration: none; }

.titre 	{ 	font-family: helvetica, arial, verdana, sans-serif;
			color: #006F37;
			font-size: 12pt;
			font-weight: bold;
		}
a.titre:link { cursor: help; color: #006F37; font-weight: bold; }
a.titre:visited { color: #6DB685; }
a.titre:hover { color: #962323 ; font-weight: bold; }
a.titre:active { color: #008040; font-weight: bold; }

.menu 	{ 	font-family: arial, verdana, helvetica, sans-serif;
			color: #006F37;
			font-size: 10pt;
			font-weight: bold;
		}
a.menu:link { cursor: help; color: #006F37; font-weight: bold; }
a.menu:visited { color: #6DB685; }
a.menu:hover { color: #962323 ; font-weight: bold; }
a.menu:active { color: #008040; font-weight: bold; }

.texte 	{ 	font-family: arial, helvetica, verdana, sans-serif;
			color: #000000;
			font-size: 10pt;
		}
a.texte:link { cursor: help; color: #006F37; }
a.texte:visited { color: #6DB685; }
a.texte:hover { color: #962323 ; font-weight: bold; }
a.texte:active { color: #008040; }

.comment 	{ 	font-family: arial, helvetica, verdana, sans-serif;
			color: #000000;
			font-size: 8pt;
			font-style: italic;
		}
a.comment:link { cursor: help; color: #006F37; }
a.comment:visited { color: #6DB685; }
a.comment:hover { color: #962323 ; }
a.comment:active { color: #008040; }

/*style d'images menu*/

a.i_menu:link { cursor: help; color: #008040; }
a.i_menu:visited { color: #6DB685; }
a.i_menu:hover { cursor: help;color: #962323; }
a.i_menu:active { color: #006F37; }


/*style d'ascenceurs*/

html {

	scrollbar-base-color: #006F37;
	scrollbar-arrow-color: #008040;
	scrollbar-track-color: #F7F2C4;

	scrollbar-shadow-color: 008040;
	scrollbar-lightshadow-color: F7F2C4;
	scrollbar-darkshadow-color: 006F37;

	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
	}

/*style d'images texte*/

a.i_texte:link { cursor: help; border: 0}
a.i_texte:visited { color: #FFFFFF; }
a.i_texte:hover { cursor: help; color: #FFFFFF; }
a.i_texte:active { color: #FFFFFF; }
