body {
       background: white;
       /* bien regler la marge (bugs IE) */
       margin: 10px;
       }

hr {
     border-style: none;
     padding: 1px;
     color: white;
     background-color: white;
}

h2, h3 { 
         text-align: center;
         color: black;
         }

a {
    color: green;
    text-decoration: none;
    }

a:hover {
          color: blue;
          }

/*
.content {
        float: right;
	width: 78%;
	margin-left: 1%;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-right: 0px;
}
*/

.menu {
        /*        position: fixed;
           float: left;
           width: 20%;
           margin-left: 1%;
           margin-top: 0em;
           margin-bottom: 0em;
           margin-right: 0px;
           */
        text-align: center;
}

.menu-item { 
             margin-left: 15px;
             font-weight: bold;
             font-size: 18px;
             }

.annuaire {
            margin-left: auto;
            margin-right: auto;
            font-weight: bold;
            font-size: 17px;
            }

.copyright { 
             margin-top: 15px;
             font-size: 10px;
             text-align: center;
             }

.avocat { 
          margin-left: 10px;
          margin-bottom: 6px;
 }
