/* Stylesheet pour Philippe Gold-Aubert */
/* main.css */
/* By Natmark-Concept inc. Copyright 2003. Tous droits réservés. */

body {
	color: #ffffff;
}

background {
	color:#ffffff;
}

/* ---- textes internes ---- */ 
P {
	color: #000000;
	font-family:geneva,arial,helvetica,sans-serif;
	font-size: small;
}

/* ---- tableaux externes ---- */ 
td {
	color: #000000;
	font-family:geneva,arial,helvetica,sans-serif;
	font-size: small;
	border : 2px solid #002B6D;
}

.citation { font-size: 11px; font-style: italic; }

/* ---- tableaux internes ---- */ 
td.blank {
	color: #000000;
	font-family:geneva,arial,helvetica,sans-serif;
	font-size: small;
	border-color : #ffffff;
	text-align : left;
}

ul {
	color: #000000;
	font-family:geneva,arial,helvetica,sans-serif;
	font-size: small;
}

li {
	color: #000000;
	font-family:geneva,arial,helvetica,sans-serif;
	font-size: small;
}

a:link {
	color: #002B6D; text-decoration: underline;
}

a:visited {
	color: #000000; text-decoration: underline;
}

a:hover {
	color: #002B6D; text-decoration: overline;
}


/* ---- menu de gauche ---- */ 
P.menu {
	color: #002B6D; font-weight: bold;
	font-family:geneva,arial,helvetica,sans-serif;
	font-size: small;
}

a.menu:link {
	color:#002B6D; text-decoration: none; font-weight: bold;
}

a.menu:visited {
	color:#002B6D; text-decoration: none; font-weight: bold;
}

a.menu:hover {
	color:#FFFFFF; text-decoration: none; font-weight: bold;
}



/* ---- menu du haut ---- */ 
P.topmenu {
	color: #E4AB00; font-weight: bold;
	font-family:geneva,arial,helvetica,sans-serif;
	font-size: small;
	margin-bottom : 1px;
	margin-top : 1px;
	}

a.topmenu:link {
	color:#E4AB00; text-decoration: none; font-weight: bold;
}

a.topmenu:visited {
	color:#E4AB00; text-decoration: none; font-weight: bold;
}

a.topmenu:hover {
	color:#FFFFFF; text-decoration: none; font-weight: bold;
}


/* ---- menu du bas ---- */ 
P.lowmenu {
	color: #000000;
	font-family:geneva,arial,helvetica,sans-serif;
	font-size: smaller;
}


/* ---- titres internes ---- */ 
H1 {
	color: #002B6D;
	font-family:geneva,arial,helvetica,sans-serif;
	font-size:24px;
}

H2 {
	color: #002B6D;
	font-family:geneva,arial,helvetica,sans-serif;
	font-size:20px;
	font-weight : bold;
}

H3 {
	color: #002B6D;
	font-family:geneva,arial,helvetica,sans-serif;
	font-size:18px;
	font-weight : bold;
}

H4 {
	color: #002B6D;
	font-family:geneva,arial,helvetica,sans-serif;
	font-size:16px;
	font-weight : bold;
    margin-bottom : -10px;
}

blockquote {
	color:#000000;
	font-style:italic;
	font-weight : bold;
}

HR {
	color: #002B6D;
	text-align : center;
}