@charset "utf-8";
/* CSS Document */

#container{
    position:absolute;
	top:137px; left:199px;
	width: 507px;
    height: 381px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
	border: none;
	cursor: crosshair;
	background:url(../img/loading.gif) repeat-x top left;
}
.slider{
    height: 381px;
}
.fleche1 {
    position:fixed;
	top:139px; left:199px;
	z-index:3;
	height:360px; width:215px;
	background: url(../img/fiches_fleche_gauche.png) 14px center no-repeat;
	}
.fleche1:hover {
	background: url(../img/fiches_fleche_gauche.png) -377px center no-repeat;
	}
.fleche1 img {
	height:293px; width:215px;
	}
.fleche2 {
    position:fixed;
	top:139px; left:491px;
	z-index:3;
	height:360px; width:215px;
	background: url(../img/fiches_fleche_droite.png) 180px center no-repeat;
	}
.fleche2:hover {
	background: url(../img/fiches_fleche_droite.png) -211px center no-repeat;
	}
.fleche2 img {
	height:360px; width:215px;
	}