/* MISE EN PAGE DE L'ACCUEIL */
body {
  background:url(../img/fond/hachure-orange.gif);
}
#fondbodyhaut {
  background:url(../img/fond/hachures-orange-haut.jpg) repeat-x;
}
#accueil{
  display:block;
  background:url(../img/fond/fond-accueil.jpg) no-repeat top center;
  height:639px;
  width:900px;
}
#fleche{
  position:absolute;
	display:block;
	top:85px;
	left:20px;
  width:495px;
  height:185px;
  text-decoration:none;
  background:url(../img/enseigne.gif) no-repeat top center;
}
#pub{
  position:absolute;
	display:block;
	top:277px;
	left:60px;
  width:452px;
  height:276px;
  text-decoration:none;
  background:url(../img/ampoules.gif) no-repeat top center;
}
#pubflash{
  position:absolute;
	display:block;
	top:298px;
	left:80px;
  text-decoration:none;
}
#commandezici{
  position:absolute;
	display:block;
	top:480px;
	left:480px;
  text-decoration:none;
}
#accroche{
  position:absolute;
	display:block;
  text-align:justify;
  color:#fff;
	top:580px;
	left:40px;
  width:465px;
  height:105px;
  /*font-size:10px;*/
}
#choixmagasin 
{
	display:none;
	position:absolute;
  background:url(../img/fond/fond-carte-magasin-choix.jpg) no-repeat;
	top:50%;
	left:50%;
	width:250px;
	height:150px;
	margin:-75px 0 0 -125px;;
	z-index:11;
}
#choixmagasintexte
{
  display:block;
	width:224px;
	height:128px;
	margin:10px;
	padding:0 2px;
  color:#fff;
  text-align:center;
}
#choixmagasintexte a
{
  color:#fff;
  font-weight:bold;
}
#choixmagasintexte a.lien_fermer
{
  position:absolute;
  bottom:12px;
  right:15px;
  font-weight:normal;
}
