body {
  background-color: #000000;
  background: #000000 url(bande/images/fond_haut.png) repeat-x;
}

#titre {
  position:absolute;
  width:275px;
  height:79px;
  left: 0;
  top: 0;
}

#milieu {
  position:absolute;
  width:216px;
  height:79px;
  left: 275;
  top: 0;
}

#menu {
	position:absolute;
	width:217px;
	height:17px;
	left: 492px;
	top: 42px;
	background: url(images/icono/fond_menu_arret.png);
    z-index: 2;
}

#droite {
    position:absolute;
	width:251px;
	height:79px;
	left: 491px;
	top: 0px;
    background: url(images/icono/droite.png);
    z-index: 1;

}


