body	{
	margin:	0;
	padding:	0;
	font-family: palatino, georgia, serif;
	color:	#000;
	background : #53301A;
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  palatino, georgia, serif;
    }
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}

p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	margin-bottom: 	1em;
	}
h1	{
	font-size:	2em;
	}
h2	{
	font-size:	1.75em;
	}
h3	{
	font-size:	1.5em;
	}
h4	{
	font-size:	1.25em;
	}
h5	{
	font-size:	1em;
	}
h6	{
	font-size:	0.8em;
	}
h1, h2, h3, h4, h5, h6	{
	margin:	1.25em 0 0 0;
	font-family:	"trebuchet ms", arial, helvetica, sans-serif;
	}

img	{
		/* turns off gaps around images */
	border:	0;
	display: block;
	}

.inline {
		/* apply to images to be shown inline */
	display: inline;
	}

.first 	{
	margin-top:	0;
	padding-top: 0;
	}

.content {
	padding: 10px 20px;
	margin: 5% 15%;
	border: 1px solid #D1EBA5;
	background: #E6F4D0;
	}

.bouboule {
	padding: 0px;
	margin: 2%;
	border: 0px none;
	text-align: center;
	color: white;
}

#footer {
	font: 10px geneva, verdana, arial, helvetica, sans-serif;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #DDFFBB;
	color: #efe;
	text-align: center;
	}
	
a	{
	text-decoration:	none;
	font-weight:	normal;
	}
a:link	{
	color:	#FBB034;
	background-color: transparent;
	}
a:visited	{
	color:	#FBB034;
	background-color: transparent;
	}
a:active	{
	color:	#FBB034;
	background-color: transparent;
	}
a:hover	{
	color:	#FBB034;
	background-color: transparent;
	text-decoration:	underline;
	}
.small	{
	font-size: 12px;
	}
	
code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #ffee00;
	background: transparent;
	}
