      body,td,h1 {
         font-family: Helvetica ,Arial, sans-serif;
         font-size: 16px;
         color: #ac9b92;
       }
       .footer {
           font-size: 12px;
       }
       #contentframe {
         margin-left: auto;
         margin-right: auto;
         width: 670px;
         margin-top: 80px;
       }
       #logo {
         float: left;
       }
       #content {
         float: left;
         margin-left: 50px;
         margin-top: 20px;
       }
       .clear {
         clear: both;
       }
      
       h1 {
         font-size: 16px;
         margin-bottom: 0px;
       }

       a {
           color: #888;
           text-decoration: none;
       }
       a:visited {
           color: #888;
           text-decoration: none;
       }
       a:link {
           color: #888;
           text-decoration: none;
       }
 
       .adresse {
           font-size: 18px;
       }
 
       hr {
           border-top: 1px dashed black;
           border-bottom: 0px;
           border-left: 0px;
           border-right: 0px;
           height: 2px;
       }
       input  {
         border: 1px solid #99b;
       }
       span.small {
          font-size: 14px;
       }
    #footer {
      text-align: right;
      font-size: 12px;
      width: 670px;
      border-top: 1px solid #ac9b92;
      padding-top: 5px;
    }
    /* Widget content container */
   #goog-wm { border: 1px dashed #ac9b92; padding: 10px;}

    /* Heading for "Closest match"
   #goog-wm h3.closest-match { font-size: 16px}

    /* "Closest match" link
   #goog-wm h3.closest-match a { }

    /* Heading for "Other things" */
   #goog-wm h3.other-things {
       font-size: 16px }

    /* "Other things" list item */
   #goog-wm ul li { font-size: 16px; padding-bottom: 3px }

    /* Site search box */
   #goog-wm li.search-goog { display: block; line-height: 20px; margin-bottom: 5px }


