.TexteNormal
{
	/** Style par défaut pour les textes */
	font-size:					10pt;
	font-family:				Arial, Helvetica, sans-serif;
	color:						#000000;
} 

.TexteGrandTitres
{
	/** Style pour grands titres */
	font-size:					15px;
	font-family:				Arial, Helvetica, sans-serif;
	color:						#0066CC;
	font-weight:				bold;
} 

A.TexteNormal, A.TexteNormal:link, A.TexteNormal:visited
{
	/** Style pour les liens */
	color:						#0051B7;
	text-decoration:			underline;
}

A.TexteNormal:hover
{
	/** Style pour les liens */
	color:						#E4000F;
	text-decoration:			underline;
}

.MessageErreur
{
	/** Style pour les messages d'erreur */
	font-size:					12pt;
	font-family:				Arial, Helvetica, sans-serif;
	color:						#AA0000;
	font-weight:				bold;
} 

.TitreMedium
{
	/** Style pour les sous-titres dans les pages */
	font-size:					15px;
	font-family:				arial,verdana,helvetica;
	font-weight:				bold;
	text-decoration:			none;
	color:						#0066CC;
	line-height:				15px;
} 

.TitreFichier
{
	/** Style pour les titres des fichiers */
	font-size:					12px;
	font-family:				Arial, Verdana, Helvetica; 
	color:						#000000;
	font-weight:				bold;
} 

.NomFichier
{
	/** Style pour les noms de fichiers */
	font-size:					12px;
	font-family:				Arial, Verdana, Helvetica; 
	color:						#000000;
} 

A.NomFichier, A.NomFichier:link, A.NomFichier:visited 
{
	/** Liens sur les noms de fichiers */
	color:						#0051B7;
	text-decoration:			underline;
} 

A.NomFichier:hover
{
	/** Liens sur les noms de fichiers */
	color:						#E4000F;
	text-decoration:			underline;
} 

.DescriptionFichier
{
	/** Style pour les description des fichiers */
	font-size:					12px;
	font-family:				Arial, Verdana, Helvetica; 
	color:						#000000;
    font-style:                 italic;
} 

.DatesFichier
{
	/** Style pour les dates des fichiers */
	font-size:					10px;
	font-family:				Arial, Verdana, Helvetica; 
	color:						#000000;
} 

.StatusNouveau
{
	/** Style pour surligner les nouveaux fichiers depuis la dernière visite */
	background-color: #ffff00;
}

.StatusPasVu
{
	/** Style pour surligner les fichiers qui n'ont jamais été vu */
	background-color: #FFFFC0;
}


