body {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	background: url('../img/body3.png') top repeat-x #121212;
	background-attachment:fixed;
}
a {
	color: #ffbb00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ffdd00;
	text-decoration: underline;
}
p {
	margin: 0px 0px 5px 0px;
}
table {
	border-collapse: collapse;
}
h1 {
	margin: 0px 0px 25px 0px;
	text-decoration: underline;
}
hr {
	background: #fff;
}
div.contenu {
	width: 758px;
	background-image: url('../img/contenu.png');
}
div.favoris {
	top: 7px;
	width: 745px;
	text-align: right;
	position: absolute;
}
div.contenu2 {
	width: 725px;
}
table.video {
	border: 1px solid white;
	background-image: url('../img/body2.png');
}
p.lien {
	font-size: 15px;
	margin: 8px 0px 5px 0px;
}
p.categories {
	font-size: 10px;
	font-weight: bold;
}
table.menu {
	border: 1px solid white;
	padding: 0px;
}
td.menu {
	padding: 5px;
	height: 30px;
	font-size: 13px;
	background-image: url('../img/body2.png');
	border: 1px solid white;
	text-decoration: underline;
	font-weight: bold;
}
p.menu {
	margin: 5px;
}
p.copyright {
	font-size: 11px;
	font-weight: bold;
}