/* CSS Document */
.tablequalia 
{ 
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
}

.couleurFlash 
{ 
	background-color: #CCD6DB;
}

.bodyFond 
{ 
	background-color: #C0CCD2;
}
.maintext
{  
	font-family: Verdana; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
}

.maintext A:link, .maintext A:visited
{
	color:#FF6600;
	text-decoration:none;
	font-weight: bold;
}

.maintext A:hover
{
	color:#663300;
	text-decoration:none;
}

.readingtext
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: list-item;

}

.readingtext A:link, .readingtext A:visited
{
	color:#FF6600;
	text-decoration:none;
	font-weight: bold;
}

.readingtext A:hover
{
	color:#663300;
	text-decoration:none;
}

.titletext
{
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;

}

.subtitletext
{  
	font-family: Verdana; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: underline; 
}

.trademarktext
{  
	font-family: Verdana; 
	font-size: 10px; 
	font-style: italic; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
}
.listtext
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: list-item;
	list-style-type: square;
}

