html, body, tr, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #AFAFBA;
}
a { color: white; }
a:hover { text-decoration: underline; }
#gras { font-weight: bold; }
#blanc { color: white; }

img.bordure { border: 2px solid #000614; }

form { margin: 0px; padding: 0px; }
input, select { border: 1px solid #5374B4; font-size: 9pt; vertical-align: middle; }
input.no_border { border: none; }
input, label { vertical-align: middle; }
.submit { border: 0px; }
#attente { display: none; position: absolute; }

/* menu */
.menu, .menu a { text-transform: uppercase; text-decoration: none; background: #3A3072; color: #9D98BA; }
	.menu #menu_items {
		font-size: 8pt;
		font-weight: bold;
		padding: 3px 3px;
	}
		.menu #menu_items a { color: #AFAFBA; }
		.menu #menu_items .sep { border-right: 1px solid #9D98BA; }

	.menu a#selected { color: white; }

	.menu td#westwood_teck { font-size: 13pt; line-height: 13pt; width: 204px; height: 39px; background: black; }	/* padding: 9px 7px 9px 12px */
		.menu #westwood_teck #blanc { font-family: "Arial Black", Arial, sans-serif; }
		.menu #westwood_teck .puce { width: 5px; height: 5px; background: #918BAF; vertical-align: middle; }

/* liste : actus, conseils... */
.intro { color: #FEFEFC; text-align: justify; }
.liste_vignettes {}
	.liste_vignettes img.bordure { border: 2px solid #010617; }
	.liste_vignettes .intitule { color: #FEFEFC; }
	.liste_vignettes .texte { color: #ADB1B7; text-align: justify; }


/* fiche : actu, conseil */
.fiche {}
	.fiche .titre { color: #FEFEFC; text-decoration: underline; margin-bottom: 20px; }
	.fiche .chapeau { color: #ADB1B7; font-weight: bold; text-align: justify; margin-bottom: 10px; }
	.fiche .texte { color: #ADB1B7; text-align: justify; }



/* pied de page */
.pied_page {
	background: #010717;
	padding: 3px 4px;
}
	.pied_page td td { padding: 0px 4px; }
	.pied_page .sep { border-right: 1px solid #464a56; }
	.pied_page a { color: #9e98ba; font-weight: bold; }
	.pied_page a.arobaz { text-transform: uppercase; color: #2c3144; }

