/* CSS Document */
#flashOverContainer {
	margin:auto;
	position: relative;
	height:65px;
	z-index:500;
}

#flashOver {
	position: absolute;
	width:100%;
	height:100px;
	z-index:500;
	overflow:hidden;
}
.objet_sous_flash{
	position:relative;
	z-index:10;
}

