body
{
	background: #000000 url(../media/fondintroduction.png) fixed;
	background-repeat: repeat;
	color: white;
	font-family: Arial;
	font-size: 12pt;
}

div.titre
{
	z-index: 50;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

div.video
{
	text-align: center;
}

div.lien
{
	margin-top: 5px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 2px;
}

div.lien a:link, div.lien a:visited
{
	background: #000000;
	border: 1px solid #111111;
	padding: 2px;
	display: block;
	text-align: center;
	width: 500px;
	text-decoration: none;
	color: #c0c0c0;
}

div.lien a:active, div.lien a:hover
{
	background: #111111;
	border: 1px solid #222222;
	padding: 2px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: white;
}

div.logo
{
	z-index: 10;
	position: absolute;
	top: 1%;
	left: 1%;
	display: block;
	width: 150px;
	height: 100px;
}

