#top_left {
    background: url(../images/top_left.png) no-repeat left;
    width: 505px;
    height: 52px;
    margin-left:auto;
    margin-right:auto;
}
#top_middle {
    background: url(../images/top_mid.png) repeat-x;
    padding: 0;
    height: 100%;
    margin-right: 10px;
}
#top_right {
    background: url(../images/top_right.png) no-repeat right;
    height: 100%;
    margin-left: 12px;
}
#top_text {
    white-space: nowrap;
    width:100%;
}
#top_text ul{
    margin: 0;
}
#top_text li {
    background: url(../images/top_sep.png) top left no-repeat;
    padding-top : 11px;
    height : 52px;
    float: left;
    text-transform:uppercase;
    display:inline;
    
}

/********* Creation du cadre pour le menu 'Panneau pub' *****************/


#pub_panneau {
    margin-left:auto;
    margin-right:auto;
    margin-top: 18px;
}
.pub_g, .pub_m, .pub_d{
    height : 179px;
    width  : 165px;
    background-image : url('../images/pub.png');
    background-repeat : no-repeat;
    text-align : center;
}

.pub_g #titre{
    background-image :url('../images/pub_titre_left.png');
    background-repeat : no-repeat;
}
.pub_m #titre{
    background-image :url('../images/pub_titre_mid.png');
    background-repeat : no-repeat;
}
.pub_d #titre{
    background-image :url('../images/pub_titre_right.png');
    background-repeat : no-repeat;
}


/*********** Fin du style pour le menu 'Panneau pub' ****************/
