/* CSS Document */
body
{   width: 750px;
   margin: auto; 
   }
   

/* Le pied de page */

#pied_de_page
{   padding: 5px;
   text-align: center;
      background-repeat: no-repeat;
 background-position: center;

}
#pied_de_page p
{
text-align: center;
font-family: Verdana, Arial, serif;
color: #818084;
font-size: 0.7em;
font-style: normal;
      }
#pied_de_page h3
{ background-image:url(im_div/gazon_detourage.jpg);
 height:150px;
margin-top:5px;
margin-bottom:5px;
text-align: center;
font-family: Verdana, Arial, serif;
color: #818084;
font-size: 0.9em;
font-weight: bold;   
}  
#pied_de_page a
{color: #818084;
text-decoration:none;
}


