/* Feuille de style CSS par défaut pour un nouveau projet d'application Web */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE:10;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A:link	{	
	text-decoration:	none;
	color:	red;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	red;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	border:solid 1px black;
	}	
		
A:hover	{	
	text-decoration:	underline;
	background-color:Navy;
	color:	#ffffff;
	}
	
IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.centre
{
	text-align:center;
	font-size:11;
	cursor:hand;
}
.centre2
{
	text-align:center;
	background-color:Transparent;
	border:none 0px Transparent;
	font-size:11;
	color:#3333cc;
	text-decoration:underline;
	cursor:hand;
}
.titre
{
	text-align:center;
	FONT-SIZE:12;
	font-weight:bold;
	line-height:2;
	}
td
{
	FONT-SIZE:10;
	text-indent:2;
}

		
