.container {
        width: 1000px;
/*        padding: 5px;*/
        margin: 0px 0 0px 0; /*marge au-dessus du texte*/
/*        border: 1px solid #ccc;*/
        background: /*#3F5374*/ #006699;
        }

/* rounded */

#nav {
        margin: 0;
        padding: 0 0 15px 0px;
        /*border-bottom: 1px solid #9FB1BC;*/
        }

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
        }
       
#nav a:link, #nav a:visited {
        float: left;
        font-size: 12px;
        line-height: 14px;
        /*font-weight: bold;*/
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #FFFFFF /*#708491*/;
		border-right: 1px solid white;
		border-top: 1px solid #006699;

        }

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #000000;
        background: url(images/pyramide4.gif) no-repeat bottom center #FFF;
        }