/* Feuille de styles 1 pour la page d'introduction, Josiane Tremblay, 1er mai 2007 */


body {
	color: #000000;
	background-color: #040000;

	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

/* navigation */
}
.nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	margin-left: 30px;

/* couleur des liens */
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	line-height:14px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	line-height:14px;
}
a:hover {
	color: #FFE0A2;
	text-decoration: underline;
	line-height:14px;

/* image d'arrière-plan pour le bas (navigation) */
}
.footer {
	background-repeat: no-repeat;
	background-image: url(../images/bg_intro.jpg);

/* bordure pour le tableau principal */
}
.bordure {
	border: 1px solid #8B6E42;
}
