@charset "iso-8859-1";
body {
	margin: 0; /* pour éviter les marges */
	background: url(http://bclavaur.free.fr/journal/plancher.gif) fixed ; /* évite le sautillement */
}

tr {
	border: 0px;
}

td {
	border: 0px;
}

div#frame {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

object {
	z-index: 1;
}

div#bandeau {
	height: 100;
	z-index: 1000;
	position: fixed;
	top: 0px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div#defilement_gauche {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	margin-top: 0px;
	top: 4px;
	left: 45px;
	width: 246px;
}

div#defilement_droite {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	margin-top: 0px;
	top: 4px;
	left: 709px;
	width: 246px;
}

div#corp {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative; /* on positionne le conteneur */
	top: 110px;
	width: 1000px
}

img#img_bandeau {
	border: none;
	width: 1000px;
  display: block;
  margin: 0 auto; 
}

img#img_team {
	height: 85px;
}

table {
  width: 1000px
}