body
{
	background: #fff;
	margin: 0;
	padding: 0;
	border: none;
	color: black;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Geneva, Verdana, sans-serif;
}

img { border-width: 0px; }

#page
{
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	width: 500px;
}

#image { text-align: center; }

#video
{
	text-align: center;
	padding: 30px;
	margin: 30px;
}

#texte { margin-top: 12px; }
#spacer { height: 26px; }

p
{
	padding: 0 20px 0 26px;
	display: block;
}

#lft { 
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
}


#rght { 
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}

a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:visited { color: #000; }
a:hover { color: #960; }
a:active { color: #efb200; }
