a {
	color: #059;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #FFF;
}

body a {
	color: #069
}

body a hover {
	
}


.menu_haut {
	color: #069;
	font-weight: bold;
}

.menu_haut a {
	color: #069;
	text-decoration: none;
}

.menu_haut a hover {
	color: #069;
	text-decoration: none;
}

#site_header { 
	padding:20px;
	width: 800px;
	height: auto;
}

#site_contenu {
	background-color: #FFF;
	padding:20px;
	color: #333;
	width: 800px;
	height: auto;
	text-align : justify;
	font-size:small;
}

#site_footer {
	padding:20px;
/*	xpadding: 10px;*/
	width: 800px;
	border-bottom: 1px solid black;
}