/*menu======================*/
 .container {
        float:left;
        padding-top: 2px;
        margin: 0 0 10px 0;
        background: #fff;
        }

/* rounded */

#nav {
        margin: 0;
        padding: 0 0 22px 10px;
        border-bottom: 1px solid #ED6A10;
        }

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
        }

#nav a:link, #nav a:visited {
        float: left;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #FF9900;/*#708491;*/
        }

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #000;
        background: url(http://127.0.0.1/spip1-9-1/squelettes/images/tab_rounded.gif) no-repeat bottom center;
        }
