body  {
	color : #000000;
	background : #C0C0C0;
	background-image : none;
	font-family : sans-serif;
}

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 {margin: 1em 0% 0em 0%;
	font-family : "Benguiat Frisky", "Comic Sans MS", cursive, sans-serif;
	text-align : center;
	font: bold 1.2em/1.2 Verdana, Helvetica, helv, Arial, sans-serif}

h4, h5, h6 {margin: 1em 0% 0em 0%;
	color: #660;
	font-family : "Benguiat Frisky", "Comic Sans MS", cursive, sans-serif;
	font: bold 1.2em/1.2 Verdana, Helvetica, helv, Arial, sans-serif}


p  {
	font-family : sans-serif;
}

ul  {
	list-style : square;
	font-family : sans-serif;
}

ol  {
	font-family : sans-serif;
}

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

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

td, tr, th  {
	font-family : sans-serif;
}

#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;
}


