@media screen and (max-width: 480px)
{
	#banniereMobile {height:100px;margin:0 auto;background:#000 url("../images/BandeauMobile1.jpg") center no-repeat;}
}
@media screen and (min-width : 481px)
{
	#banniereMobile {height:100px;margin:0 auto;background:#000 url("../images/BandeauMobile2.jpg") center no-repeat;}
}
.ui-btn-active { color: #FFF !important; background: none !important; background-color: #0084BD !important; text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #1A5257 /*{a-bup-shadow-color}*/;  }