@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	background-color: #000;
}
#animation {
	height: 750px;
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-size: 12px;
}
#header  {
	background: #DDDDDD;
	background-color: #000;
	height: 150px;
	text-align: left;
} 
#mainContent  {
	background: #FFFFFF;
	background-color: #000;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#container  {
	width: 1024px;
	background: #FFFFFF;
	border: 1px solid #000000;
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer  {
	padding: 0 10px;
	color: #FFF;
	background-color: #000;
} 
#footer p  {
	font-family: "Comic Sans MS", cursive;
	font-size: 10px;
	text-align: center;
	line-height: 5px;
}
#footer h6  {
	font-size: 9px;
	text-align: center;
	word-spacing: 10px;
	line-height: 5px;
	font-family: "Comic Sans MS", cursive;
}
#menu {
	height: 50px;
}
#frise {
}
a:link {
	color: #9CF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99F;
}
a:hover {
	text-decoration: none;
	color: #CCF;
}
a:active {
	text-decoration: none;
	color: #FCF;
}
