/* CSS - Site Cités d'Or - modèle pour FAQ
   (c) Copyright Gwenaël Longo 97-99 */

/* HTML */
UL
{
	font-family: 'News Gothic MT', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	list-style-image: url('../menus/fdj.gif');
}

UL UL
{
	font-size: 10pt;
	font-variant: normal;
	list-style-image: url('../menus/fb.gif');
}

UL UL LI
{
	border-top: 2px, solid;
	border-top-color: #FEECD0;
}

UL UL UL
{
	font-size: 10pt;
	font-variant: normal;
	font-weight: normal;
	list-style-image: none;
	list-style-type: square;
}


UL UL UL LI
{
	border-top: 1px, solid;
}

UL UL UL LI A		{ color:black; text-decoration: none; }
UL UL UL LI A:hover { color:red; }

/* Spécial */
.qst, .rep { font-family: Arial, Helvetica, sans-serif; }

.qst { font-size: 12pt; font-weight:bold; border-top: 1px, solid; }
.rep { font-size: 10pt; text-align: justify; }

H3.qst { margin-left: 0px }
