body{
  background: transparent ;
  margin: 0px 0 0 0;
  background-repeat: repeat;
  background-image: url(imagesintro/night.jpg)
}

/*bandeau photo haut*/
div#bandeauaccueilhaut {
	width:1024px;
	height:220px;
  margin-left: auto;
  margin-right: auto;

  margin-top:10px
}

div#bandeauaccueilhautphoto {
	float:left;
	width:800px;
	height:230px;
  margin-left: 100px;
  position: absolute;

  background: transparent ;
  margin-top: 0px;

}
  /*fin bandeau photo haut*/

  /*bandeau centre*/
div#bandeauaccueilcentre {
	width:1024px;
	height:310px;
	background-color:transparent;
  margin-left: auto;
  margin-right: auto;

  margin-top: 45px;
}
div#accueilanimationcentregauche {
	float:left;
	width:360px;
	height:300px;
  position: absolute;

  background: transparent;
  margin-left: -5px
}

div#bandeauaccueilcentrephotocentre {
	float:left;
	width:290px;
	height:300px;
  margin-left: 365px;
  position: absolute;

  background: transparent;
  background-image: url(imagesintro/logochoix.gif);
  background-position: center;
  background-repeat: no-repeat
}
div#bandeauaccueilcentrephotobonneannée {
	float:left;
	width:292px;
	height:300px;
  margin-left: 365px;
  position: absolute;

  background: transparent;
}


div#accueilanimationcentredroite {
	float:left;
	width:360px;
	height:300px;
  margin-left: 659px;
  position: absolute;

  background: transparent
}
  /*fin bandeau centre*/

 /*bandeau bas*/
div#accueilbasencadrement {
	width:1024px;
	height:110px;
	background-color:transparent;
  margin-left: auto;
  margin-right: auto;

  margin-top: 0px
}
div#accueilbasencadrementgauche {
	float:left;
	width:360px;
	height:100px;
  position: absolute;

  background: transparent;
  margin-left: -5px;
  font: 300
}
div#bascentre {
    	float:left;
	width:280px;
	height:100px;
  position: absolute;

  background: transparent;
  margin-left: 370px;
  color: #FF9900;
  font: normal 300 message-box;
  font-family:  "Times New Roman";
  text-align: center;
  font-size: 25px;
  font-weight: 200
}

div#accueilbasdroit {
    	float:left;
	width:360px;
	height:100px;
  position: absolute;

  background: transparent;
  margin-left: 659px
}
  /*fin bandeau bas*/

