/* couleurs */
/* bleu  #000050 */
/* jaune #ffcc66 */

body, table, td, input, select, textarea
{ 
	font-family: Verdana, Arial, Geneva, sans-serif; 
	font-size: 10px;
	color: #aaccff;
	letter-spacing: 1px;
	line-height: normal;
}

a:link, a:visited
{
	color: #ffffff;
	text-decoration: none; 
	font-weight: bold;
}

a:hover, a:active
{
	color: #ffcc66;
	text-decoration: none;
}


.petit
{ 
	font-size: 10px;
}

