
@font-face {
    font-family: 'TEAMGothamBook';
    src: url('fonts/gotham-b-webfont.eot');
    src: url('fonts/gotham-b-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gotham-b-webfont.woff') format('woff'), url('fonts/gotham-b-webfont.ttf') format('truetype'), url('fonts/gotham-b-webfont.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3 {
	font-weight: normal;
}

html{
  height: 100%;
}

body{ 
	background: url("fond.jpg") no-repeat scroll center center #ACACAC;
	min-width: 960px;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}

div#ContentWrap {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	font-family: Arial, Helvetica, Sans-serif;
	color: #800000;
} 

div#Content  {
	width: 960px;
	height: 540px;
	margin: 72px auto 0px;
}

div#Content h1 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 48px;
	text-align: center;
}

div#Content h2 {
	font-size: 40px;
	line-height: 32px;
	float: left;
	margin-right: 48px;
}

div#Content div.MusiqueWrap {
	padding: 0 0 48px 0;
}

div#LogoTeam {
	background: url("images/logo_team.jpg") no-repeat scroll 48px 120px transparent;
	width: 298px;
	height: 123px;
	display: none;
	margin: 0px auto 48px;
	padding-top: 120px;
	padding-left: 48px;
}

div#LogoTeam a {
	width: 298px;
	height: 123px;
	display: block;
}

div#Texte {
	width: 275px;
	margin: 0 auto;
	font-family: TEAMGothamBook, Arial, Helvetica, Sans-serif;
	font-size: 17px;
	line-height: 21px;	
	color: #000;
	text-align: center;
	display: none;	
	padding-left: 48px;	
}

object {
	width: 960px;
	height: 540px;
}

audio {
	width: 300px;
	height: 30px;
	float: left;	
}

object#Player {
	/*visibility: hidden;*/
	/*width: 0!important;
	height: 0!important;*/
}


.clear {
	clear: both!important;
	line-height: 0px!important;
	font-size: 0px!important;
	overflow: hidden!important;
	width: 0!important;
	height: 0!important;
	float: none!important;
	margin: 0!important;
	padding: 0!important;
}