body {
	background: #ebeef3 url(/resources/images/home/bg.jpg) no-repeat center 111px;
}

.lang_fr #zone_titre h1 { background: url(/resources/images/home/titre_fr.png) no-repeat top left; width: 283px; }
.lang_en #zone_titre h1 { background: url(/resources/images/home/titre_en.png) no-repeat top left; width: 283px; }

/*

:: ADBANNER HOMEPAGE ----------------------------------------

*/
#container #adbanner {
  position:relative;
  width:540px;
  height:255px;
  overflow:hidden;
}

#container #adbanner.actif {
  display:block;
}

#container #adbanner div {
  display:none;
  position:absolute;
  top:0;
  left:0;
}

#container #adbanner div a {
  position:absolute;
  top:0;
  left:0;
  width:540px;
  height:255px;
  background:url(/resources/images/home/blank.gif);
  z-index:2;
}

#container #adbanner div a strong {
  visibility:hidden;
}

#container #adbanner_nav {
  position:absolute;
  bottom:10px;
  left:10px;
  margin:0;
  padding:0;
  list-style:none;
  line-height:normal;
  z-index:10;
}

#container #adbanner_nav li {
  margin:0 5px 0 0;
  padding:0;
  float:left;
}

#container #adbanner_nav li a {
  display:block;
  width:10px;
  height:10px;
  text-decoration:none;
  border-radius:10px;
  background:url(/resources/images/interface/blanc60.png);
  border:none;
  cursor:pointer;
  text-indent:-999px;
  box-shadow:1px 1px 2px rgba(0,0,0,0.5);
}

#container #adbanner_nav li a.actif,
#container #adbanner_nav li a.actif:hover {
  background:#fff;
}

#container #adbanner_nav li a:hover {
  background:rgba(255,255,255,0.8);
}

#container #adbanner_nav #adbanner_pause,
#container #adbanner_nav #adbanner_play {
  display:none;
}


