
#pub_bandeau {
	position: relative;
	float:right; 
	margin: 4px;
	/* border: solid 1px #dbeeb3; // D9EEE9; // vert */
	border: solid 1px #FFAC8F; /* orange Noël */
	cursor: pointer;
	cursor: hand;
	overflow: hidden;
/*	background-color: white; */
}
#pub_bandeau:hover {
	border: solid 1px #FF0000; 
}
#defilement_bandeau,
#texte_bandeau {
	position: absolute;
	top: 0px;
	left: 0px;
}
#pub_bandeau,
#defilement_bandeau {
	width: 330px;
	height: 60px;
}
#defilement_bandeau {
	background-image: url(../images/site/bandeau/pub/20080930_lotopassion.png) ;
	background-position: 115px 0px;
}
#texte_bandeau {
	text-align: left;
	margin: 0px;
	padding: 5px 5px;
	width: 320px;
	height: 54px;
	font-size: 16px;
	font-weight: bold;
}