a:visited, a:hover:visited
{
	text-decoration: underline;
	font-size: 11px;
}

a:link, a:hover, a:active, a:focus
{
	text-decoration: underline;
	font-size: 11px;
	color: #394963;/*#432B74;*/
}

/*balise ayant la classe nohref*/
a.nohref, a.nohref:link, a.nohref:visited, a.nohref:hover, a.nohref:active, a.nohref:focus
{
	text-decoration: none;
	font-size: 11px;
	color: #444444;
}

.light {
	color: #696969;
}

/*balise a fille de balise ayant la classe light*/
.light a, .light a:link, .light a:visited, .light a:hover, .light a:active, .light a:focus
{
	text-decoration: underline;
	font-size: 11px;
	color: #5F6B7F;
}

ul.fleche 
{
	margin: 3px;
	padding: 2px;
}

li.fleche
{
	list-style-image: url(img/fleche.gif);
	margin-left: 3px;
	padding: 0px;
	vertical-align: middle;
	text-align: left;
}

div.history
{
	font-family:verdana; 
	font-size:10px; 
	width:260px;
}

table.history tr td
{
	padding: 10px;
}

