/*
ferrinov.css

creation:		2005-03-17
modification:	2003-03-29
auteur:			Alain Trottier
*/

.txtNormal {
	font-family			: times,serif;
	font-size 			: small; /* 12 px */
	font-weight			: normal;
	font-style			: normal;
	text-align			: left;
	color				: #333333;
	}

.txtSousTitre,
.txtTitre {
	font-family			: arial,sans-serif;
	font-size 			: large;  /* 14 px */
	font-weight			: bold;
	font-style			: normal;
	text-align			: left;
	color				: #a84a09; /* orange */
	}

.txtSousTitre {
	font-size 			: medium; /* 13px */
	}

.txtSousMenu,
.txtLien,
.txtMenu {
	font-family			: arial,sans-serif;
	font-size 			: x-small; /* 10px */
	font-weight			: normal;
	font-style			: normal;
	text-align			: left;
	color				: black;
	}

.txtMenu {
	font-weight			: bold;
	}

.txtSousMenu {
	font-weight			: normal;
	font-size 			: x-small;  /* 9 px */
	color				: #555555;
	}

.txtLien {
	color				: #a84a09;
	text-align			: center;
	}

/* BALISES */

body {
 	background-color	:#d9ccc0;
 	margin				:0;
 	padding				:0;
	}

a:link .txtLien {text-decoration	: none;color:#a84a09;}
a:visited .txtLien {text-decoration	: none;color:#a84a09;}
a:active .txtLien {text-decoration	: none;color:#a84a09;}

