body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/fond.jpg);
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link {
	color: #68522A;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #68522A;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #AE874E;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #68522A;
	font-weight:bold;
}

.titre_01 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #584523;
}
.titre_02 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #584523;
}
.texte_02 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
	/******************************/
      /* MON MENU DEROULANT */
      /******************************/

      #menu {
      width:962px;
      font-family:Georgia;
      letter-spacing: 0px;
      display:block;
      margin:0 0 0px 0;
      padding:0px 0 0 0;
      height:230px;
      font-size: 14px;
      background-image:url(images/fond_menu.jpg);
      background-repeat:repeat-x;
      z-index:1000;
      }
       
      #menu div {
      float:left;
      padding:0 0 0 0px;
      }
       
      #menu div a {
      color:#ffffff;
      font-weight:bold;
      text-decoration: none;
      }
       
      #menu div  a:hover {
      color: #ffff00 ;
      }
       
      #menu div ul {
      position: absolute;
      margin: 5px 0 0 0;
      *margin:50px 0 0 -75px;
      background-color:#71592d;
      background-position:bottom; background-repeat:repeat-x;
      line-height:30px;
      border-left:1px solid #000000;
      border-right:1px solid #000000;
      border-bottom:1px solid #000000;
      *white-space: nowrap;
      *width:130px;
      }
      #menu ul, #menu li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      list-style-position:outside;
      }
       
      #menu ul li {
      padding:0 5px;
      font-size:0.8em;
      }
       
      #menu ul li a {
      color:#c0c0c0;
      text-decoration: none;
      }
       
      #menu ul li a:hover {
      color: #f5f5f5 ;
      }
