@charset "utf-8";
/* CSS Document */

#topPub {
    position:relative;
    height:298px;
	width:800px;
	/*background:url(/images/banner/photosFlash/inside/photoBG.gif) top left no-repeat;*/
	background:#000;
}
 
#topPub div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 200px;
}
 
#topPub div.active {
    z-index:10;
    opacity:1.0;
}
 
#topPub div.last-active {
    z-index:9;
}


#marc2 {
    position: absolute;
	left: 579px;
	top: -248px;
	
    height:223px;
	width:295px;
	
	z-index: 15;
}
 
#marc2 div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    height: 223px;
    
}
 
#marc2 div.active {
    z-index:10;
}
 
#marc2 div.last-active {
    z-index:9;
}

#bannerAccueil {
    position:relative;
  	 height:298px;
	width:800px;
	/*background:url(/images/banner/photosFlash/home/photoBG.gif) top left no-repeat;*/
	background:#000;
}
 
#bannerAccueil div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    display: none;
    height: 298px;
    opacity:0.0;
    
}
 
#bannerAccueil div.active {
    z-index:10;
	display: block;
    opacity:1.0;
}
 
#bannerAccueil div.last-active {
    z-index:9;
}