/* Actualites CSS Styles */
/* © SI/APF 2004, tous droits réservés */

/* News Une Styles */
A.NewsUneLink:link
{
	color : black;
	text-decoration: underline;
	font-family: Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16pt;
}

A.NewsUneLink:visited
{
	color : black; 
	text-decoration: underline;
	font-family: Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16pt;				
}

A.NewsUneLink:hover
{
	color: red;
	text-decoration: underline;
	font-family: Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16pt;	
}

A.NewsUneLink:active
{
	color : red;
	text-decoration: underline;
	font-family: Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16pt;	
}

.NewsUneDescription
{
	color : black;
	text-decoration: none;
	font-family: Arial, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;	
	margin: 8 8 8 8;	
	background-color: transparent;	
	position: relative;
}

.NewsUneDate
{
	color : darkgreen;
	text-decoration: none;
	font-family: Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 9pt;	
}

.NewsUneDescriptionBackground
{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F9F9F9', endColorStr='#A9A9A9', gradientType='0')
			alpha(opacity=30);		
}

.NewsUneSuiteLink
{
	color : dimgray;
	text-decoration: underline;
	font-family: Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8.5pt;
	text-align: right;
	margin-right: 10;
	margin-bottom: 10;
}

.NewsUneSuiteLink:link
{
	color : dimgray;
	text-decoration: underline;	
}

.NewsUneSuiteLink:visited
{
	color : dimgray; 
	text-decoration: underline;	
}

.NewsUneSuiteLink:hover
{
	color: red;
	text-decoration: underline;	
}

.NewsUneSuiteLink:active
{
	color : red;
	text-decoration: underline;	
}

.ArticleHits
{
	color : olive; 	
	font-size: 8pt;	
	margin-left: 5;
	margin-right: 5;
}

