body  {
	color : #000000;
	background : #FFFFFF;
	font-family : cursive;
	background: white url("Train1900.jpg");
}

a:link  {
	color : #0000ff;
	text-decoration : underline;
}

a:active  {
	color : #ff0000;
	text-decoration : underline;
}

a:hover  {
	color : #ff0000;
	text-decoration : underline;
}

a:visited  {
	color : #800080;
	text-decoration : underline;
}

h1, h2, h3, h4, h5, h6  {
	font-family : "Benguiat Frisky", "Comic Sans MS", cursive, sans-serif;
	text-align : center;
	color : #800000;
}


p  {
	font-family : cursive;
	color : #336633;
}

i  {
	color : #808080;
}

ul  {
	list-style : circle url(bullet8.gif);
	font-family : cursive;
}

ol  {
	font-family : sans-serif;
}

div.mail  {
	font-family : cursive;
	color : #0000ff;
}

div.signature  {
	font-family : "Comic Sans MS", cursive, sans-serif;
	font-size : smaller;
	text-align : center;
}

div.nouveau  {
	font-family : "Comic Sans MS", cursive, sans-serif;
	font-size : small;
	color : #0000ff;
}

div.entete  {
	font-family : "Comic Sans MS", cursive, sans-serif;
	text-align : center;
	text-decoration : underline;
}

td, tr, th  {
	font-family : cursive;
}
#foobar {
	-moz-column-width: 15em;
	-moz-column-count:	2;
	-moz-column-gap:		2em;
	text-align:					justify;
}
#foobar::-moz-column-content
{
	border:				3px solid black;
	background:		#ddd;
	padding:			5px;
}


