* {
	margin: 0px;
	margin: auto;
	padding: 0px;
	font-family : sans-serif;
	text-align: center;
}

body {
	background-image: url('./imgs/bg-bw.png');
}

h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 24px;
	color: orange;
	font-family: Century Gothic;
	font-weight: normal;
}

h3 {
	color: #fff;
	font-size: 12px;
}

div.header {
	background: url('./imgs/bg-logo-fiflo.jpg') repeat-x;
}

div.container {
	width: 1000px;
	overflow: auto;
	margin-bottom: 10px;
}

div.belt {
	width: 620px;
	overflow: auto;
}

div.YouTube{
	width: 100%;
	overflow: auto;
	background: #000;
}

div.space {
	margin: 20px;
}

#YouTubebb {
	float: left;
}

#YouTubeflv {
	float: right;
}


img {
	border: 0px;
	display: block; /* corrige les bugs d'espaces vides */
}

a {
	font-family : sans-serif;
	text-decoration: none;
	color: #8E0C0C;
}



p.footer {
	padding: 10px;
	color: #666;
	font-size: 12px;
	margin-bottom: 20px;
	overflow: auto;
}
