#alert-box-ville{
    padding: 3px 0 3px 15px;
    margin: 5px 0 5px 0;
    overflow: hidden;
    display: block;
    clear: both;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    text-shadow: none!important;
    background: #c41908;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4236),to(#c41908));
    background-image: -webkit-linear-gradient(#dd4236,#c41908);
    background-image: -moz-linear-gradient(#dd4236,#c41908);
    background-image: -ms-linear-gradient(#dd4236,#c41908);
    background-image: -o-linear-gradient(#dd4236,#c41908);
    background-image: linear-gradient(#dd4236,#c41908);
    border-bottom: 1px solid #b51707;
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.3);
    box-shadow: 0 1px 6px rgba(0,0,0,.3);
}

#alert-box-ville a{
    text-decoration:none;
    color: #FFF;
}

#alert-box-ville span{
    float:right;
    padding-right:10px;
    padding-left:10px;
    cursor:pointer;
}
