* {
	margin:0;
	padding:0;
}

img {
	border: 0px;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#000000;
	background: url(../images/bg.jpg) repeat-x #D2001F;
}

/*

NO SCRIPT

*/
#noscript {
	position: relative;
	color: #CCCCCC;
	width: 400px;
	top: 300px;
	margin: 0 auto;
	text-align:center;	
}

/*

ANIM

*/

#tva {
	position:absolute;
	bottom: 5%;
	background:url('../img/pixTva.gif') repeat-x;
	width:100%;
	height:35px;
	padding-top:9px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:0.8em;
	font-weight:normal;
	z-index:100;
}

	#tva a {
		text-decoration:underline;
		color:#CCCCCC;
		
	}
	
	#tva a:hover {
		text-decoration:none;
	}

#swf {
	position:absolute;
	width:100%;
	height:100%;
	background: url(../images/header-bg.png) center top no-repeat;
	z-index:0;
}

#player {
  position:absolute; 
  left: 50%;  
  top: 50%; 
  width: 950px; 
  height: 550px; 
  margin-top: -275px; /* moitié de la hauteur */ 
  margin-left: -475px; /* moitié de la largeur */ 
}

#footer {
	/* CENTRER FOOTER */
	position: absolute;
	bottom: 0px;
	margin: 5px auto;
	width:100%;
	text-align: center;
	color:#990002;
	font-size:0.8em;
}

#footer a {
	color:#990002;
	font-size:1em;
	text-decoration:none;
}

#footer a:hover {
	font-size: 1em;
	text-decoration:none;
}

/* 

HACK IE 
Cacher pour tout navigateur sauf ie7


*/

#ie_contact {
display:none;
visibility:hidden;
}
