html, body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: georgia, serif;
	font-size: 10px;
}

.site_body {
	background-color: #1f93cc;
}

img { border: 0; }

#flashcontent {
	height: 758px;
	overflow:  hidden;
}

#content {
	text-align: center;
	height: 512px;
	width: 100%;
	background: #229fdb url(/images/bg.jpg) no-repeat top center;
	overflow:  hidden;
}

#header{
	background-color: #0f6d9a;
	height: 34px;
	text-align: center;
}

#footer {
	padding: 18px 0;
	text-align: center;
}

.container {
	width: 815px;
	text-align: right;
	margin: 0 auto;
}

a, a:visited {
	color: #ffffff;
	text-decoration: none;
}

/*Liens placés dans le bas des pages*/
.site_links, .site_links:link, .site_links:visited, .site_links:active
{
	color: #ffffff;
}
.site_links:hover
{
	color: #ffffff;
}