

html {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 1em;
	color: #666;
	height: 98%;
}

body {
	background: url('../img/bg.jpg');
	//background-color: #FFF;
	height: 100%;
}

#contenu {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#menu {
	font-size: 0.75em;
}

.links {
	width: 750px;
	text-align: center;
	color: #FFFFFF;
}

.links a {
	color: #333333;
	font-size: .7em;
	font-family: Tahoma, Verdana, Arial;
	letter-spacing: 0px;
	font-weight: bolder;
	text-decoration: none;
}

.note {
	color: #333333;
	font-size: .7em;
	font-family: Tahoma, Verdana, Arial;
	letter-spacing: 0px;
}

#flashcontent {
	color: #333333;
	font-weight: bold;
}

#flashcontent a {
	color: #663333;
	text-decoration: none;
}

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