A {
	text-decoration:none;;
	color: blue;;
	font-size: 12 pt;;
}
A:hover {
	text-decoration:underline;;
	color: blue;;
	font-size: 12 pt;;
}

A.gros {
	text-decoration:none;;
	color: blue;;
	font-size: 12 pt;;
}
A.gros:hover {
	text-decoration:underline;;
	color: blue;;
	font-size: 12 pt;;
}
A.petit {
	text-decoration:none;;
	color: blue;;
	font-size: 10 pt;;
}

A.petit:hover {
	text-decoration:underline;;
	color: blue;;
	font-size: 10 pt;;
}
A.mini{
	text-decoration:none;;
	color: blue;;
	font-size: 8 pt;;
}

A.mini:hover {
	text-decoration:underline;;
	color: blue;;
	font-size: 8 pt;;
}
.petit {
	font-size: 10 pt;;
}
.mini {
	font-size: 8 pt;;

}
.menu {
	text-decoration:none;;
	color: white;;
	font-size: 10 pt;;
}
A.menu:hover {
	text-decoration:underline;;
	color: white;;
	font-size: 10 pt;;
}

.menutitre {
	text-decoration:none;;
	color: white;;
	font-size: 12 pt;;
}
A.menutitre:hover {
	text-decoration:underline;;
	color: white;;
	font-size: 12pt ;;
}

.visiteursetdate {
	font-size: 8 pt;;
	color: silver;;
}
BODY {
	font-family : "arial";;
	font-size : 12 pt;;
	color: black;
}

