﻿$(document).ready(function() {
    //
    // selected menu item
    //
    $("ul#menuList a").eq(1).unbind().addClass("selected");
    //
    // change top text
    //
    $(".bienvenue").attr("class", "philosophie");
    //
    // create the tabs
    //
    var $tabs = $("#philosophie_tabs").tabs();
});
