@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: center top;
}


a:link {
	color: #279569;
	text-decoration: none;
}

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

a:hover {
	color: #64dead;
}

.fond {
	width: 1120px;
	height: 633px;
	margin: auto;
	position: relative;
	
}

.fond .corps {
	position: absolute;
	font-size: 21px;
	line-height: 32px;
	color: #FFFFCC;
	width: 255px;
	left: 0px;
	top: 160px;
	text-align: right;
}

.fond .coords{
	color: #279569;
	font-size: 15px;
	line-height: 24px;
	position: absolute;
	width: 255px;
	left: 0px;
	top: 465px;
	text-align: right;
}

.fond .vid{
	position: absolute;
	left: 320px;
	top: 190px;
	border: 8px solid #171411;
}	
