/* Stylesheet pour André Gareau */
/* main.css */
/* By Natmark-Concept inc. Copyright 2003. Tous droits réservés. */

body {
	background-color : #35335D;
}

/* ---- textes internes ---- */ 
P {
	color: #35335D;
	font-family: geneva,arial,helvetica,sans-serif;
	font-size: small;
}

.title { 
	color: #35335D;
	font-family: geneva,arial,helvetica,sans-serif;
	font-size: 14px;
}

.smaller { 
	color: #35335D;
	font-family: geneva,arial,helvetica,sans-serif;
	font-size: smaller;
}


/* ---- table générale ---- */ 
td {
	background-color: #FFF2DB;
	color: #35335D;
	font-family: geneva,arial,helvetica,sans-serif;
	font-size: small;
	text-align: left;
}

ul {
	color: #35335D;
	font-family: geneva,arial,helvetica,sans-serif;
	font-size: small;
}

li {
	color: #35335D;
	font-family:geneva,arial,helvetica,sans-serif;
	font-size: small;
}

a:link {
	color: #cc0000; text-decoration: underline;
}

a:visited {
	color: #cc0000; text-decoration: underline;
}

a:hover {
	color: #ff0000; text-decoration: overline;
}

HR {
	color: #35335D;
	text-align: center;
}