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