body
{
	text-align: center;
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #653520;	
}

a, a:visited
{
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #543510;	
}

a:hover
{
	color: red;
}
div.invisible
{
	visibility: hidden;
}

div#flashcontent
{
	padding: 150px 150px 100px 150px;
	text-align: justify;
	background-image: url('images/fond.jpg');
	background-repeat: no-repeat;
	background-position: 50%;
	height: 518px;
}

div#flashcontent span
{
	padding-top:10px;
	display:block;
}

div#flashcontent h1
{
	text-align: center;
	display: block;
	font-size: 24px;
	color: red;
	margin-bottom: 75px;
}

div#flashcontent img
{
	vertical-align: middle;
}

div#flashcontent div#content
{
	margin: auto;
	width: 680px;
}