.default-center h1 { display: none; }
.event_details h1 { display: block; }
.default-center { width: 756px; }
.event_details_container {
    float:left;
    width: 470px;
    _overflow:hidden;/*Bug ie6*/
}
.event_details .content_show_summary { 
    display: block;
    color: #FF953F;
    font-family: 'Times New Roman';
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 19px;
    text-align: left;
}
.ficheEvent {
    position: relative;
    float: right;
    width: 246px;
    height: 470px;
    color: white;
    padding: 15px;
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-inline-policy: continuous;
    text-align: left;
    background-position: top center;
    background-repeat: no-repeat;
}
.ficheEvent hr {
    height: 1px;
    color: white;
    margin-top: 3px;
    margin-bottom: 3px;
}


.event_mp3
{
    position: absolute;
    bottom: 10px;
    left: 25px;
    padding: 10px;
    margin: 10px 0;
    font-weight: bold;
}