/**** NEWS ****/
.news {font-family: Arial,Verdana,sans-serif;}

.news h1	/* Titre de la news */
{
	font-size: 12px; 
	font-weight: bold;
	display: inline ;
}		

.news h2	/* Date de la news */
{
	font-size: 12px;
	font-weight: bold; 
	color: #545454;
	display: inline;
}

.news a:link	/* Couleur du lien  */
{
	color: #3366AA ;
}

.news a:hover	/* Lien au passage de la souris */
{
	color: #FF9900 ;
}

.news a:visited	/* Lien visité */
{
	color: #CC0000 ;
	text-decoration: underline;
}

/**** Tests ****/
.test 
{
	font-family: Arial,Verdana,sans-serif;
	font-size:	11px; 
	margin-top: 10px ;
	margin-bottom:	10px;
}

.test h1	/* Nom du jeu */
{
	font-size: 14px; 
	font-weight: bold;
	margin:	0px 0px 0px 0px;
}		

.test h2	/* Plateforme */
{
	font-size: 12px;
	font-weight: bold; 
	color: #545454;
	margin:	0px 0px 0px 0px;
}

.test .description	/* Description */
{
	font-family: Arial,Verdana,sans-serif;
	font-size:	11px; 
}

.test a:link	/* Couleur du lien  */
{
	color: #3366AA ;
}

.test a:hover	/* Lien au passage de la souris */
{
	color: #FF9900 ;
}

.test a:visited	/* Lien visité */
{
	color: #CC0000 ;
	text-decoration: underline;
}

/**** TELECHARGEMENTS ****/
.dl {font-family: Arial,Verdana,sans-serif;}

.dl h1	/* Nom du jeu */
{
	font-size: 12px; 
	font-weight: bold;
	display: inline ;
}		

.dl h2	/* Nom du telechargement */
{
	font-size: 12px;
	font-weight: bold; 
	color: #545454;
	display: inline;
}

.dl a:link	/* Couleur du lien  */
{
	color: #3366AA ;
}

.dl a:hover	/* Lien au passage de la souris */
{
	color: #FF9900 ;
}

.dl a:visited	/* Lien visité */
{
	color: #CC0000 ;
	text-decoration: underline;
}

/**** IMAGE ****/
.image img	/* Image */
{

}

.image .description
{
	font-family: Arial,Verdana,sans-serif;
	font-size:	10px; 
}