@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: 100px;
	text-align: left;
	width: 1000px;
} 
#imageHeader {
	float: left;
	height: 100px;
	width: 500px;
}
#textHeader {
	float: left;
	height: 100px;
	width: 500px;
}
#textHeader h4 {
	font-size: 18px;
	text-align: center;
	margin-top: 0.5em;
}
#photoHeader {
	float: left;
	height: 200px;
	width: 133px;
	border: 1px double #FFF;
}
#menu {
	height: 50px;
	float: left;
	width: 1000px;
}
#enveloppeHeader {
	float: left;
	height: 100px;
	width: 1000px;
}
#mainContent  {
	background: #000;
	background-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: left;
	width: 1000px;
}
#container  {
	width: 1000px;
	background: #FFFFFF;
	border: 1px solid #000000;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
}
#footer  {
	color: #FFF;
	background-color: #000;
	float: left;
	width: 1000px;
} 
#footer p  {
	font-size: 10px;
	text-align: center;
	line-height: 5px;
}
#footer h6  {
	font-size: 9px;
	text-align: center;
	word-spacing: 10px;
	line-height: 5px;
}
#frise {
	float: left;
	width: 1000px;
}
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;
}

