/* CSS Document */
BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #B3B3B3;
	margin: 0;
}

/* texts */
.s10 { font-size: 10px; }
.s11 { font-size: 11px; }
.s12 { font-size: 12px; }
.s14 { font-size: 14px; }

.trading
{
	font-size: 14px;
	text-align: justify;
}

.text
{
	font-size: 14px;
	text-align: justify;
}



/* cells */
.top1
{
	height: 24px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	display: table-cell;
}

.top1on
{
	height: 24px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	display: table-cell;
}

.top2
{
	display: table-cell;
	height: 18px;
	vertical-align: middle;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.top2on
{
	display: table-cell;
	height: 18px;
	vertical-align: middle;
	background-color: #999999;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.link
{
	background-image: url(/images/accueil1.gif) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* links */
a
{
	color: #CC3300;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

a.nosub			{
	color: #000000;
	text-decoration: none;
	}
a.nosub:hover	{
	color: #CC3300;
	text-decoration: none;
	} 
