    body, html {
          margin : 0;
          padding : 0;
          height : 100%;
      }
    p {
          margin : 0;
          padding : 0;
      }

#bandeau {
background-image:url("images/backgroundrepeat.jpg");
background-repeat:repeat-x;
height:110px;
margin:0;
padding:0;
}

#retouraccueil {
display:block;
background-image:url("images/baniere.jpg");
background-repeat:no-repeat;
height:110px;
margin:0;
padding:0;
}

#retouraccueil span {
display:none;
}

#retouraccueil:hover {
display:block;
/*background-image:url("images/baniere.jpg");*/
background-repeat:no-repeat;
height:110px;
background-color:transparent;
}

    #navlist {
          padding : 0;
          margin-left:0;
          margin-right:0;
          margin-top:0;
          margin-bottom : 20px;
          list-style : none;
          font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
          font-size : 75%;
          color : #0066cc;
          background-color : #ffffff;
          font-weight : bold;
          text-align : left;
      }
    #navlist li {
    list-style: none;
	margin-top: 0;
	border-top: 2px solid #336699;
	border-left: 1em solid #336699;
	display: inline;
          
          
      }
    #navlist li a {
          padding : 0.25em 0.5em 0.25em 0.75em;
          text-decoration : none;
      }
    #navlist li a:link {
          color : #0066cc;
      }
    #navlist li a:visited {
          color : #0066cc;
          text-decoration : none;
      }
    #navlist li a:hover {
          border-color : #fe3;
          color : #000;
          background : #ffffff;
      }
    #navlist li a:active {
          border-color : #fe3;
          color : #000;
          background : #ffffff;
      }
    #right {
          float : right;
          width : 180px;
          height : 100%;
          margin-top : 60px;
      }
    #right h2 {
          font-size : 100%;
          font-family : Georgia, Geneva, Arial, Helvetica, sans-serif;
          font-weight : bold;
          text-align : left;
          margin : 0;
      }
    #middle {
          padding : 30px 200px 5px 0;
          margin-left : 30px;
          margin-right : 30px;
          margin-top : 30px;
      }
    #courante p {
          font-size : 75%;
          line-height : 150%;
          font-weight : normal;
          text-align : left;
          color : #000000;
          background-color : #ffffff;
          font-family : Verdana, sans-serif;
      }
    #courante li {
          font-size : 80%;
          line-height : 150%;
          font-weight : normal;
          color : #000000;
          background-color : #ffffff;
          text-align : left;
          font-family : Verdana, sans-serif;
      }
    #courante h1 {
          font-size : 115%;
          line-height : 100%;
          margin-top : 0;
          margin-bottom : 10px;
          background-color : #ffffff;
          font-weight : bold;
          text-align : left;
          font-family : GEORGIA, verdana, sans-serif;
          color : #000000;
      }
    #courante h2 {
          font-size : 100%;
          line-height : 140%;
          font-weight : bold;
          text-align : left;
          font-family : verdana, sans-serif;
          color : #000000;
          background-color : #ffffff;
          margin-top : 40px;
          border-bottom : 2px solid #000000;
      }
    #courante h3 {
          margin : 0.75em 0 1em;
          font-size : 110%;
          background-color : #ffffff;
          color : #000000;
      }
    #courante strong {
          color : #000000;
          font-size : 101%;
          background-color : #ffffff;
          font-weight : bold;
      }
    #courante a:link {
          text-decoration : none;
          color : #0066cc;
          font-size : 101%;
          background-color : #ffffff;
          font-weight : bold;
      }
    #courante a:visited {
          text-decoration : none;
          color : #0066cc;
          font-size : 100%;
          background-color : #ffffff;
          font-weight : bold;
      }
    #courante a:hover {
          color : #000000;
          background-color : #ffffff;
      }
    #annonces {
          text-align : center;
          margin-left : auto;
          margin-right : auto;
      }
    #footer {
          clear : both;
          height : 64px;
          padding : 3px;
          border : 2px solid #0066cc;
      }
    #textfooter p {
          font-size : 60%;
          line-height : 120%;
          text-align : left;
          background-color : #ffffff;
          font-family : verdana, sans-serif;
          color : #000000;
          margin : 0;
      }
    #textfooter a:link {
          text-decoration : none;
          color : #0066cc;
          background-color : #ffffff;
          font-weight : bold;
      }