/******************************************************************/
/***********           Prochain événement        ******************/
/******************************************************************/
#BannerNextEvent
{
    border:none;
    position: relative;
    width: 342px;
	height: 117px;
	bottom: -133px;
    right: 15px; /* 23 */
    font-size: 12px;
	background-image: url(images/GfxBannerNextEvent.png);
    float: right;
}
#BannerNextEvent p
{
    text-align: center;
    padding:0;
    position: relative;
    left: 0px;
    bottom: -18px;
    font-size : 100%; 
    font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
    color : white; 
}
#BannerNextEvent h1
{
    text-align: center;
    padding:0;
    position: relative;
    bottom: -7px;
    font-size : 110%;
    font-weight : Bold; /* Boldness */
    font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
    color : #92d5f2; 
}