@charset "utf-8";
/* CSS Document */
#blocbe {
	/*position: relative;*/
	width: 940px;
	height: 212px;
	overflow: hidden;
	border:1px #bbb solid; background:#eee;
	float:left;
}

#scrollena {
  width: 2550px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.contenu {
  width: 200px;
  height: 200px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #EFEFEF;
}

.bk{ width:100%; float:left; height:20px; margin-bottom:5px;}

a .bk_g{ float:left; width:23px; height:20px; background:url(../images/gauche.gif) no-repeat;}

a:hover .bk_g{ float:left; width:23px; height:20px; background:url(../images/gauche-h.gif) no-repeat;}

a .bk_d{ float:right; width:23px; height:20px; background:url(../images/droite.gif) no-repeat;}

a:hover .bk_d{ float:right; width:23px; height:20px; background:url(../images/droite-h.gif) no-repeat;}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  color:#00009C;
  font-weight: bold;
}

[if IE]>
<style type="text/css">

#scrollena{
  width: 1992px; /* = width + margin left + margin right from the content rule + border*2 from the container rule*/
}

</style>
<! [endif]

