/* Global Styles */

body 
{
	margin:0px;
}


h1
{
	color:#993300;
	text-align:center;
	font-family:"Comic Sans MS";
	font-size:36px;
	font-weight:bold;
}


h3
{
	color:#99CC66;
	font-family:"Brush Script MT";
	font-size:27px;
	text-decoration: none;
}


td 
{
	font-size:14px;
	font-family:"Comic Sans MS";
	color:#666666;
}
	
a 
{
	color: #993300;
}
	
a:hover 
{
	color: #5C743D;
}


#navigation td 
{
	border-bottom: 1px solid #F4FFE4;
}
	
#navigation a 
{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
}
	
#navigation a:hover 
{
	background: #99CC66;
	color:#993300;
}
	

#tagline 
{	
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
}

		
#dateformat 
{
	font:11px Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing:.2em;
}


#contenu
{
	font-family:"Comic Sans MS";
	font-size:16px;
	color:#666666;
	line-height:20px;
	padding-left:10px;
} 



	